/* Login-specific tweaks — base styling lives in auth.css */
.remember-row {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: -8px; margin-bottom: 22px; font-size: 0.85rem; color: var(--text-muted);
}
.remember-row a { color: var(--gold); }
