*{
	box-sizing:border-box;
}
body{
	background:url('../images/loginBg2.jpg');  
 	background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader  (src='../images/loginBg.jpg',  sizingMethod='scale');
	padding: 1px;
}
.loginBox{
	width: 1210px;
	margin: 8% auto 0;
	background:#fff;
	-webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
}
.loginLogo img{
	display: block;
	width: 320px;
	margin-bottom: 40px;
}
.loginCon{
	/*padding-bottom: 70px;*/
}
.loginL{
	width: 58%;
	/*margin-bottom: 70px;*/
	padding: 80px 0;
}
.loginL img{
	display: block;
	width: 530px;
	margin: 0 auto;
}
.loginR{
	width: 42%;
	float: right;
	/*padding-left: 120px;*/
	padding: 140px 60px 0;
	background:url('../images/loginR.jpg');  
 	background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader  (src='../images/loginR.jpg',  sizingMethod='scale');
}
.loginT{
	font-size: 26px;
	color: #3CA2E0;
	text-align: center;
}
.loginInput{
	height: 52px;
	
	position: relative;
	margin-top: 30px;
}
.loginInput img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 17px;
	margin: auto;
	height: 25px;
}
.loginInput input{
	padding: 10px 10px 10px 60px;
	height: 100%;
	width: 100%;
	font-size: 16px;
	color: #1a1a1a;
	line-height: 30px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
    border: 1px solid #DFDFDF;
    border-radius: 3px;
    transition:border-color 0.3s;
	-moz-transition:border-color 0.3s;
	-ms-transition:border-color 0.3s;
	-o-transition:border-color 0.3s;
	-webkit-transition:border-color 0.3s;
}
.loginInput input:focus{
	/*background: transparent;*/
	border-color:#64B2F4;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0); 
}
.loginFooter{
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 10px;
}
.loginFooter span{
	margin: 0 20px;
}
.loginBtn{
	background: #3CA2E0;
	overflow: hidden;
	height: 53px;
	line-height: 53px;
	border-radius: 27px;
	color: #fff;
	margin-top: 30px;
}
.loginBtn input{
	width: 100%;
	height: 100%;
	line-height: 53px;
	border: 0;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0) inset!important;
}
.remember{
	color: #E0740F;
	font-size: 16px;
	margin-top: 30px;
}
.remember span{
	float: left;
	width: 21px;
	height: 21px;
	position: relative;
	border: 1px solid #3CA2E0;
	margin-right: 10px;
	line-height: 0;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.remember img{
	width: 13px;
	/*height:13px;*/
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: none;
}
.remember.active span{
	background: #3CA2E0;
}
.remember.active img{
	display: block;
}
.remember input{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 99;
	margin: 0;
	filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0; 
}
.yzm{
	border: 0;
	height: 50px;
	margin-top: 30px;
	overflow: hidden;
}
.yzm *{
	display: block;
	float: left;
	width: 47%!important;
	height: 100%!important;
}
.yzm input{
	border: 1px solid #E9E9E9;
	margin: 0 6% 0 0!important;
	padding:10px 10px;
	line-height: 28px;
	text-align: center;
	font-weight: inherit;
	font-size: 16px;
	outline: none;
	transition:border-color 0.3s;
	-moz-transition:border-color 0.3s;
	-ms-transition:border-color 0.3s;
	-o-transition:border-color 0.3s;
	-webkit-transition:border-color 0.3s;
	border-radius: 3px;
}
.yzm input:focus{
	border-color:#64B2F4;
	border-radius: 3px;
}
li.color-picker i {
font-size: 24px;
line-height: 30px;
}
.red-base {
    color: #D24D57;
}
.blue-base {
    color: #3CA2E0;
}
.green-base {
    color: #27ae60;
}
.purple-base {
    color: #957BBD;
}
.midnight-blue-base {
    color: #2c3e50;
}
.lynch-base {
    color: #6C7A89;
}