/**
 * FMM registration page — signup-only styles (requires auth-shared.css).
 * Scoped under .auth_page.auth_page--register
 */

.auth_page.auth_page--register .auth_card {
  max-width: 600px;
}

.auth_page.auth_page--register .auth_main {
  align-items: flex-start;
}

.auth_page .auth_card .newsletter_optin {
  margin: 3px 0 30px;
  font-size: 14px;
  line-height: 26px;
  color: #444;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.auth_page .auth_card .newsletter_optin label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
}

.auth_page .auth_card .newsletter_optin input[type="checkbox"] {
  accent-color: #111;
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-top: 5px;
  cursor: pointer;
  flex-shrink: 0;
}

.auth_page .auth_card .newsletter_optin em {
  font-style: normal;
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

.auth_page .fmm-auth-hook-top {
  margin-bottom: 16px;
}

.auth_page .fmm-auth-hook-top .alert {
  margin-bottom: 0;
}

.auth_page .auth_card .captcha {
  margin-bottom: 20px;
}

.auth_page .auth_card .captcha .g-recaptcha {
  display: inline-block;
}

.auth_page .field-password-policy {
  margin-bottom: 0;
}

.auth_page .field-password-policy .password-policy-feedback {
  margin-bottom: 16px;
}

.auth_page .fmm-auth-field--fallback .form-group.row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.auth_page .fmm-auth-field--fallback .form-group.row > label.col-md-3 {
  display: none;
}

.auth_page .fmm-auth-field--fallback .form-group.row > .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

.auth_page .fmm-auth-field--fallback .form-control,
.auth_page .fmm-auth-field--fallback .custom-checkbox label {
  width: 100%;
}

.page-registration #notifications .notifications-container.container {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
}

@media (max-width: 767px) {
  .auth_page .auth_card .newsletter_optin {
    margin: 3px 0 25px;
    font-size: 13px;
    line-height: 21px;
    gap: 7px;
  }

  .auth_page .auth_card .captcha {
    margin-bottom: 15px;
  }

  .page-registration #notifications .notifications-container.container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 576px) {
  .auth_page.auth_page--register .auth_card .auth_title {
    font-size: 25px;
    line-height: 38px;
  }

  .auth_page .auth_header .link_create {
    font-size: 15px;
    line-height: 21px;
  }

  .auth_page .auth_card .newsletter_optin {
    margin: 3px 0 20px;
    font-size: 12px;
    line-height: 19px;
    gap: 5px;
  }
}
