/* Login, logout, signup, forgot password — Material Lists palette */

html.auth-page,
html.auth-page body {
  background-color: #f6f3ee !important;
  background: #f6f3ee !important;
  min-height: 100%;
}

.auth-page .auth-brand {
  text-align: center;
  color: #003366;
  font-size: 3rem;
  margin-top: 2rem;
}

.auth-page .auth-tagline {
  text-align: center;
  color: #5c6b7c;
  font-size: 1rem;
}

/* Stripe under tagline: blue → plum → yellow → teal */
.auth-page .auth-brand-accent {
  height: 4px;
  width: min(100%, 320px);
  margin: 0.65rem auto 0;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    var(--c-lassonde-navy) 0%,
    var(--c-lassonde-navy) 25%,
    var(--c-lassonde-plum) 25%,
    var(--c-lassonde-plum) 50%,
    #e6c229 50%,
    #e6c229 75%,
    var(--c-lassonde-teal) 75%,
    var(--c-lassonde-teal) 100%
  );
}

.auth-page .auth-card {
  background: #fff !important;
  border: 1px solid rgba(0, 51, 102, 0.08);
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 51, 102, 0.08);
  padding: 1.5rem 1.35rem 1.35rem;
}

.auth-page label {
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  color: #003366 !important;
  margin-bottom: 0.35rem;
}

.auth-page .form-control {
  border-color: rgba(0, 51, 102, 0.2);
  font-size: 1rem;
}

.auth-page .auth-btn-primary {
  color: #fff !important;
  background-color: #3ca49a !important;
  border: 2px solid #3ca49a !important;
  font-size: 17px;
  padding: 7px 12px;
  font-weight: 700;
  min-width: 120px;
  border-radius: 8px;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
}

.auth-page .auth-btn-primary:hover,
.auth-page .auth-btn-primary:active {
  background-color: #34948c !important;
  border-color: #34948c !important;
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(0, 51, 102, 0.12);
}

.auth-page .auth-btn-primary:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.auth-page .auth-btn-secondary {
  color: #003366 !important;
  background: #fff !important;
  border: 2px solid rgba(0, 51, 102, 0.28) !important;
  font-size: 16px;
  padding: 7px 12px;
  font-weight: 700;
  border-radius: 8px;
  display: inline-block;
  text-decoration: none !important;
  text-align: center;
  min-width: 120px;
  transition: all 0.2s ease;
}

.auth-page .auth-btn-secondary:hover {
  background: #f5f8fb !important;
  border-color: rgba(0, 51, 102, 0.45) !important;
  color: #003366 !important;
}

.auth-page .auth-link {
  color: #003366;
  font-weight: 600;
  text-decoration: none;
}

.auth-page .auth-link:hover {
  text-decoration: underline;
  color: #002244;
}

.auth-page .auth-footer-wrap {
  text-align: center;
  margin-top: 1rem;
}

.auth-page .auth-footer-link {
  color: #5c6b7c;
  font-weight: 600;
}

.auth-page .auth-footer-link:hover {
  color: #003366;
  text-decoration: none;
}

.auth-page .auth-divider {
  text-align: center;
  margin: 20px 0;
  color: #5c6b7c;
}

.auth-page .auth-google-btn {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  font-weight: 600;
  background: #fff !important;
  color: #003366 !important;
  border: 1px solid rgba(0, 51, 102, 0.2) !important;
  cursor: pointer;
}

.auth-page .auth-google-btn:hover {
  background: #f5f8fb !important;
  border-color: rgba(0, 51, 102, 0.35) !important;
}

.auth-page .logout-panel-message {
  color: #003366;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
}

.auth-page .form-text,
.auth-page .text-muted {
  color: #5c6b7c !important;
  font-size: 0.875rem !important;
}

.auth-page .fp-lead {
  color: #5c6b7c;
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
  line-height: 1.45;
}

.auth-page .auth-card h2 {
  color: #003366;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
