.nookoo-auth-page {
  min-height: 100vh;
}

.nookoo-brand-wrap {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1rem;
}

.nookoo-brand-link,
.nookoo-brand-link:hover,
.nookoo-brand-link:focus {
  display: inline-block;
  color: inherit;
}

.nookoo-brand-logo {
  width: 100%;
  max-width: 320px;
  height: auto;
}

.nookoo-brand-tagline {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0, "clig" 0;
}

@media (max-width: 991.98px) {
  .auth-card-spacing {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

.nookoo-logo {
  width: 180px;
  max-width: 100%;
  height: auto;
}

.nookoo-login-image {
  background-image:
    linear-gradient(rgba(248, 249, 252, 0.2), rgba(248, 249, 252, 0.2)),
    url("../img/logo-black.png");
  background-color: #f8f9fc;
}

.btn-group .btn {
  border-radius: 0.35rem;
}

.nookoo-auth-page .btn-group-toggle .btn {
  transition: none !important;
}

.alert {
  border-radius: 0.35rem;
}

.nook-title-wrap {
  text-align: center;
}

.nook-title-display {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2937;
  text-align: center;
}

.nookoo-auth-page .nook-title-link,
.nookoo-auth-page .nook-title-link:hover,
.nookoo-auth-page .nook-title-link:focus {
  color: #1f2937;
  text-decoration: none;
}

.nookoo-auth-page .form-control-user,
.nookoo-auth-page input.form-control {
  border-radius: 0.35rem !important;
}

.nookoo-auth-page .btn-user,
.nookoo-auth-page button[type="submit"] {
  border-radius: 9999px !important;
}

.nookoo-auth-page .auth-meta-link {
  color: rgba(255, 255, 255, 0.8) !important;
}

.nookoo-auth-page .auth-meta-link:hover,
.nookoo-auth-page .auth-meta-link:focus {
  color: #fff !important;
}

.nookoo-auth-page .auth-meta-copyright,
.nookoo-auth-page .auth-meta-copyright:hover,
.nookoo-auth-page .auth-meta-copyright:focus {
  color: rgba(255, 255, 255, 0.3) !important;
}

.nookoo-auth-page .signup-recaptcha-wrap {
  display: flex;
  justify-content: center;
}

.nookoo-auth-page #signupRecaptcha {
  display: inline-block;
}

.nookoo-auth-page .text-muted p strong {
  color: #1f2937;
}

.nookoo-auth-page .legal-content {
  color: #5a5c69 !important;
}

.nookoo-auth-page .legal-content strong {
  color: #1f2937;
}

/* External-link icon: keep alignment consistent and visually subtle. */
.fa-external-link-alt {
  font-size: 0.75em;
  line-height: 1;
  vertical-align: text-top;
  display: inline-block;
}
