@media only screen and (min-width: 850px) {
	div.contentMedium {
		left: 50%;
		transform: translateX(-400px);

		width: 800px;
		height: calc(100vh - 350px);
		min-height: 425px;

		padding-bottom: 350px;
	}

	div.customerlogo {
		top: 275px;

		left: 50%;
		transform: translateX(-13px);

		height: 145px;
		width: 300px;
	}

	div.customerlogo > img.customerlogo {
		max-height: 145px;
		max-width: 296px;
	}

	div.ifslogo {
		top: 115px;

		left: 50%;
		transform: translateX(-400px);

		height: 51px;
		width: 301px;
	}

	div.loginstalled {
		top: 125px;

		left: 50%;
		transform: translateX(-13px);

		text-align: left;

		height: 75px;
		width: 400px;
	}

	div.loadinganimation {
		top: 125px;

		left: 50%;
		transform: translateX(-13px);

		height: 25px;
		width: 300px;
	}

	div.loadinganimation > img {
		height: 25px;
		width: 300px;
	}

	form.login > div.error {
		top: 105px;

		left: 50%;
		transform: translateX(-13px);

		height: 37px;
		width: 282px;
	}

	form.login > select.username {
		top: 125px;

		left: 50%;
		transform: translateX(-13px);

		height: 37px;
		width: 282px;
	}

	form.login > input.username {
		top: 125px;

		left: 50%;
		transform: translateX(-13px);

		height: 37px;
		width: 282px;
	}

	form.login > input.password {
		top: 175px;

		left: 50%;
		transform: translateX(-13px);

		height: 37px;
		width: 282px;
	}

	form.login > button.login {
		top: 225px;

		left: 50%;
		transform: translateX(-13px);

		height: 37px;
		width: 300px;
	}

	form.twofactorlogin > div.error {
		top: 105px;

		left: 50%;
		transform: translateX(-13px);

		height: 37px;
		width: 282px;
	}

	form.twofactorlogin > input.token {
		top: 125px;

		left: 50%;
		transform: translateX(-13px);

		height: 37px;
		width: 282px;
	}

	form.twofactorlogin > input.rememberToken {
		top: 185px;

		left: 50%;
		transform: translateX(-13px);

		height: 15px;
		width: 15px;
	}

	form.twofactorlogin > label.rememberToken {
		top: 184px;

		left: 50%;
		transform: translateX(2px);

		height: 18px;
		width: 263px;
	}

	form.twofactorlogin > button.verifyToken {
		top: 225px;

		left: 50%;
		transform: translateX(-13px);

		height: 35px;
		width: 144px;
	}

	form.twofactorlogin > button.cancelLogin {
		top: 225px;

		left: 50%;
		transform: translateX(143px);

		height: 35px;
		width: 144px;
	}

	div.employeeface {
		display: none;
	}

	div.wouldyouliketoknowmore {
		display: flex;

		transform: translateX(-400px);

		left: 50%;
	}

	div.anniversarybadge {
		transform: translateX(34px);

		left: 50%;
	}

	div.update {
		top: 105px;

		left: 50%;
		transform: translateX(-13px);

		height: 37px;
		width: 282px;
	}
}