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