@charset "utf-8";
html, body{ height:100%}
body{font-size:14px}
* {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
 }

.header,.footer{ 
	position:fixed; 
	left:0; 
	right:0;
	width:100%; 
	z-index:99
}
.header{
	top:0; 
	height:60px;
	/*background:#426374 no-repeat 0 center*/
	}

.loginWraper{
	position:relative;
	width:100%;height:100%;
	left:0; 
	top:0; 
	bottom:0; 
	right:0;
	z-index:1; 
	background:#3283AC url(../images/BJ.jpg) no-repeat center;
}
.loginBox{
	position: relative;
    max-width: 1200px;
    height: 622px;
    box-shadow: 1px 1px 1px #666;
    border-radius: 5px !important;
    margin: 0 auto;
    top: 20%;
    padding-top: 40px;
    background: url(../images/tu.jpg);
	}

.loginBox .row .form-label .Hui-iconfont{ 
	font-size:24px
}
.footer{ 
	height:50px; 
	line-height:20px;
	bottom:0;
	text-align:center;
	color:#fff; 
	font-size:12px;
	border-top: 0px solid ;
	}

.reg{
	float: right;
	max-width: 600px;
	margin-top: 5%;
}
.regBox{
	position:relative;
	max-width:1200px;
	height:622px; 
	background:url(../images/tu.jpg);
	box-shadow: 1px 1px 1px #666;
	border-radius:5px !important;
	margin:0 auto;top:16%;
	padding-top:10px;
	}
.regBox .row .form-label .Hui-iconfont{
   font-size:24px
}
.login{
	float: right;
}
.font{
	font-size: 30px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 10px;
}
.font10{
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
}
.btn{
	line-height: 23px;
	padding: 8px 16px;
	font-size: 16px;
    height: 41px;
    border-radius: 5px!important;
    color: #fff;
    background-color: #3b90f2;
    border-color: #3b90f2;
}
