@charset "UTF-8";
/* CSS Document */
body {
	line-height:20px;
	background:url(../images/bg-body.jpg) left top repeat-x #5792c9;
	color: #E3F1FF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a.forgot-pwd {
	color: #C7DEEB;
	margin-left: 30px;
	text-decoration: underline;
}
a.forgot-pwd:hover {
	color:#FFF;
	text-decoration:none;
}
.login-error {
	text-shadow: 0px 0px 3px #70CEF3;
	color: #860000;
	height: 50px;
	font-size: 13px;
	text-align: left;
	padding: 5px 20px;
	width: 100%;
}
#loginbox {
	background:url(../images/login-bg.png) no-repeat top center;
	margin:12% auto 0 auto;
	height:290px;
	width:380px;
	padding: 20px 71px;
}
#login-rights {
	background:url(../images/login-logo.png) no-repeat top center;
	height:65px;
	width:361px;
	margin:10px auto 0 auto;
}
.btm-logo {
	padding: 0 0px 5px 5px;
	background: url(../images/login-window-logo-btm.png) no-repeat bottom right;
	height: 52px;
	width: 52px;
	float: right;
}
h2.login-name {
	color: white;
	font-weight: normal;
	text-shadow: 0px -1px black;
	background: url(../images/padlock-icon.png) no-repeat right 0px;
	font-size: 24px;
	font-family: Myriad Pro;
	padding: 5px 65px 20px 15px;
	margin: 0;
	float: left;
	width: 65%;
}
h4.siteq {
	color: white;
	width: 78%;
	font-weight: normal;
	text-shadow: 0px -1px black;
	font-size: 18px;
	font-family: Myriad Pro;
	padding: 0px 4px 3px 15px;
	margin: 0;
	height: 20px;
	float: left;
	margin-top: -10px;
}
span.star {
	color:red;
}
p.para {
	color: #E3F1FF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
div#line {
	float: left;
	background: url("../images/sep-line.jpg") no-repeat scroll center top transparent;
	height: 2px;
	padding-bottom: 8px;
	width: 380px;
}
/*--- form start here---*/
#user-type {
	display: inline;
	float: left;
	margin: 0 0 7px;
	padding: 6px 10px 0 20px;
	text-align: left;
	width: 80px;
	color: #fff;
	font-size: 13px;
}
#user-name {
	display: inline;
	float: left;
	color: #fff;
	font-size: 13px;
	margin: 0 0 7px;
	padding: 6px 10px 0 20px;
	text-align: left;
	width:80px;
}
#usesr-pwd {
	display: inline;
	float: left;
	color: #fff;
	font-size: 13px;
	margin: 0 0 7px;
	padding: 6px 10px 0 20px;
	text-align: left;
	width: 80px;
}
.box-field {
	display: inline;
	float: left;
	margin: 0 0 0 5px;
	width: 230px;
}
.box-field ul.errors {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: red;
}
.box-field ul.errors li {
	list-style:none;
}
.box-field select {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 6px 4px 6px 3px;
	width: 222px;
	height: 30px;
	background-color: white;
	border: 1px solid #2E65A1;
	border-radius: 6px;
	color: #194E8E;
}
.form-login {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	border: 1px solid #2E65A1;
	border-radius: 6px;
	color: #194E8E;
	font-size: 13px;
	padding: 6px 8px;
	width: 205px;
}
.login-box-options {
	color: #C7DEEB;
	float: left;
	font-size: 11px;
	padding-left: 102px;
	vertical-align: text-top;
	width: 220px;
}
.login-box-options input {
	margin: 4px 4px 0px 0px !important;
	float: left;
}
.logo {
	float: left;
	background:url(../images/login-window-logo-top-2022.png) no-repeat left center;
	background-size: 52px 52px;
	height:52px;
	width:52px;
}
.login-btn {
	padding-top: 10px;
	cursor: pointer;
	height: 30px;
	width: 89px;
	float: right;
}
.divrow {
	padding-top: 8px;
	height: 35px;
	width: 100%;
}
