/*body{*/
    /*background: url("../images/login_bg.png") top center no-repeat;*/
    /*background-size: cover;*/
    /*height: 90%;*/
/*}*/
.login-hb-title{
    font-size: 30px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333333;
    letter-spacing: 1px;
    font-weight: 900;
}
.login-hb-title-layout{
    position: relative;
    top: 30px;
    width: 100%;
    text-align: center;
}
.login-hb-body-layout{
    margin-top: 5%;
    width: 100%;
    text-align: center;
    height: 100%;
}
.login-hb-main{
    width: 80%;
    border: 0px solid #c2c2c2;
    background-color: #faf3f3;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 1px #cc5050a6;
    margin: 0 auto;
    padding-bottom: 30px;
    height: 80%;
    background: url(../images/login_main_bg.png) center no-repeat;
    background-size: 100% 100%;
}

.login-hb-main-activate-bg{
    position: absolute;
    height: 50%;
    top: 20%;
    left: 20%;
    width: 35%;
    background: url(../images/login_main_activate_bg.png) top center no-repeat;
    background-size: 100% 100%;
}

.login-hb-main-login{
    position: relative;
    left: 60%;
    top: 20%;
    width: 400px;
}

.login-hb-bottom{
    position: relative;
    top: 25%;
    font-size: 18px;
    font-weight: bold;
}

.login-hb-copyright{
    color: white;
    font-weight: bold;
    margin-top: 15px;
    width: 80%;
    margin-left: 10%;
    position: relative;
    font-size: 13px;
}

.login-hb-copyright .left{
    position: absolute;
    left: 0;
}

.login-hb-copyright .right{
    position: absolute;
    right: 0;
}

.login-hb-main-btn{
    border-radius: 2px;
    background-color: #ab1515;
    color: #fcfcfc;
    font-weight: 800;
    min-width: 250px;
    box-shadow: 1px 1px 2px 2px #e2e2e299;
}
.login-hb-main-btn:hover {
    background-color: #9d1515;
    color: #fcfcfc;
}
.login-hb-main-input-layout{
    margin-top: 15px;
    margin-bottom: 15px;
}

.login-hb-main-input{
    width: 300px;
    min-height: 45px;
    border-width: 0;
    border-bottom-width: 1px;
    border-bottom-color: #706363;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: 2px;
    background-color: #faf3f3 !important;
}

.login-hb-main-input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px #faf3f3 inset !important;
}
.login-hb-main-input:hover{
    border-bottom-color: #9d1515;
}
.login-hb-main-input:focus{
    border-bottom-color: #9d1515;
}

.login-hb-main header {
    margin-top: 20px;
    height: 35px;
    line-height: 35px;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

.login-hb-main header, .login-hb-main form, .login-hb-main form .layui-input-inline {
    margin-bottom: 15px;
}

.login-hb-main form .login-btn {
    margin-bottom: 5px;
    margin-top: 40px;
    margin-left: 20px;
}

.login-hb-title-layout img{
    width: 70px;
    margin-top: -14px;
    /*position: absolute;*/
    /*left: 150px;*/
    margin-right: 10px;
    /*vertical-align:middle;*/
    /*display: inline-block;*/
}
