@charset "utf-8";
/*test css*/
span,input {
	font-family: "Microsoft YaHei" ! important;
	font-size: 14px;
}
a {
	text-decoration: none;
	color: black;
}

/* CSS Document */
#container { 
}
.head {
    width: 600px;
    height:90px;
    margin:80px auto 30px;
}
.logo{
	float:left;
	width: 90px;
    height:90px;
} 
.title1{
	margin:0;
	width: 400px;
    height:40px;
	font-size:30px;
	font-family: 'MicrosoftYahei';
	color:#fff;
	text-shadow:#195ec4 1px 0 0,#195ec4 0 1px 0,#195ec4 -1px 0 0,#195ec4 0 -1px 0;
	-moz-user-select: none; /*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
}

.title2 {
	margin:0;
	width: 800px;
	font-size:36px;
	line-height: 50px;
	font-family: 'MicrosoftYahei';
	color:#fff;
	text-shadow:#195ec4 1px 0 0,#195ec4 0 1px 0,#195ec4 -1px 0 0,#195ec4 0 -1px 0;
	-moz-user-select: none; /*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
}

.cont {
	width: 450px;
	margin:0 auto ;
	border-radius:5px;
	background:rgba(255,255,255,0.8);
	border: 1px solid #3b71d2;
}
.cont1 {
	height: 38px;
	width: 295px;
	margin:32px auto 17px ;
}
 
.img{
	float:left;
	position:absolute;
	height:14px;
	width: 16px;
	margin-left:12px;
	margin-top:12px;
	z-index:10;
}
.cont2 {
	height: 38px;
	width: 295px;
	margin:0 auto ;
}
.username,.key{
	padding-left:40px;
}
.button{
	float:right;
	color:#333;
	height: 38px;
	width: 108px;
	padding:0;
	font-size:12px;
	line-height:37px;
	border: 1px solid #b0b0b0;
	box-sizing:border-box ;
	background-color:#efefef;
	cursor:pointer;
}
.cont3 {
	height: 38px;
	width: 295px;
	margin:17px auto 20px ; 
	vertical-align:middle;
}
.cont4 {
	height: 38px;
	width: 295px;
	margin:10px auto  15px;
}
.login{
    color:#fff;
	height: 38px;
	width: 138px;
	border-radius: 5px;
	border:0;
	padding:0;
	font-size:17px;
	line-height:36px;
	background-color:#2e79f1;
	cursor:pointer;
}
.cont4>a{
	font-size:14px;
	line-height:36px;
	color:#0f59d7;
	padding-left: 6px;
}
.fengexian{
padding:0 8px 0;
border-right: 1px dashed #585858;
}
.cont5 {
	height: 18px;
	width: 380px;
	margin-left:36px;
	margin-top: 20px;
}

.cont6 {
	text-align: center;
	width: 295px;
	margin:20px auto 17px ;
}

.cont7 {
	height: 38px;
	width: 295px;
	margin: 15px auto ;
}

.cont5>.left{
	float:left;
	border:0;
	padding:0;
	font-size:14px;
	line-height:18px;
	color:#666;
}
.cont5 >.left a,.cont5>.right a{
	color:#0f59d7;
}
.cont5>.right{
	float:right;
	font-size:14px;
	line-height:18px;
}
.error_msg{
    font-size: 14px;
    text-align: center;
    color: red;
    font-weight: normal;
    margin-top: 10px;
}