/* login.css (v1.4.1)
   Styles for login page only.
   Uses your main app.css for base layout and card styling.
*/

.login-card { max-width: 520px; margin: 22px auto; padding: 18px; }
.login-title { text-align:center; font-size: 22px; font-weight: 800; margin: 10px 0 14px; }
.login-actions .btn { width:100%; padding:14px 14px; border-radius: 14px; font-weight: 800; border:0; }
.login-actions .btn-primary { background:#111; color:#fff; }
.login-actions .btn-secondary { background:#f0f0f0; color:#111; margin-top:10px; }
.login-note { font-size: 13px; color:#666; text-align:center; margin-top: 12px; }
.login-msg { margin: 8px 0; text-align:center; font-size: 14px; }
.login-msg.err { color:#b00020; font-weight:700; }
.login-msg.ok { color:#0a7a2f; font-weight:700; }
