.wrp-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("../images/bg.png");
    background-size: 100% 100%;
}

.login-box {
    position: fixed;
    width: 1100px;
    height: 600px;
    right: 50%;
    top: 50%;
    margin: -300px -550px;
    background: #fff;
    z-index: 100;
    display: flex;
}

.login-cont {
    width: 520px;
    height: 600px;
    background: #fff;
    padding: 40px;
}

.login-left {
    width: 580px;
    height: 600px;
    background: #466DFF;
    padding: 40px;
}

.login-left p {
    text-align: left;
    font-size: 32px;
    font-weight: 500;
    color: #FFFFFF;
}

.login-left img {
    width: 496px;
    height: 346px;
    display: block;
    margin-top: 50px;
}

.login-cont h3 {
    text-align: center;
    font-size: 28px;
    color: #1677FF;
    margin-top: 50px;
}

.login-cont .mrt {
    margin-top: 45px;
}

.input-text {
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #ddd;
    padding-left: 15px;
    border-radius: 6px;
    margin-top: 30px;
    position: relative;
}

.input-text .userName {
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #333;
}

.input-text .pwd {
    height: 50px;
    width: 60%;
    font-size: 18px;
}

.input-text .wj {
    height: 50px;
    display: block;
    line-height: 50px;
    font-size: 18px;
    color: #007fe1;
    margin-right: 10px;
}

.login-cont .goLogin {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background: #1677FF;
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    margin-top: 45px;
    border: 0;
}

.opra-a a {
    font-size: 18px;
    color: #007fe1;
}

.zd-login {
    font-size: 18px;
    color: #9b9b9d
}

.opra-a {
    margin-top: 35px;
}

input[type='checkbox'] {
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-appearance: none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none;
    vertical-align: -4px;
    margin-right: 10px;
}


.identify-code {
    position: absolute;
    right: 0;
}

.identify-code img {
    height: 48px;
    width: 120px;
}
.toast-message{
    color: #ffffff;
    text-align: left;
}