.login-logo img {
    position: absolute;
    top: 4vh;
    left: 4vw;
    width: 19.5vw;
    height: 6.5vh;
}
.login-box{
    position: relative;
    width: auto;
}
.login-wrap {
    display: flex;
    align-items: center;
    height: 100vh;
    background: url(../img/ssobg.jpg) no-repeat center center;
    background-size: cover;
}
.login-user-icon{
    background: url(../img/user.png) no-repeat center center;
    background-size: 20px;
    margin-top:6px;
    right: 5px;
}
.login-password-icon{
    background: url(../img/password.png) no-repeat center center;
    background-size: 20px;
    margin-top:6px;
    right: 5px;
}
.pj-text {
    position: absolute;
    top: 18.4vh;
    left: 7.8vw;
}

.pj-title {
    margin-bottom: 8px;
    font-weight: bold;
    color: #fff;
}

.pj-explain {
    color: #a6e1ff;
}
.form-group{
    margin-bottom: 20px;
}
.login-box {
    position: absolute;
    width: auto;
    right: 15vw;
    padding: 40px 30px;
    background: #fff;
    border-radius: 8px;
}
.navToRegister {
    margin-bottom: 20px;
    text-align: right;
}

h1 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    color: #000;
    text-align: left;
}
.sub-h1 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #9b9b9b;
}

.login-input {
    width: 336px;
    height: 48px;
    min-height: 21px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}
.ant-input-prefix {
    margin-right: 8px;
}


.login-submit {
    width: 336px;
    height: 48px;
    padding: 0;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #4674d4;
    border-radius: 4px;
    box-shadow: 0 10px 14px 0 rgba(70, 116, 212, 0.2);
}

.captcha-wrap {
    position: relative;
}
.captchaImg {
    position: absolute;
    top: 8px;
    right: 10px;
    height: 30px;
    z-index: 99;

}

.captcha-input {
    padding-right: 120px;
}
.forget-password {
    float: right;
    margin-top: -15px;
}
