.invalid-browser-cont{
    z-index: 20000;
    min-height: 100%;
    position: absolute;
    min-width: 100%;
    background: white;
    background-image: url('images/login_background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
	font-family: 'Arial';
}
.invalid-browser-overlay{
	height: 100%;
	width: 100%;
	background-image: url('images/bg-lines.png');
	position: absolute;
	overflow: hidden;
}
.invalid-browser-content{
	background-color: white;
	border: 1px solid #363636;
	box-shadow: 0px 0px 20px 2px rgba(54, 54, 54, 0.4);
	position: relative;
	width: 350px;
	transform-origin: 50%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding: 40px 20px;
	text-align: center;
	line-height: 1.3;
}
.invalid-browser-content #invalidBrowser b{
	display: block;
	padding: 20px 0;
	text-align: center;
	font-size: 21px;
	font-weight: 700;
}
.invalid-browser-content img{
	max-width: 80%;
	margin-bottom: 30px;
}
 .valid-browsers a{
	font-size: 18px;
	display: block;
	padding-bottom: 5px;
}
.valid-browsers a:hover{
	text-decoration: underline;
}
.valid-browsers a:first-of-type{
	padding-top: 20px;
}
.valid-browsers .salutation{
	padding: 20px 0 0 0;
}