/* ==========================================================================
   UGOVProgetti – login page styles
   ========================================================================== */

.login-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-card {
    width: 100%;
    max-width: 420px;
}

.login-logo {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}
