@CHARSET "UTF-8";
*{
	padding: 0;
	margin:0;
	box-sizing: border-box;
	font-family: "微软雅黑";
}
body,html{
	width: 100%;
	height: 100%;
	min-width:1220px;
	min-height:600px;
}
body{
	background: url(../../../img/login/bg2.png) no-repeat center;
	background-size: 100% 100%;
	white-space: nowrap;
	text-align: center;
}
  body:after,body span{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:0;
	height:100%;
	vertical-align:middle;
}
body:after{
	content:'';
}
.content{
	width: 1000px;
	height: 400px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	white-space:normal;
}
.iconfont{
	font-size: 24px!important;
	color: #bbb;
	vertical-align:middle;
}
.shuru{
	background: 0;
	min-width: 280px;
	padding: 8px;
	border:none;
	border-bottom: 1px solid rgba(25,49,93,.3);
	margin-bottom: 30px;
	outline:none;
}
.rempsd{
	margin-bottom: 30px;
	margin-left: -156px;
	font-size: 14px;
}
.login{
	text-decoration:none;
	display:block;
	clear: both;
	width: 160px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	background-color: #284780;
	color: #fff;
	line-height: 40px;
	margin:0 auto;
}
.login:hover{
	background-color: #19315d;
}
.icon-right{
	font-size: 16px;
	color: #fff;
}
.left,form{
	float: left;
	width: 50%;
}
.left{
	height: 400px;
	background: url(../../../img/login/decorate2.png) no-repeat 50% 80%;
	background-size: 333px 340px;
}
img{
	float: left;
}
form p{
	font-size: 24px;
	color: #19315d;
	margin-bottom: 30px;
	margin-top: 50px;
	letter-spacing:2px;
}
.icheckbox_square-blue{
	transform: scale(0.8);
}
.error{
	color:#ff9239;
	font-size: 14px;
	margin-top: -20px;
	margin-bottom: 10px;
}
input[type="password"]{
	margin-bottom: 20px;
}
.enter:hover i{
	color:#2277da;
}
.enter:hover .shuru{
    border-color: #2277da;
}