input:focus{border:1px solid #564A9C;}
*{
	margin: 0;padding: 0;
	box-sizing: border-box;
	font-family: "microsoft yahei","times new roman";
}
#ClCache{
	display: none;
}
body{
	height: 100%;	
}
html{
	height:100%;
}
.login_intro{
	color: #564A9C;font-size: 15px;width: 180px;height: 50px;border-bottom: 2px solid #564A9C;margin: 0 auto;margin-bottom: 25px;
}
.login_login{
	margin: 0 auto;width: 978px;height: 500px;background: #fff;border-radius: 6px;text-align: center;box-shadow: -6px 10px 10px #4D4696;
	
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -489px;
	margin-top: -215px;
}
.login_login button{
	background: #59499a;width: 350px; height: 70px;color: #fffefe;border:none;border-radius: 6px;cursor: pointer;font-weight: bold;font-size: 18px;
}
/* .login_login input{
	width: 360px; height: 60px;margin-bottom: 20px;font-size: 15px;padding-left: 60px;background: #f9f9f9;border: 1px solid #ccc;border-radius: 3px;
} */

.login_helpInfo{
	line-height: 50px;margin-left: 60%;font-size: 11px;color: #999;
}
.login_error{
	font-weight: normal;color: darkred;white-space: nowrap;  text-overflow:ellipsis; overflow:hidden;
}	
input::-webkit-input-placeholder{
	font-size: 12px;color: #999;text-align: left;
}
input::-ms-input-placeholder{
	font-size: 12px;color: #999;text-align: left;
}
input::-moz-placeholder{
	font-size: 12px;color: #999;text-align: left;
}
#formContainer{
	width:100%;
	height: 100%;
	background: url(../source/picture/login/background.png) no-repeat;
	background-size: cover;
}
.icon{
	position: absolute;left: 85px;top: 22px;font-size:25px !important;color: #666;
}
#iconBox{
	position: relative;
	margin-left: 65px;
	width: 360px; height: 60px;margin-bottom: 20px;font-size: 15px;background: #f9f9f9;border: 1px solid #ccc;border-radius: 3px;
}
#iconBox img{
	position: absolute;
	top: 17px;
	left: 17px;
}
#iconBox input{
	width: 100%;
	height: 100%;
	background-color: transparent !important;
	border: none;
	outline: none;
	padding-left: 60px;
}
.login_left{
	width:480px;height:500px;float:left;background: url(../source/picture/login/dataBackground.png) no-repeat;
	background-size: cover;
}
.login_right{
	width: 480x;
}
.login_right p{
	text-align: left;margin: 20px 0 30px 0 ;padding:0 30px;
}
.login_right p span{
	display: inline-block;height:50px;line-height: 50px;border-bottom: 2px solid #574A9C;font-size: 18px;font-weight: bold;color: #574A9C;
}
.statusDiv{
	height:30px;line-height: 30px;text-align: left;padding: 0 65px;margin-bottom: 30px;color:#666;font-size: 14px;
}
.statusDiv input{
	width:16px;height:16px;margin:0 0 1px 0;vertical-align: middle;line-height: 30px;
}
.statusDiv span{
	cursor: pointer;color: #564A9C;font-size: 12px;float: right;
}
.fa{
	width: 20px !important;
}
.authImgOn{
	border: 2px solid #0fea0f !important;
}
.authImgOff{
	border: 2px solid #ff0000 !important;
}
