html{
    height: 100%;
    background-image: url('../images/login.png');
    background-size: 100% 100%;
}
html, body {
    height: 100%;
    overflow: hidden;
}
.beg-login-bg{
    width: 520px;
    height: 320px;
    margin: 300px auto;
    background-color: white;
    border-radius: 30px;
    color: #3b4a56;
}   
.beg-login-left{
    float: left;
    width: 38%;
    height: 100%;
    background-image: url('../images/bakgj.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.beg-login-right{
    float: right;
    width: 62%;
    height: 100%;
}
.login_h{
    font-size: 24px;
    text-align: center;
    color: #1e9fff;
    margin-bottom: 15px;
}
.layui-form-item{
    position: relative;
}
.printIn{
    width: 280px;
    padding-left: 45px;
    border: 1px solid #03A9F4;
    background-color: #fff;
    border-radius: 5px;
}
.inLabel{
    position: absolute;
    color: #03A9F4;
    top: 0px;
    left: 0px;
    z-index: 6;
}
.checkImg{
    float: right;
    width: 80px;
    height: 38px;
}
