.h-login-logo {
    height: 7rem !important;
}

.w-65 {
    width: 65% !important;
}

.bg-custom {
    /* Lightened green for auth split background */
    background-color: #e9f5ef;
}

.bg-custom-gradient {
    /* Restore original green sidebar gradient */
    background: linear-gradient(87deg, #22472e, #22472e, #366b47);
}

.mb-auto {
    margin-bottom: auto !important;
}
