#sx1-login-body{
	width: auto;
	right: 0;
}

#sx1-login-body img{
	width: 280px;
	margin: 50px 25px 0 25px;
}

#sx1-login-cont{
	overflow: auto;
	padding: 50px;
}

.sx1-login-dialog{
	position: relative;
	height: 460px;
	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-header{
	padding: 10px 30px;
	text-align: center;
	color: white;
	/* text-shadow: 0.06em 0.07em black; */
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: #284788;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #182b77;
}

.sx1-login-header img{
	height: 60px;
	position: relative;
	top: 5px;
}

.sx1-login-header h1{ font-size: 30px; }

.sx1-login-dialog form{
	margin: 0;
	margin-top: 100px;
}

.sx1-login-body{ padding: 0px 30px 20px 30px; }

.sx1-login-body .sx1-login-input{
	border-radius: 0 2px 2px 0;
	margin: 20px 0 0 0;
	width: 260px;
	height: 40px;
	padding: 1px 10px 1px 10px;
	border-left: 0px;
}

.sx1-login-email-greet{
	width: 40px;
	height: 40px;
	background-color: #284788;
	float: left;
	margin-top: 20px;
	border-radius: 2px 0px 0px 2px;
	padding: 11px 12px;
}

.sx1-login-email-icon{
	color: white;
	font-size: 17px;
}

.sx1-login-password-greet{
	width: 40px;
	height: 40px;
	background-color: #284788;
	float: left;
	margin-top: 20px;
	border-radius: 2px 0px 0px 2px;
	padding: 10px 13px;
}

.sx1-login-password-icon{
	color: white;
	font-size: 21px;
}

.sx1-ui-checkbox-group{
	margin: 30px 0 0 40px;
	font-family: 'Open Sans', sans-serif;
	color: #415B76;
}

.sx1-login-footer{
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
	width: auto;
	font-family: 'Open Sans', sans-serif;
	color: #415B76;
	padding: 20px 50px 20px 50px;
}

.sx1-login-footer .sx1-ui-button{ height: 40px; }

.sx1-login-footer span a{
	font-weight: lighter;
	color: #284788bd !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;
}
