/* Custom CSS styles */
.login {
    background: #fff; /* White background */
    height: auto;
}

.login #header {
    height: auto;
    padding: 15px 16px;
    justify-content: center;
    display: flex;
    align-items: center;
    background-color: #007bff; /* Bootstrap primary color for better visibility */
}

.login #header h1 {
    font-size: 18px; /* Converted from 1.125rem to px */
    margin: 0;
    color: #ffffff; /* White text color for header */
}

.login #header h1 a {
    color: #ffffff; /* White color for links in header */
}

.login #content {
    padding: 20px;
}

.login #container {
    background: #fff; /* White background */
    border: 1px solid #ccc; /* Grey border */
    border-radius: 4px;
    overflow: hidden;
    width: 28em;
    min-width: 300px;
    margin: 100px auto;
    height: auto;
    padding: 20px;
}

.login .submit-row {
    padding: 1em 0 0 0;
    margin: 0;
    text-align: center;
    height: auto;
}

.login .password-reset-link {
    text-align: center;
}
