@CHARSET "UTF-8";
* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Microsoft YaHei", "微软雅黑" !important;
}

html {
	min-height: 100%;
	_height: 100%;
	height: 100%;
	min-width: 1000px;
	min-height:700px;
}

body {
	font-family: "Microsoft YaHei", "微软雅黑" !important;
	min-height: 100%; 
	_height : 100%; 
	height : 100%;
	background-size: 100% 100%;
}
a{
text-decoration:none;
}

#header{
	width: 100%;
	height:25%;
	min-height:230px;
	background-image: url(../images/images_yn/login-headerbg.jpg);
	background-size: 100% 100%;
}
#header span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
#header img{
	margin-top: 67px;
}

#content{
	width:100%;
	min-height: 60%; 
	_height : 60%; 
	height : 60%;
	min-height:400px;
	text-align: center;
	display:inline-block;   
	vertical-align:middle; 
}

#login{
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	font-size: 20px;
	font-weight: 500px;
	margin-top: 4%;
}

#login  label{
	color:#333333;
	line-height: 50px;
	display:inline-block;
	vertical-align: middle;
}
.labelimg{
	float: left;
	padding-top: 5px;
}
.labelinfo{
	float: left;
}
.formInfo{
	margin: 10px;
	height: 45px;
	width: 100%;
	font-size: 24px;
	margin-left: 5px;
}

.font-small{
	font-size: 15px;
	color: black;
}

#remember{
	margin-left: 10px;
}

#verimg{
	width: 100%;
	height: 46px;
	border: 1px solid #ccc;
	margin-left: 5px;
}

#login-submit{
	width: 100%;
	height:60px;
	background-image: url(../images/images_yn/login-subbtn.png);
	background-position:-5px;
	border: 0px solid blue;
	border-radius:5px;
	font-size: 25px;
	color: white;
	cursor: pointer;
}

#login-error{
	width: 90px;
	height:30px;
	background-image: url(../images/images_yn/login-subbtn.png);
	background-position:-5px;
	border: 0px solid blue;
	border-radius:5px;
	font-size: 15px;
	color: white;
	cursor: pointer;
}

#qrcode{
	border-left: 1px solid #ccc;
	margin-left: 20px;
}
#code-header{
	color: #333333;
	font-size: 21px;
}
#code-footer{
	color: #4768b5;
}

.pad-right{
	padding-right: 50px;
}

#footer{
	width: 100%;
	display:-moz-box;
    display:-webkit-box;
    -moz-box-align:center;
    -webkit-box-align:center;
   	-moz-box-pack:center;
    -webkit-box-pack:center;
  	 min-height: 15%; 
	_height : 15%; 
	height : 15%;
   	min-height:140px;
   	line-height:140px;
	overflow:hidden;
	text-align:center;
	border-top: 1px solid #CCC;
	font-size:18px;
	color: #333333;
}
#footer p{
	width: 100%;
}


#header-guangxi{
	width: 100%;
	height:25%;
	min-height:230px;
	background-image: url(../images/images_guangxi/login-headerguangxibg.jpg);
	background-size: 100% 100%;
	text-align:center; 
}
#header-guangxi span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
#header-guangxi img{
	margin-top: 67px;
}
