

/* Start:/local/templates/zakka-new-template/components/bitrix/system.auth.forgotpasswd/.default/style.css?17737422054051*/
.sign-in.forgot-pass {
  margin: 0 0 30px;
}

.sign-in.forgot-pass .register-intro {
  max-width: 90%;
  margin: 0 auto;
}

.sign-in.forgot-pass .register-intro__breadcrumbs {
  margin: 15px 0 22px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  color: #717171;
}

.sign-in.forgot-pass .register-intro__title {
  margin: 0 0 14px;
  font-family: Manrope, sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;
  color: #000;
}

.sign-in.forgot-pass .register-intro__description {
  margin: 0 0 18px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.sign-in.forgot-pass .forgot-pass-alert {
  max-width: 90%;
  margin: 0 auto 16px;
  border-radius: 10px;
  padding: 12px 14px;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.sign-in.forgot-pass .forgot-pass-alert--success {
  color: #1b6f3b;
  background: #e4f5e8;
  border: 1px solid #b9dfc1;
}

.sign-in.forgot-pass .forgot-pass-alert--danger {
  color: #a94442;
  background: #f2dede;
  border: 1px solid #ebccd1;
}

.sign-in.forgot-pass .forgot-pass-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 90%;
  margin: 24px auto 60px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  padding: 40px 48px 48px;
}

.sign-in.forgot-pass .section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sign-in.forgot-pass .section__title {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #484848;
}

.sign-in.forgot-pass .form-row {
  display: flex;
  width: 100%;
}

.sign-in.forgot-pass .form-field {
  flex: 1 1 100%;
  min-width: 0;
}

.sign-in.forgot-pass .form-field input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  height: 71px;
  padding: 0 30px;
  border: 1px solid #8a8a8a;
  border-radius: 13px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  background: #fff;
}

.sign-in.forgot-pass .form-field input[type="text"]:focus {
  outline: none;
  border-color: #3d6eee;
}

.sign-in.forgot-pass .forgot-pass-note {
  margin-top: -2px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #5f5f5f;
}

.sign-in.forgot-pass .forgot-pass-captcha {
  margin-top: 2px;
}

.sign-in.forgot-pass .forgot-pass-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 6px;
}

.sign-in.forgot-pass .forgot-pass-actions input[type="submit"] {
  height: 52px;
  min-width: 160px;
  padding: 0 24px;
  border: none;
  border-radius: 10px;
  background: #3d6eee;
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: lowercase;
  cursor: pointer;
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.15);
}

.sign-in.forgot-pass .forgot-pass-back-link {
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: #3d6eee;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .sign-in.forgot-pass .register-intro,
  .sign-in.forgot-pass .forgot-pass-alert,
  .sign-in.forgot-pass .forgot-pass-form {
    max-width: 100%;
  }

  .sign-in.forgot-pass .register-intro__breadcrumbs {
    margin: 10px 0 14px;
    font-size: 12px;
  }

  .sign-in.forgot-pass .register-intro__title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .sign-in.forgot-pass .register-intro__description {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .sign-in.forgot-pass .forgot-pass-form {
    margin: 16px 0 40px;
    border-radius: 12px;
    padding: 20px 16px 24px;
    gap: 16px;
  }

  .sign-in.forgot-pass .section__title {
    font-size: 16px;
  }

  .sign-in.forgot-pass .form-field input[type="text"] {
    height: 50px;
    border-radius: 7px;
    padding: 13px 11px;
    font-size: 16px;
  }

  .sign-in.forgot-pass .forgot-pass-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .sign-in.forgot-pass .forgot-pass-actions input[type="submit"] {
    width: 100%;
    height: 50px;
    box-shadow: none;
  }
}

/* End */
/* /local/templates/zakka-new-template/components/bitrix/system.auth.forgotpasswd/.default/style.css?17737422054051 */
