:root {
    --branding__max-width: 250px;
    --branding__max-height: 75px;
}






/* Disables the color filter on the background image for the login page */

.landing:after {

    opacity: initial !important;

    -webkit-filter: initial !important;

    filter: initial !important;

}


