* {
    margin: 0;
    padding: 0;
}

#forget {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-container {
    width: 15.7rem;
    height: 8.2rem;
    display: flex;
    /* justify-content: center;
    align-items: center;
    position: relative; */
}

/* 背景板 开始 */
.container-back {
    width: 15.7rem;
    height: 6.8rem;
    background: #2F53EB;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    font-family: Source Han Sans CN;
}

.back-text {
    font-size: .27rem;
    z-index: 10;
    color: #FFFFFF;
    margin-top: 1.39rem;
    margin-left: .65rem;
    font-weight: 400;
}

.text-welcome {
    font-size: .74rem;
    font-family: Bahnschrift;
    line-height: .74rem;
}

.text-title {
    margin-top: 5px;
}

.text-level {
    font-size: .12rem;
    margin-top: .81rem;
}

.back-line1,
.back-line2,
.back-line3 {
    width: 60px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3000) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    position: absolute;
}

.back-line1 {
    height: 5rem;
    opacity: 1;
    transform: rotate(45deg);
    top: -1.2rem;
    left: 4.15rem;
}

.back-line2 {
    height: 7rem;
    transform: rotate(110deg);
    top: 0px;
    left: 5rem;
}

.back-line3 {
    height: 5rem;
    transform: rotate(45deg);
    top: 2.3rem;
    left: 1.5rem;
}

/* 背景板结束 */

/* 前景 登录框 开始 */
.container-before {
    width: 7.5rem;
    height: 8.2rem;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1000);
    position: absolute;
    right: .9rem;
    border: 4px;
    z-index: 10;
}

.login {
    padding-top: .8rem;
    padding-left: 1.24rem;
    padding-right: 1.05rem;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 14px;
    position: relative;
}

.login-text {
    display: flex;
    flex-direction: column;
}

.login-text-title {
    font-size: .32rem;
    color: #1E2736;
    line-height: .32rem;
}

.login-text-regist {
    font-weight: Regular;
    margin-top: .08rem;
    color: #1E2736;
}

.login-text-regist a {
    color: #0058FF;
    cursor: pointer;
}

.login-form {
    margin-top: .68rem;
}

.login-top {
    display: flex;
    flex-direction: row;
}

.login-email,
.login-phone {
    height: .34rem;
    color: #666B80;
    cursor: pointer;
}

.active {
    color: #0058FF;
    border-bottom: 2px solid #0058FF;
}

.login-phone {
    margin-left: .4rem;
}

.form-main {
    margin-top: .3rem;
}

.form-item {
    margin-top: .3rem;
}

.input-with-select .el-input-group__prepend {
    background: #FFFFFF;
    width: 64px;
}


.code-item {
    display: flex;
    flex-direction: row;
}

.code-btn {
    margin-left: .1rem;
    background: #0058FF;
    color: #FFFFFF;
}

.rember-item {
    margin-top: .2rem;
    display: flex;
    justify-content: space-between;
}

.rember-item a {
    color: #0058FF;
    cursor: pointer;
}

.login-btn {
    width: 100%;
    height: 46px;
    background: #0058FF;
}

.read-item {
    margin-top: .2rem;
}

.read-item a {
    color: #0058FF;
    cursor: pointer;
}

.line-item {
    margin-top: .4rem;
}

.line-item text {
    font-size: 16px;
    color: #1E2736;
}

.type-btn {
    width: 100%;
    height: 0.46rem;
    font-size: .16rem;
}
.login-text-regist-App {
    display: none;
}

@media screen and (max-width: 750px) {
    .login-container {
        height: calc(100vh - 1.2rem);
        width: 100vw;
        background: #F2F2FE;
        padding: .6rem 0;
    }
    .container-back {
        display: none;
    }

    .container-before {
        width: 100%;
        height: 100%;
        margin: 0rem .3rem;
        position: unset;
        z-index: 0;
    }

    .login {
        padding-top: 1.17rem;
        padding-left: .6rem;
        padding-right: .6rem;
        font-size: .26rem;
        line-height: .3rem;
       
    }

    .login-text-title {
        font-size: .4rem;
    }

    .login-text-regist {
        margin-top: .1rem;
        font-size: .28rem;
    }

    .login-form {
        margin-top: 1.21rem;
    }

    .form-main {
        margin-top: .6rem;
    }

    .login-email,
    .login-phone {
        height: .34rem;
        width: 100%;
        text-align: center;
        color: #666B80;
        cursor: pointer;
        padding-bottom: .13rem;
    }


    .el-checkbox__label {
        font-size: .26rem;
    }


    .read-item {
        line-height: .3rem;
    }

    .login-btn {
        font-size: .34rem;
        height: 0.8rem;
    }

    .type-btn {
        border: none;
        color: #0058FF;
        font-size: .34rem;
    }
}