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