.member-login-page { background: #f8fafc; color: #111827; }
.member-login-intro { position: relative; overflow: hidden; border-right: 4px solid #f97316; background: #1e3a8a; }
.member-login-intro > * { position: relative; z-index: 1; }
.member-login-intro a { color: inherit; text-decoration: none; }
.member-login-eyebrow { color: #fdba74; }
.member-login-form { background: #f8fafc; }
.member-login-links { display: flex; align-items: center; justify-content: center; gap: 9px; }
.member-login-links span { color: #cbd5e1; font-size: .72rem; }
.bg-brand { background: #f97316; }
.bg-ink { background: #1e3a8a; }
.text-brand, .hover\:text-brand:hover { color: #ea580c; }
.text-teal-300 { color: #fdba74; }
.bg-teal-50 { background: #fff7ed; }
.member-input:focus { border-color: #f97316; --tw-ring-color: rgb(254 215 170 / var(--tw-ring-opacity, 1)); }
.member-button { background: #f97316; box-shadow: 0 4px 10px rgba(249,115,22,.24); }
.member-button:hover { background: #ea580c; }
.member-button:focus { --tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity, 1)); }

@media (max-width: 1023px) {
  .member-login-form { border-top: 4px solid #f97316; }
}
