/* public/assets/css/login.css */
html, body {
    height: 100%;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
}

.login-card {
    max-width: 400px;
    width: 100%;
}