/* Login Page Styles */

body {
    background: var(--bs-body-bg, #c5d9f1);
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.login-card {
    max-width: 400px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.login-header {
    background: var(--login-header-bg, #4d8fd6);
    color: white;
    border-radius: 0.5rem 0.5rem 0 0;
}
