/* Estilos específicos da tela de login */
.login-container {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;

}
.login-card {
    width: 100%;
    max-width: 450px;
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    padding: 16px;
}
