/* Client Backend Branding - Login Styles Base */

/* Base reset to ensure styles apply correctly */
body.login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

body.login h1 {
    margin-bottom: 20px;
}

/* Ensure container allows custom width */
body.login div#login {
    padding: 0;
}

/* Fix CSS Specificity for custom colors if needed */
.login #loginform {
    border: none;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}

.cbb-login-footer-links a:hover {
    text-decoration: underline !important;
}