html{
    height: 100%;
}
body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.login-wrap{
    height: 530px;
    width: 1014px;
    background-color: rgba(255,255,255,0.6);
    border-radius: 18px;
    box-sizing: border-box;
}

.login-wrap .name img{
    margin-top: 107px;
    margin-bottom: 69px;
}
.login-wrap .shu{
    width: 1px;
    height: 385px;
    background: linear-gradient(117deg, rgba(255, 255, 255, 0.6) 0%, #171C5E 44%, rgba(96, 98, 140, 0.89) 56%, rgba(255, 255, 255, 0.47) 100%);
    margin-top: 73px;
    margin-right: 80px;
}
.login-wrap .name{
    width: 506px;
    text-align: center;
    font-weight: 500;
    color: #171C5E;
}
.login-wrap .name>p{
    margin-top: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.login-wrap form input {
    background-color: rgba(255,255,255,0);
    font-size: 18px;
    color: #333;
}
.login-wrap form {
    color: #333;
    font-size: 18px;
    margin-top: 107px;
}
.login-wrap form>div{
    width: 317px;
    box-sizing: border-box;
}
.login-wrap form>div.label{
    padding-bottom: 9px;
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: 40px;
}
.login-wrap .captcha{
    margin-bottom: 0!important;
}
.login-wrap .captcha>span{
    float: left;
}
.login-wrap .captcha>input{
    width: 50%;
}
.login-wrap .sms>input{
    width: 35%;
}
.login-wrap .wjmm{
    margin-top: 13px;
    text-align: right;
}
.login-wrap .wjmm>a{
    font-size: 14px;
    color: #333;
}
.login-wrap .submit{
    text-align: center;
}
.login-wrap .submit>input[type=submit]{
    width: 179px;
    height: 49px;
    background: #CD0C08;
    border-radius: 25px;
    color: #fff;
}
.login-wrap .submit>div{
    margin-top: 10px;
}
.login-wrap .submit>div>a{
    color: #cd0c08;
}
.login-wrap .cr{
    text-align: right;
    font-size: 16px;
    padding-right: 23px;
}
.login-wrap .cr>a{
    color: #cd0c08;
    font-size: 16px;
    padding-bottom: 4px;
    border-bottom: 1px solid #cd0c08;
}
.login-wrap .sms>a{
    color: #cd0c08;
    font-size: 16px;
}
.login-wrap .wjmm-form{
    margin-top: 79px!important;
}
.login-wrap .wjmm-form .submit{
    margin-bottom: 20px!important;
}