/* login screen */
html {
	height: 100%;
}
body {
	background: transparent !important;
}

.login #layout-content {
	margin: 0;
}

#login-overlay {
	width: 100%;
	height: 100%;
}
.login-strip {
	width: 100%;
	height: 120px;
	padding: 30px 0px;
	background-color: #fff;
	margin-top: 230px;
	border-top: 1px solid #ccd5eb;
	border-bottom: 1px solid #ccd5eb;
	background: url(../../../css/img/themes/light/white50.png) top left repeat;
}

.login-strip .inner-div {
	width: 530px;
	height: 120px;
	position: relative;
	left: 15%;	
}

.customer-logo {
	width: 120px;
	height: 120px;
	float: left;
}
.customer-logo img {
	width: 120px;
	height: 120px;
}

#login-form { 
	float: left;
	width: 359px;
	height: 116px;
	background: url(../../../css/img/themes/light/white70.png) top left repeat;
	margin-left: 20px;
	padding: 3px 6px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#login-form .row {
	margin: 5px 0px;
}


#login-form label {
	width: 135px;
	padding-left: 5px;
	display: inline-block;
}
#login-form .errorMessage { 
	padding-left: 143px;
}
#login-form .text { 
	width: 202px;
}
#login-form .errorMessage {
	width: 216px;
	font-size: 11px;
}
#login-form .btn {
	width: 215px;
	margin-left: 143px;
}
.warning-info { 
	font-size: 10pt;
	width: 220px;
	float: left;
}
#login-form input.remember {
	margin-left: 145px;
	margin-right: 3px;
}
#login-form label.remember {
	font-size: 12px;
	color: #555;
}