body {
	background-image: url('/wp-content/uploads/2022/04/MicrosoftTeams-image-5-scaled.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	height: 100vh;
    overflow: hidden;
}

.language-switcher {
    display: none;
}

div#login {
    position: absolute;
    right: 0px;
    height: 100%;
    top: 0px;
    background-color: white;
    padding: 4rem;
	padding-top: 200px;
}

.login h1 a {
    background-image: url('/wp-content/uploads/2021/08/infigo-logo-animation-landscape-1.gif');
    background-size: cover;
    height: 200px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	pointer-events: none;
}

.login form {
    padding: .25rem;
    font-weight: 400;
    border: none;
    box-shadow: none;
    width: 90%;
    margin: 0 auto;
    margin-top: 4rem;
}

body.interim-login {
    height: auto;
    background: white;
}