.forgotpass {
  padding: 8rem 0;
  font-size: 1.4rem;
  max-width: 147rem;
  margin: 0 auto;
}

.forgotpass .l-col.min-0--12 {
  max-width: 147rem;
  padding: 0 2.5rem;
  margin: 0 auto 2rem;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1550px) {
  .background-texture .forgotpass {
    margin: 20px auto;
    border-radius: 12px;
    background: var(--color-bg-accent);
  }
}
.forgotpass-wrapper {
  max-width: 75rem;
  padding: 0 2.5rem;
  margin: 0 auto;
}

.forgotpass-block {
  padding: 2.5rem 3rem 2rem;
  background: var(--color-bg);
  border-radius: 10px;
  margin: 0 0 2rem;
}

.forgotpass-head {
  display: flex;
  align-items: center;
  margin: 0 0 2rem;
}

.forgotpass__title {
  margin: 0 2rem 0 0;
  -ms-flex: 1;
  flex: 1;
  display: block;
  font-size: 3.5rem;
  line-height: 1.1;
  font-weight: 500;
}

.forgotpass__link-container {
  display: flex;
  align-items: center;
}

.forgotpass__question {
  margin: 0 1.5rem 0 0;
}

.forgotpass__link.default-btn {
  height: 3rem;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  min-width: 130px;
}

.auth-form-message {
  margin-bottom: 3rem;
  color: var(--color-text);
  font-size: var(--text);
}

.forgotpass-block .default-btn,
.forgotpass-form__row--submit .default-btn,
.forgotpass-form__row--submit button[type="submit"].default-btn {
  height: 3rem !important;
  padding: 0.5rem 1.5rem !important;
  font-weight: 500 !important;
  min-width: 240px !important;
  width: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto !important;
  position: relative !important;
}

.forgotpass-block .default-btn:hover,
.forgotpass-form__row--submit .default-btn:hover,
.forgotpass-form__row--submit button[type="submit"].default-btn:hover {
  background: var(--color-accent) !important;
  color: var(--color-text-inverse) !important;
  box-shadow: none !important;
}

.forgotpass-block .default-btn:hover::after,
.forgotpass-form__row--submit .default-btn:hover::after {
  opacity: 1 !important;
}

.forgotpass-form__title,
.forgotpass .checkCapcha .e-form__title {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
}

.forgotpass-form__title.forgotpass-form__title--required::before {
  content: "*";
  color: #e92c2c;
  padding-right: 0.3rem;
}

.forgotpass-form-input {
  display: block;
  width: 100%;
  background: var(--input-bg);
  border: 1px solid var(--color-border);
  font:
    400 1.6rem/2.4rem "Roboto",
    Arial,
    Helvetica,
    sans-serif;
  padding: 1rem 1.6rem;
  color: var(--color-text);
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 5px;
  margin: 0 0 2rem;
  height: 4.6rem;
  transition: box-shadow 0.25s;
}

.forgotpass-form__row--submit {
  padding-top: 2rem;
  border-top: 1px solid #e7ecf2;
  text-align: center;
}

/* Стили для каптчи на странице forgotpass, как на странице авторизации */
.forgotpass .checkCapcha {
  margin-top: 0;
  margin-bottom: 2rem;
}

.forgotpass .checkCapcha .captcha {
  display: block;
  width: 240px;
  background: var(--input-bg);
  border: 1px solid var(--color-border);
  font:
    400 1.6rem/2.4rem "Roboto",
    Arial,
    Helvetica,
    sans-serif;
  padding: 1rem 1.6rem;
  color: var(--color-text);
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 5px;
  margin: 0 0 2rem;
  height: 4.6rem;
  transition: box-shadow 0.25s;
}

.forgotpass .checkCapcha img {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .forgotpass__title {
    font-size: 2.5rem;
  }
  .forgotpass__question {
    display: none;
  }
}





