
.reset-action {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
  max-width: 64rem;
  margin: 0 auto
}

.reset-action .reset-page-modal-header {
  padding: 1.2rem 2rem;
  background: #f7f5f2
}

.reset-action .reset-page-modal-header h3 {
  color: #981e31;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal
}

.reset-action .reset-page-modal-body {
  padding: 2rem;
  background: #f8fafc
}

@media(max-width:767px) {
  .reset-action .reset-page-modal-body {
    padding: 2rem 1.2rem
  }
}

.reset-action .reset-page-modal-body .auth-input {
  font-size: 1.6rem
}

.reset-action .reset-page-modal-body .auth-login {
  color: #3873e9;
  cursor: pointer;
  text-decoration: underline
}

.reset-action .form-group-auth {
  margin-top: 1.6rem
}

@media(max-width:767px) {
  .reset-action .form-group-auth.password {
    margin-top: 0
  }
}

.reset-action .form-group-auth .input-auth {
  height: 4rem;
  padding: .5rem 1rem;
  color: #222;
  box-shadow: none;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  background: #f8fafc;
  width: 100%;
  font-size: 1.6rem;
  font-family: "Open Sans" !important;
  font-weight: 600
}

@media(max-width:767px) {
  .reset-action .form-group-auth .input-auth {
    height: 4.2rem;
    font-size: 1.4rem
  }
}

.reset-action .form-group-auth .input-auth::placeholder {
  color: #8f8f8f;
  font-size: 1.6rem !important
}

@media(max-width:767px) {
  .reset-action .form-group-auth .input-auth::placeholder {
    font-size: 1.4rem !important
  }
}

.reset-action .form-group-auth .input-auth:focus-visible {
  outline: none
}

.reset-action .form-group-auth .group-input-auth {
  display: flex;
  align-items: center;
  gap: 1.3rem
}

@media(max-width:767px) {
  .reset-action .form-group-auth .group-input-auth {
    display: block
  }
}

.reset-action .form-group-auth .group-input-auth .label-auth {
  color: #383838;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: normal;
  display: block;
  min-width: 14.4rem;
  margin-bottom: 0
}

@media(max-width:767px) {
  .reset-action .form-group-auth .group-input-auth .label-auth {
    margin-bottom: .6rem;
    font-size: 1.4rem
  }
}

.reset-action .form-group-auth .group-input-auth .group-label-input {
  position: relative;
  width: calc(100% - 14.4rem)
}

@media(max-width:767px) {
  .reset-action .form-group-auth .group-input-auth .group-label-input {
    width: 100%
  }
}

.reset-action .form-group-auth .group-input-auth .toggle-pass {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer
}

.reset-action .form-group-auth .group-input-auth .toggle-pass i::before {
  color: #a6a6a6
}

.reset-action .form-group-auth.error .input-auth {
  border: 1px solid #ff3b30
}

.reset-action .form-group-auth.error .validate-error {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: normal;
  color: #ff3b30;
  margin-top: .2rem;
  display: block
}

.reset-action .validate-error {
  display: none;
  width: calc(100% - 15rem);
  margin-left: auto
}

@media(max-width:767px) {
  .reset-action .validate-error {
    width: 100%
  }
}

.reset-action .submit-auth {
  margin-top: 2.4rem
}

@media(max-width:767px) {
  .reset-action .submit-auth {
    margin-top: 2rem
  }
}

.reset-action .submit-auth.captcha {
  min-height: 7.8rem;
  display: block
}

.reset-action .submit-auth .btn-resetpass {
  border: none;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: normal;
  padding: .7rem 0;
  border-radius: 3px;
  background: #981e31;
  text-align: center;
  max-width: 14.4rem;
  font-family: "Open Sans";
  cursor: pointer
}

@media(max-width:767px) {
  .reset-action .submit-auth .btn-resetpass {
    padding: 1.1rem 0;
    max-width: 100%
  }
}

.reset-action .submit-auth .btn-resetpass:disabled {
  background: #ddd;
  cursor: not-allowed;
  user-select: none;
  color: #a7a7a7
}

.reset-action .btn-resetpass {
  padding: .7rem 2rem
}

input[type=password] {
  padding: .5rem 4rem .5rem 1rem !important
}