body {
    background-color: white;
}

#wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#top-nav {
    display: none;
}

#main-container {
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    background-position: center;
}

.loginBox {
    width: 467px;
    height: 325px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 240px;
    margin: auto;
    background-color: #fff;
    padding: 35px 28px 30px 28px;
}

.loginBox .title {
    margin-bottom: 30px;
}

.loginBox .title span {
    margin-left: 20px;
    color: rgb(153, 153, 153);
    vertical-align: bottom;
}

.loginBox .glyphicon {
    margin-left: -10px;
    color: rgb(197, 197, 197);
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 16px;
}

.loginBox .inputrow {
    margin-bottom: 20px;
    position: relative;
}

.loginBox .inputrow input {
    width: 100%;
    height: 40px;
    line-height: 30px;
    vertical-align: middle;
}

.loginBox .action {
    color: rgb(102, 102, 102);
    margin-bottom: 30px;
    margin-top: -10px;
}

.loginBox .action label {
    margin-right: 30px;
}
.loginBox .action .forget {
    color: rgb(102, 102, 102);
    float: right;
}
.label-checkbox span{
    vertical-align: top;
}
.loginBox .loginBtn {
    width: 407px;
    height: 42px;
    background-color: #18a7ac;
    border-color: #18a7ac;
}

.loginBox .loginBtn:hover {
    background-color: #18a7ac !important;
    border-color: #18a7ac !important;
}
.loginBox .regBtn{
    width: 467px;
    height: 42px;
    line-height: 30px;
    position: absolute;
    bottom: -60px;
    left: 0;
    background-color: #ff8a00 !important;
    border-color: #ff8a00 !important;
}

.validate {
    margin-top: 40px;
}
/* 页面底部 */
.login_footer{
    width:100%;
    height:200px;
    background:rgba(0,0,0,0.5);
    position: absolute;
    bottom:0;
}
.footer_content{
    width:1100px;
    height:130px;
    margin:0 auto;
    margin-top:32px;
}
 .footer_content>div{
    height:130px;
    float:left;
} 
/* .footer_content>.login_code{
    float:right;
} */
.footer_content:after{
    content:' ';
    display: block;
    overflow: hidden;
    width:100%;
    height:0;
    clear:both;
}
.login_help{
    width:512px;
    border-right: 1px solid #9ca4bb;
}
.login_help:after{
    content:' ';
    display: block;
    overflow: hidden;
    width:100%;
    height:0;
    clear:both;
}
.login_help>p{
    color:#fff;
    font-size:14px;
    width:84px;
    border-bottom: 1px solid #9ca4bb;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
.handbook{
    width:255px;
    float:left;
}
.handbook>li{
    margin-top: 8px;
}
.handbook>li>a{
    font-size:12px;
    color:#ccd3dc;
}
.handbook>li>a:hover{
    color:#fff;
}
.login_software{
    width:200px;
    padding-left: 30px;
    border-right:1px solid #9ca4bb;
}
.login_software>p{
    color:#fff;
    font-size:14px;
    width:84px;
    border-bottom: 1px solid #9ca4bb;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
.handbook2{
    width:190px;
    float:left;
}
.login_code{
    height:130px;
    padding-left: 30px;
}
.login_code>div{
    float:left;
}
.login_code_1{
    width:100px;
}
.login_code_1>img{
    width:100px;
    height:100px;
}
.login_code_1>p{
    text-align: center;
    color:#fff;
    font-size: 12px;
    margin-top:6px;
}
.login_code_2{
    width:160px;
    margin-left:50px;
}
.login_code_2>img{
    margin-top:26px;
}
.login_code_2>p{
    text-align: right;
    color:#fff;
    font-size: 12px;
    margin-top:10px;
}


