.login-wrapper {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--space-xl);
}

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

.login-title {
    font-size: var(--font-size-h3-web);
    margin-bottom: var(--space-xl);
}
