body {
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.login-card {
    width: 100%;
    max-width: 400px;
    border: none;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}

.brand-logo {
    color: var(--primary);
    font-size: 2rem;
}

.login-logo {
    height: 56px;
}
