body.login-page {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    margin-top: 50px;
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 350px;
    text-align: center;
}
