@charset "utf-8";
html, body{ height:100%}
body{ background: #f2f2f2; font-size: 14px; }
.header{top:0; height:60px; background:#426374 no-repeat 0 center}
.page-bg {
    width: 100%;
    height: 400px;
    background: url(bg.jpg);
    background-size: auto 400px;
    background-position: bottom center;
    position: fixed;
}
.shadow {
    width: 100%;
    height: 100%;
    background: rgba(0,84,219,.65);
}
.loginWraper{ 
	width:420px; 
	position: absolute;
    left: 50%;
    margin-left: -210px;
    top: 22%; }
.page-title {
    text-align: center;
    font-size: 26px;
    line-height: 50px;
    padding-bottom: 10px;
    margin: auto;
    color: #fff;
    letter-spacing: 2px;
    font-weight: bold;
    text-shadow: 0px 0px 4px rgba(0,0,0,.5);
}
.loginBox{ 
	position:relative; 
	height:320px;
	border-radius: 3px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 1);
    border: none;
	margin:0 auto; 
	top:20%;
	padding-top:30px;
}

.input-text.size-L, .btn.size-L{  }
.btn-login{ width: 100%; }

.loginBox .row .form-label .Hui-iconfont{ font-size:24px}
.footer{ 
	border-top: none;
	padding:20px 0px 0px;
	text-align:center; 
}
.footer p{
	margin:0;
	line-height: 24px;
	color:#666; 
	font-size:14px; 
}

.regBox{position:relative;max-width:600px;height:470px; background:rgba(0,0,0,0.1);box-shadow: 1px 1px 1px #666;border-radius:5px !important; margin:0 auto;top:12%;padding-top:10px;}
.regBox .row .form-label .Hui-iconfont{ font-size:24px}