/* Custom CSS to hide the redundant logo on the admin login page */
.login-logo .logo-dark {
    display: none !important;
}
