/*登陆*/
.hqttitle{
    text-align: center;
}
/* .hqttitle img{
    width:125px;
    height: 28px;
} */
.container .hqttitle{
   padding-top:calc(50vh - 280px);
}
/*注册*/
.login-section{box-shadow: 0 0 5px 5px rgba(174, 178, 180,0.1);margin:30px auto;}
.login-section .logon-tab > a{background:none;}
.nowact_left{
    /* background-color: rgba(127, 185, 235,1)!important; */
    background-color: #18bc9c !important;;
    color: #fff!important;
    border-radius:50px 0 50px 0;}
.nowact_right{
    /* background-color: rgba(127, 185, 235,1)!important; */
    background-color: #18bc9c !important;;
    color: #fff!important;
    border-radius:50px 0 50px 0;
}
.login-section,.login-section .logon-tab > a:hover{
    border-radius: 50px 0 50px 0;
}
.login-section .login-main{
    padding-top: 20px;
}

/* .form-horizontal .form-group{
    margin: 0px 0px 15px 0px;
} */
.register_bg{
    padding-top: 40px;
}
.register_bg .content{
    min-height: calc(100vh - 89px);
    /*padding-top: calc(50vh - 437px);*/
    padding-top: calc(50vh - 412px);
}

.register_bg .form-horizontal .form-group{
    margin-left: 0px;
    margin-right: 0px;
}
.register_bg .form-layer{
    min-width: auto;
}
.left-ee .msg-box {left:85px;}
#register-form .form-group label.control-label{margin-bottom:5px;}
/* .login_bg{
    background:url("../../../../../../public/assets/img/login_bg.png") no-repeat center #e7f4fa !important;
    background-size: 100% 100% !important;
    -moz-background-size: 100% 100% !important;
} */
body {
    overflow-y: auto!important;
}
