#sx1-login-body{
	width: auto;
	right: 0;
}

#sx1-login-body img{
	width: 230px;
	margin: 50px 25px 0 25px;
	border-radius: 5px;
	background-color: white;
	padding: 20px;
	border: 10px solid #007aba;
}

#sx1-login-body img.image-background{
	padding: 14px;
	border-radius: 5px;
	background-color: #c4df76;
}

#sx1-login-cont{
	overflow: auto;
	padding: 50px;
}

.sx1-login-dialog{
	position: relative;
	height: 490px;
	width: 400px;
	background-color: #FFF;
	padding: 20px;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.sx1-login-dialog.login-message{ min-height: 550px; }

.sx1-login-header{
	padding: 8px 30px;
	text-align: center;
	color: white;
	/* text-shadow: 0.06em 0.07em black; */
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: #008bd3;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #0069a0;
}

.sx1-login-header img{
	height: 60px;
	position: relative;
	top: 5px;
}

.sx1-login-dialog form{
	margin: 0;
	/*margin-top: 100px;*/
}

.sx1-login-body{ padding: 0 30px 20px 30px; }

.sx1-login-body h1{
	font-size: 35px;
	font-family: Open Sans;
	font-family: Roboto;
	font-family: sans-serif;
	/*font-family: VAGRundschriftDLig;*/
	color: #008bd3
}

.sx1-login-body .sx1-login-input{ padding-left: 45px; }

.sx1-login-input-icon{
	color: #ddd;
	left: 32px;
	top: 41px;
}

.sx1-login-footer{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: auto;
	font-family: 'Open Sans', sans-serif;
	color: #415B76;
	padding: 20px 50px 20px 50px;
}

.sx1-login-footer .btn.btn-primary{
	background-color: #007aba;
	border-color: #0069a0;
}

.sx1-login-footer span a{
	font-weight: lighter;
	color: #3498DB !important;
	float: right;
	position: relative;
	top: 8px;
}

.sx1-data-entry-bad{
	padding-right: 25px;
	background: url(/application/images/cross_r.png) no-repeat right white;
	background-size: 18px 18px;
}

.sx1-countdown-container{
	position: relative;
	height: 95px;
	width: 100%;
	color: #415B76;
	border: 2px dotted;
	border-radius: 9px;
}

.sx1-countdown{
	width: 100%;
	height: 32px;
	text-align: center;
	font-size: 21px;
}
