.limiter {
  width: 100%;
  margin: 0 auto;
  font-family: tahoma, arial, verdana, sans-serif;
  letter-spacing: 1px;
}

.container-100 {
  background: url(../images/bg-01.jpg);
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.container-100::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(bottom, #1e73be, #00c6fb);
  opacity: 0.9;
}

.wf-xs {
  width: 390px;
}

.wf-sm {
  width: 680px;
}

.wrap-100 {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 45px;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.wrap-header {
  display: grid;
  justify-content: center;
}

.pt50 {
  padding-top: 50px;
}

.pt30 {
  padding-top: 30px;
}

.wrap-header-title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-top: 20px;
  letter-spacing: 1px;
  color: #1e73be;
}

.wrap-header img {
  width: 140px;
  margin: auto;
  margin-bottom: 20px;
}

.form-register {
  background: none;
  padding: 0;
  margin-top: 50px;
}

.wrap-input100 input.form-control {
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 5px;
    outline: none;
    border: none;
    border-bottom: 1px solid #adadad;
    font-family: tahoma, arial, verdana, sans-serif;
    border-radius: 0;
    box-shadow: none;
}

.wrap-input100 label {
  margin: 0;
  color: #555;
}

.wrap-input100 label.error {
  font-weight: 100;
  color: #ff4040;
  margin-top: 10px;
}

.form-register button {
  font-size: 17px;
  letter-spacing: 2px;
  font-weight: 100;
  padding: 10px;
  margin-top: 80px;
}

.wrap-footer {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

.text-center {
  text-align: center;
}

.g-recaptcha {
  display: flex;
  justify-content: center;
}

#recaptchaRegister {
  color: #ff4040;
  line-height: 15px !important;
  margin-top: 10px;
  text-align: left;
  font-size: 10pt;
  display: block;
  width: 100%;
  text-align: center;
}

.error-text {
  color: #ff4040;
  margin-top: 20px;
  text-align: center;
}

.wrap-100 form#login {
  text-align: center;
}

.wrap-100 form#login .wrap-input100 {
  max-width: 300px;
  margin: 50px auto;
}

@media (max-width: 768px) {
  .wrap-100 {
    padding: 35px 14px;
  }
}

.ccaptcha-css > img {
    border: 1px solid #adadad;
    margin-right: 5px;
    margin-bottom: 10px;
}

.grecaptcha-badge {
  z-index: 1;
}

.btn-login {
  display: inline-block;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #1e73be;
  border: 1px solid transparent;
  padding: 1.5rem 3rem;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;

    box-shadow: 0px 4px 16px 0px rgba(93, 120, 255, 0.15);
}

@media (prefers-reduced-motion: reduce) {
  .btn-login {
    -webkit-transition: none;
    transition: none;
  }
}
.btn-login:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #1166b0;
}
.btn-login:focus,
.btn-login.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
}
.btn-login.disabled,
.btn-login:disabled {
  opacity: 0.65;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.m-5 {
  margin: 3rem !important;
}

.btn-group-titan {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}

.btn-titan {
  font-weight: 300;
  height: 46px;
  text-align: center;
  background: -webkit-linear-gradient(left, #1e73be,#147fdd);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 23px;
  text-transform: uppercase;
  padding: 15px 40px;
  font-size: 13px;
}

.btn-titan:hover {
  color: #fff;
  background: -webkit-linear-gradient(left, #1c7bcf,#0d7ddf);
}

.btn-titan:focus {
  color: #fff;
}

.p-2 {
  padding: 0.5rem !important
}