﻿.login-page {
    min-height: calc(100vh - 120px); /* adjust to your header+footer height */
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-card {
    width: 100%;
    max-width: 420px;
    padding: 2.5rem 2.25rem;
    border-radius: 0.75rem;
    background: #ffffff;
    box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.08);
}

.login-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.login-subtitle {
    font-size: 0.95rem;
    margin-bottom: 1.75rem;
    color: #6c757d;
}
