body{min-height:100vh;overflow:hidden;background:#f8f9fa;color:#1f2937;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.login-container{display:flex;min-height:100vh}.login-image{flex:1;background:var(--login-bg) center/cover no-repeat}.login-form{flex:1;display:flex;align-items:center;justify-content:center;background:#fff;padding:1rem}.logo{width:220px;margin-bottom:15px}.fw-semibold{font-weight:600}.text-primary{color:#004b8d}.text-center{text-align:center}.login-brand-note{margin-top:.75rem;font-size:1rem;font-weight:600;color:#1f2937}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1.5rem}.p-4{padding:1rem}.w-100{width:100%}.d-none{display:none}@media(min-width:768px){.d-md-block{display:block}}.form-label{display:inline-block;margin-bottom:.375rem;font-size:.95rem;font-weight:500}.form-control{display:block;width:100%;box-sizing:border-box;padding:.625rem .75rem;border:1px solid #ced4da;border-radius:.375rem;font-size:1rem;line-height:1.5;background:#fff;color:#1f2937}.form-control:focus{outline:none;border-color:#004b8d;box-shadow:0 0 0 3px #004b8d1f}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.625rem 1rem;border:1px solid transparent;border-radius:.5rem;cursor:pointer;font-weight:600;text-decoration:none}.btn-primary{background:#004b8d;border-color:#004b8d;color:#fff}.btn-primary:hover{background:#003970;border-color:#003970}.btn-primary:disabled,.btn-primary.is-loading{cursor:progress;opacity:.85}.btn-spinner{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:9999px;animation:login-spin .8s linear infinite}.d-grid{display:grid}.alert{padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1rem}.alert-success{background:#ecfdf5;color:#065f46}.alert-danger{background:#fef2f2;color:#991b1b}.hidden{display:none}@keyframes login-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:767.98px){.login-container{flex-direction:column}.login-image{min-height:220px;flex:0 0 auto}}
