#forget {

    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;
}
.container-before{
    position: relative !important;
    right: 0 !important;
}
.login-container {
    background: #FFFFFF;
}

.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-email {
    font-weight: 400;
    font-size: 16px;
}

.login-phone {
    font-weight: 400;
    font-size: 16px;
}

.login-text-title {
    font-weight: bold;
    font-size: 28px;
    color: #1C284D;
}
.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: 70px;
    height: 70px;
    /* background-color: white; */
    overflow: hidden;
    top: 0;
    right: 0;
    text-align: right;
    padding: 10px 5px;
    box-sizing: border-box;
    margin: 0;
}

.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;
}
.login-text-regist-App {
    display: none;
}

@media screen and (max-width: 750px) {
    
    .login-text-regist-App {
        display: block;
    }

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

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

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

    .login-container {
        padding: 0;

    }

    .container-before {
        margin: 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: 0.8rem;
    }

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

    .login {
        padding-top: 0.5rem;
        margin-top: -70px;
        height: auto;
        background: #FFFFFF;
        border-radius: 26px 26px 0px 0px;
    }
    .login-email, .login-phone {
        width: auto;
    }

    .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;
    }

}