/* Auth page styles */
.auth-brand-panel {
  background: linear-gradient(160deg, #0a66c2 0%, #083b6e 100%);
  min-height: 100vh;
}
.auth-brand-panel blockquote p { font-size: 1.1rem; }
body.bg-light { background: #f8fafc !important; }
.card { border-radius: 16px; }
.form-control, .form-select { border-radius: 8px; }
.btn { border-radius: 8px; }
.input-group .form-control { border-left: none; }
.input-group-text { border-right: none; background: white; }
