body { font-size: .925rem; }
.card { border: none; box-shadow: 0 2px 8px rgba(0,0,0,.06); border-radius: .6rem; }
.table thead th { font-size: .8rem; text-transform: uppercase; letter-spacing: .03em; }
.required::after { content: " *"; color: #dc3545; }

/* ---- login page ---- */
.login-page { min-height: 100vh; display: flex; align-items: center;
  background: linear-gradient(135deg, #1d4ed8 0%, #0ea5e9 100%); }
.login-wrap { width: 100%; max-width: 420px; margin: auto; padding: 1rem; }
.login-card { border-radius: .9rem; }
.brand-badge { width: 64px; height: 64px; border-radius: 50%; margin: 0 auto;
  display: flex; align-items: center; justify-content: center; font-size: 1.8rem;
  color: #fff; background: linear-gradient(135deg, #1d4ed8, #0ea5e9); }
