.login-container {
    max-width: 450px; /* Adjust as needed */
    width: 100%;
    border-radius: 0.5rem;
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
}