html{
    width: 100%;
    height: 100%;
    background: url(../images/login/login_bg1.png);
    background-size: 100%;
    background-repeat: repeat-y;
}
body{
    width: 100%;
    height: 100%;
    background: url(../images/login/login_bg2.png) no-repeat;
    background-size: 100%;
    background-position: bottom left;
}
.login_tit{
    font-size: 0.56rem;
    color: #141414;
    margin-top: 1.307rem;
    margin-left: 0.627rem;
    margin-bottom: 1.6rem;
}
/*form*/
.mui-input-group{
    background: none;
}
#login_form .mui-input-row{
    margin: 0 0.533rem;
    border-bottom: 1px solid #D2D2D2;
    height: 50px;
}
#login_form .mui-input-row label{
    font-size: 0.4rem;
    color: #000000;
    padding:0;
    width: 23%;
    line-height: 50px;
}
#login_form .mui-input-row label ~ input{
    font-size: 0.4rem;
    color: #989898;
    width: 77%;
    padding:0;
    height: 50px;
}
.mui-input-group:before{
    height: 0px;
}
.mui-input-group:after{
    height: 0px;
}
.mui-input-group .mui-input-row:after{
    height: 0px;
}
/*按钮*/
.login_btn{
    width: 8.4rem;
    height: 1.2rem;
    margin: 1rem auto 0.387rem auto;
    border-radius: 0.6rem;
    text-align: center;
    line-height: 1.2rem;
    font-size: 0.453rem;
    color: #FFFFFF;
    background: linear-gradient(-83deg, #9C2828 0%, #B03333 100%);
}
.other_cz{
    padding: 0 1.28rem;
}
.other_cz a{
    font-size: 0.32rem;
    color: #9F2929;
}
/*第三方登录*/
.login_wx{
    margin-top: 2.133rem;
    text-align: center;
}
.login_wx h4{
    font-size: 0.373rem;
    color: #989898;
    text-align: center;
    position: relative;
    margin-bottom: 0.493rem;
}
.login_wx h4:after{
    content: "";
    display: block;
    width: 1.733rem;
    height: 1px;
    background: #d2d2d2;
    position: absolute;
    top: 50%;
    left: 1.6rem;
    transform: translateY(-50%);
}
.login_wx h4:before{
    content: "";
    display: block;
    width: 1.733rem;
    height: 1px;
    background: #d2d2d2;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    transform: translateY(-50%);
}