html,body{
    /* background-color: #f0f2f5;
    background: url('../images/login-bg.png'); */
    width: 100%;
    height: 100%;
}
.layui-row,layui-col-lg6{
    height: 100%;
}
.page-svg{
    height: 100%;
    /* background-color: red; */
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url('../images/login-bg.b9f5c736.svg');
    text-align: center;
}
.page-svg img{
    margin: 0 auto;
    max-width: 50%;
    height: auto;
    margin-top: 20%;
}
.page-svg h1{
    color:#ffffff;
    margin-top: 50px;;
}
.page-login{
    width: 300px;
    margin: 30% 0 0 100px;
}
.title h1{
    text-align: center;
    margin-bottom: 20px;;
}
.layui-form-pane .layui-form-label{
    width: 40px;
    padding: 8px 10px;
}
.layui-form-pane .layui-input-block{
    margin-left: 40px;
}