#login {
    position: relative;
    background: linear-gradient(180deg, #4F89FD 0%, #3A71F6 100%);
}

.login-logo {
    /* width: 158px; */
    height: 50px;
    position: absolute;
    top: 15px;
    left: 20px;
    /*background: url(/clientarea/template/pc/shiwais5/img/shiwais5/logo.png) no-repeat;*/
    /*background-size: cover;*/
    z-index: 2;
}

.shiwaip5-loginheaa {
    display: none;
}

.login-container {
    background: #FFFFFF;
    justify-content: normal;
    align-items: normal;
}
.container-before{
    position: relative;
    right: 0;
}
.container-back {
    width: 9rem;
    height: 100%;
    background: linear-gradient(360deg, #D3EBFF 0%, #FFFFFF 100%);
    display: flex;
    justify-content: center;
    align-items: center;

}

.container-back-image {
    width: 100%;
    height: 85%;
    background: url(/clientarea/template/pc/shiwai-s5/img/shiwais5/loginImage.png) no-repeat;
    background-size: cover;
}

.login-text-title {
    font-weight: bold;
    font-size: 28px;
    color: #1C284D;
    line-height: 30px;
}

.loginS5-text-desc {
    margin-top: 10px;
}

.el-input--language {
    margin-left: -50px;
}

/* 语言切换按钮盒子 */
.lang-box {
    width:110px ;
    left: 0px !important;
}

/* 注册按钮的盒子 */
.login-text-regist a {
    font-size: 20px;
}

.login-text-regist {
    /* width: 70px;
    height: 70px;
    background: linear-gradient(90deg, #ffffff 0%, #D0E8FD 100%);
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    top: 0;
    right: 0; */
    
    position: absolute;
    width: 100px;
    height: 100px;
    /* background-color: white; */
    overflow: hidden;
    top: 0;
    right: 0;
    text-align: right;
    padding: 10px 5px 0 0;
    box-sizing: border-box;
    margin-top: 0px;
}

.login-text-regist::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #D0E8FD;
    /* Diagonal color */
    transform-origin: top left;
    transform: skew(45deg, -45deg);
    z-index: -1;
}

/* 记住密码与忘记密码的盒子 */
.rember-item {
    margin: 0.2rem 0;
}

.login-text-regist-App {
    display: none;
}

.read-text a {
    color: #0058ff;
    ;
}

@media screen and (max-width: 750px) {
    .container-before {
        margin: 0;
        height: auto;
        box-shadow: none;
    }

    .login-text-regist-App {
        display: block;
    }

    #login {
        align-items: normal;
        background: none;

    }

    .shiwais5-loginHead-box {
        width: 100%;
        position: absolute;
        top: 11px;
    }

    .login-logo {
        /* width: 125px; */
        height: 40px;
        top: 0px;
        left: 20px;
        /* background: url(/clientarea/template/pc/shiwais5/img/shiwais5/logo.png) no-repeat;
        background-size: cover; */
        z-index: 2;
    }

    .shiwaip5-loginheaa {
        display: block;
        position: absolute;
        top: 0;
        right: 20px;
        z-index: 2;
        color: #d2d3d5c7 !important;
        font-size: 18px !important;
    }

    .login-container {
        padding: 0;

    }

    .container-back {
        display: block;
        width: 100%;
        height: 71vw;
        background: url(/clientarea/template/pc/shiwai-s5/img/shiwais5/containerBackApp.png) no-repeat;
        background-size: cover;
        border-radius: 0;
    }

    .container-back-image {
        display: none;
    }

    .login-form {
        margin-top: 20px;
    }

    .login-container {
        display: flex;
        flex-wrap: wrap;
    }

    .login {
        padding-top: 0.5rem;
        margin-top: -180px;
        height: auto;
        background: #FFFFFF;
        border-radius: 26px 26px 0px 0px;
    }

    .lang-box {
        display: none;
    }

    /* 注册按钮的盒子 */
    .login-text-regist {
        display: flex;
        justify-content: center;
        position: absolute;
        width: auto;
        height: auto;
        overflow: hidden;
        top: auto;
        bottom: -35px;
        right: 20px;
        left: 20px;
        text-align: right;
        padding: 10px 5px;
        box-sizing: border-box;
    }

    .login-text-regist::before {
        display: none;
    }

    .pass-btn {
        height: 0.8rem !important;

    }

    .login-text-regist a {
        font-size: 16px !important;
    }

}

.img-three-login{
    width: 45px;
}
@media screen and(max-width: 750px) {
    width: 35px;
}