body {
    color: #9ea7b3!important;
    font-family: "Open Sans", Arial, sans-serif!important;
    font-size: 13px!important;
    line-height: 20px;
    overflow-x: hidden!important;
    min-height: 100%;
    z-index: -2;
    margin: 0px !important;
    background: url(/assets/img/bg.jpg) no-repeat top center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 1000px;
}
input:-webkit-autofill {
background-color: #fff !important;
background-image: none;
color: #000;
}
.regiter_body{background-image: none; background-color: #eee; }
.login_header{border-bottom: 1px solid #929292; height: 52px; }
.center_bottom{color: #fff;text-align:center; position: absolute; bottom: 0px; width: 100%; left:0px;}
.login_wrap{width: 350px; position: absolute ;right: 190px; top: 55px;}
.login_div{padding: 21px; background-color: #fff; border-radius: 4px; }
.login_li{ color: #717171; }
.login_li>label{line-height: 33px;}
.login_li>input{height: 38px; border: 2px solid #eee; width: 100%; padding: 0 5px; background-color: #fff;}
.login_title{text-align: center; color: #fff; font-size: 30px; line-height: 90px;}
.login_button{height:38px; width: 100%; border:none; line-height: 38px; text-align: center; color:#fff; background-color: #2470a4; margin-top: 60px;}
.login_a{ line-height: 60px; text-align:right;}
.login_a a{color: #2470a4 !important;}
.alert {padding: 0px; height:30px; margin-bottom: 0px;  }

.register_header{border-bottom: 1px solid #929292; height: 52px; }
.register_header_left{margin-left: 80px; height: 33px; margin-top: 10px; float: left;}
.register_header_right{margin-right: 80px; height:33px; margin-top: 10px; float: right;}
.register_info{background-color: #2184bf; color: #fff; height:66px; line-height: 66px;}
.register_info_left{ font-size: 25px; font-weight: bold; display: inline-block; width: 48%; margin-left: 18%; }
.register_info_right{  display: inline-block;}
.register_li{height:40px; margin-top: 34px; line-height: 40px; }
.register_li>label{font-size: 18px; font-weight: normal; color: #6e6e6e; text-align:right; width: 27%;margin-right: 1%; display: inline-block; }
.register_li>input{width: 290px; height:38px; border:1px solid #ddd; display: inline-block; padding: 0 5px;}
.register_li>span{color: #bcbcbc; font-size: 12px; }
.register_button{width: 290px; height:38px; line-height: 38px; text-align:center; background-color: #2184bf; border:none; color: #fff;}
