/* Disables the color filter on the background image for the login page */
.landing:after {
    opacity: initial !important;
    -webkit-filter: initial !important;
    filter: initial !important;
}