/* Auth Login Page - extracted styles */
body { background-color: #f6f8fb; }
.hero-side {
  position: relative;
  background: linear-gradient(rgba(16,24,40,0.25), rgba(16,24,40,0.25)),
              url('https://static.vecteezy.com/system/resources/previews/007/382/696/large_2x/a-medical-staff-group-of-doctors-and-nurses-standing-in-front-of-the-globe-earth-celebrating-world-health-day-flat-style-illustration-free-vector.jpg') center/cover no-repeat;
  min-height: 100vh;
}
/* Particles canvas fills the hero side */
#particles-js { position: absolute; inset: 0; }
.login-wrapper { min-height: 100vh; }
.login-card {
  border: none;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.08);
  background: #ffffffcc;
  backdrop-filter: blur(4px);
}
.brand { display:flex; align-items:center; justify-content:center; gap:.75rem; margin-bottom:1.25rem; flex-direction:column; text-align:center; }
.brand img { height:120px; }
.brand h1 { font-size: 1.25rem; margin: 0; font-weight: 700; color:#0f172a; }
.form-control { border-radius: 10px; }
.btn-primary { border-radius: 10px; padding:.7rem 1rem; }
.text-muted-sm { color:#64748b; font-size:.9rem; }
