/* Fix for white bar in IE */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	
	/*#login_content {
		margin-top: -35px;
	}*/
	#login {
		top: 200px;
	}
	#forgot_password_link {
		top: 109px;
		left: 204px;
		width: 8px;
		height: 18px;
		position: absolute;
	}
	#login .toggleSwitch {
		top: 30px;
	}
	#hideChangePassword {
		bottom: 0;
	}
	input::-ms-clear, input::-ms-reveal {
    	display: none;
	}
}

