html, body {
	min-height: 100%
}
.layout-boxed html, .layout-boxed body {
	height: 100%
}
.img_responsive {
	max-width:100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	overflow-y: auto;
	color: #333;
	background: url(../images/loginBg.jpg) center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mb10 {
	margin-bottom:10px;
}
.loginBg {
	position: fixed;
	width: 100%;
	height: 100%;
}
.loginWindow {
	width: 100%;
	height: 100%;
	display: table;
	background-color: transparent;
}
.loginWrap {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.loginLogo {
	text-align: center;
	padding: 20px 5px;
}
.loginCopy {
	font-size: 14px;
	color: #999;
	text-align: center;
	padding: 20px 5px;
}
.loginBox {
	background: #fff;
	border-radius: 4px;
	margin: auto;
	width: 425px;
	min-height: auto;
	padding: 30px;
	box-sizing: border-box;
}
.loginBox h1 {
	font-size: 30px;
	font-weight: 600;
	color: #900703;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 0px 30px 0px;
}
.loginBox h1 span {
	border-bottom:solid 2px #ccc;
}
.loginBox p {
	font-size: 16px;
	font-weight: 400;
	color: #666;
	text-align: center;
}
.loginBox .textBox {
	width: 100%;
	position: relative;
}
.loginBox .textBox input[type="text"], .loginBox input[type="password"] {
	display: block;
	width: 100%;
	height: 46px;
	padding: 6px 55px 6px 15px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #9ad9ea;
	text-align: left;
	background: #3590a9;
	background-image: none;
	border-radius: 2px;
	border: none;
}
.loginBox .textBox .userIcon {
	width: 51px;
	position: absolute;
	height: 46px;
	text-align: center;
	right: 15px;
	border-radius: 2px 2px 0 0;
	background: url(../images/userIcon.png) no-repeat 12px 10px #00475b;
}
.loginBox .textBox .passIcon {
	width: 51px;
	position: absolute;
	height: 46px;
	text-align: center;
	right: 15px;
	border-radius: 2px 2px 0 0;
	background: url(../images/passIcon.png) no-repeat 12px 10px #00475b;
}
.loginBox .btn {
	border-radius: 2px;
	box-shadow: none;
	height: 46px;
	padding: 6px;
	margin-bottom: 30px;
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	background: #05bd5e;
	border:none;
}
.loginBox .btn:hover {
	background: #03a953
}
.login_bg .login_box {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	background-color: transparent;
	left: 50%;
	top: 50%;
	width: 90%;
	max-width: 445px;
}
.login_box a.link1 {
	color: #f69646;
}
.login_box a.link1:hover {
	color: #666;
}
.rememberMe {
	float: left;
	margin: 0px;
}
.forgotPass {
	float: right;
	margin: 0px;
	text-align: right;
}
.error {
	position: absolute;
	z-index: 2001;
	bottom: 12px;
	color: #e30404;
	font-size: 13px;
}
/*checkbox open*/
.checkbox, .radio {
	margin-top: 0px;
	margin-bottom: 0px;
}
.checkbox input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.checkbox input[type=checkbox].css-checkbox + label.css-label {
	padding-left: 32px;
	height: 20px;
	display: inline-block;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 14px;
	color: #666;
	vertical-align: middle;
	cursor: pointer;
}
.checkbox input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -20px;
}
.checkbox label.css-label {
	background-image: url(../images/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mt20 {
	margin-top: 20px;
}
.loginBox .loginEmail {
	color: #666;
	font-size:16px;
	text-align:center;
	line-height:24px;
	margin: 35px 0;
}
.loginBox .loginEmail .fa {
	font-size: 20px;
}
.loginBox .loginEmail a {
	color: #f69646;
	text-decoration: none;
}
.loginBox .loginEmail a:hover {
	color: #3590a9;
	text-decoration: none;
}
/*checkbox end*/
.successMes {
	color: #00a65a;
	font-size:20px;
	text-align:center;
	line-height:24px;
	margin: 30px 0;
	font-weight:300;
}
.allertMes {
	color: #ff4a43;
	font-size:20px;
	text-align:center;
	line-height:24px;
	margin: 30px 0;
	font-weight:300;
}
.left {
	float:left;
}
.right {
	float:right;
}
.loginBox h3 {
	font-size: 20px;
	font-weight: 300;
	color: #333;
	text-align: center;
	line-height: 32px;
}
