.otp {
  margin: 33px 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.otp .item-otp {
  display: flex;
}
.otp .item-otp input {
  height: 28px;
  width: 28px;
  border: none;
  border-bottom: 1px solid #000;
  color: #000;
  text-align: center;
  border-radius: 0;
  font-family: "Lato";
  font-size: 20px;
}
.wrap-resend {
  display: flex;
  justify-content: center;
  width: 100%;
}
.wrap-resend .btn-resend {
  color: #4d67c1;
  text-decoration: none;
  font-size: 16px;
  border: none;
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.wrap-resend .btn-resend:hover {
  text-decoration: underline;
}
.content__form__input {
  margin-bottom: 20px;
}
.page-auth-inner {
  width: 800px;
  max-width: 100%;
  display: block;
  margin: 125px auto;
  padding: 32px 40px 50px;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 18px 36px rgba(101, 124, 199, 0.501961);
  border-radius: 20px;
  min-height: 360px;
}
.page-auth__title {
  font-weight: 500;
  font-size: 35px;
  line-height: 30px;
  letter-spacing: -0.96px;
  color: #4d67c1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .page-auth__title {
    margin-bottom: 64px;
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .page-auth__title {
    font-size: 24px;
    line-height: 150%;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .header {
    justify-content: center;
  }
}
@media (max-width: 960px) {
  .page-auth-inner {
    width: 100%;
    background: transparent;
    box-shadow: none;
    padding: 40px 20px;
    margin: 0;
  }
}
.text-sapo {
  margin-bottom: 0;
  color: #555;
}
.form-label {
  font-size: 14px;
  margin-bottom: 24px;
  color: #111;
  display: block;
}
@media (min-width: 768px) {
  .form-label {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 20px;
    text-align: left;
  }
}
.page-description {
  display: block;
}
.page-description p,
.page-description label {
  text-align: center !important;
}
.form {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .form {
    padding-left: 142px;
    padding-right: 142px;
  }
}
.form .form-group {
  margin-bottom: 37px;
}
.form .form-control {
  background: #fff;
  border-radius: 8px;
  border: none;
  display: block;
  box-shadow: 0 10px 30px rgba(77, 103, 193, 0.14902);
  color: #848484;
  height: 52px;
  padding: 15px 17px;
  margin: 0;
  font-size: 14px;
  line-height: 25px;
}
.form .form-control:focus {
  border: none;
}
@media (min-width: 768px) {
  .form .form-control {
    width: 436px;
    height: 52px;
    padding-left: 23px;
    margin-bottom: 37px;
  }
}
.form .button-next {
  background: linear-gradient(157.48deg, #548feb -5.34%, #4d67c1 103.65%);
  box-shadow: 0 5px 15px rgba(23, 40, 253, 0.333333);
  color: #fff;
  min-width: 190px;
  height: 52px;
  border: none;
  box-shadow: none;
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
}
@media (max-width: 960px) {
  .form .form-control {
    max-width: 340px;
    width: 100%;
  }
}

.verification-method--item
  input[type="radio"]:checked
  ~ .verification-method--item__content {
  border-color: #43a047;
  background-color: #43a0470d;
}

.verification-method--item
  input[type="radio"]:checked
  ~ .verification-method--item__content
  .verification-method--item__content__mark {
  opacity: 1 !important;
}
/*# sourceMappingURL=forgot-password.css.map */
