/* Fix for white titles on white background */
.form-container h2 {
    color: #333 !important;
}

.login-page h2 {
    color: #333 !important;
}

h2, h3, h4 {
    color: #333 !important;
}

/* Fix for overlapping title */
.login-page {
    padding-top: 80px !important;
    min-height: calc(100vh - 200px);
}

@media (max-width: 768px) {
    .login-page {
        padding-top: 100px !important;
    }
}