/* ────────────────────────────────────────────────
   Auth pages – local tweaks
   ──────────────────────────────────────────────── */

/* 1) Wider, centred card */
.auth-card{
  width: 560px;          /* ≈ 1¾× the Bootstrap default */
  max-width: 95vw;       /* never overflow phones */
  margin: 0 auto;        /* stay centred even without grid cols */
}

/* 2) Headings in solid black (over-rides root blue) */
.auth-card h2{
  color:#000;            /* “Welcome Back” / “Create Your Account” */
}
