/* Login Page Specific Styles */
.login-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--spacing-xl);
}

.login-form {
    width: 100%;
    max-width: 450px;
}

.login-form h2 {
    text-align: center;
    margin-bottom: var(--spacing-xl);
}

.login-btn {
    width: 100%;
    justify-content: center;
}