﻿.login-page {
    min-height: 100vh;
    padding: 2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.access-panel {
    width: 100%;
    max-width: 380px;
}

.login-footer {
    color: var(--text-muted-on-dark);
}