.oe_website_login_container .oe_reset_password_form {
    padding: 40px 30px;
    background: #ffffff;
    margin: auto !important;
    max-width: 350px !important;
    z-index: 999;
    box-shadow: 0 2px 24px 0 rgba(0, 83, 145, 0.15);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 483px;
}


.oe_website_login_container .oe_login_form {
    padding: 40px 30px;
    background: #ffffff;
    margin: auto !important;
    max-width: 350px !important;
    z-index: 999;
    box-shadow: 0 2px 24px 0 rgba(0, 83, 145, 0.15);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 483px;
}

.main_login {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url("/ucrm_theme/static/image/loginBg1.png"), url("/ucrm_theme/static/image/loginBg2.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 60% 100%, 100% 100%;
}

.login-logo {
    display: flex;
    align-items: center;
    padding-top: 16px;
    padding-left: 32px;
}

.login-logo span {
    display: inline-block;
    width: 2px;
    height: 26px;
    margin: 0 7px;
    background: #cbcbcb;
}
.login-logo b {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #ffffff;
}


.info-title {
    margin-bottom: 6px;
    font-size: 28px;
    line-height: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #7c7bad;
}
.info-title span{
    color: #7c7bad;
}

.info-alert {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #212529;
}

.login-bottom {
    position: absolute;
    bottom: 38px;
    width: 100%;
    height: 80px;
}

.login-bottom .bottom-culture {
    position: absolute;
    right: 63%;
}

.login-bottom .bottom-culture p:first-child {
    width: 297px;
    font-size: 28px;
    line-height: 44px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    border-bottom: 1px solid rgb(255, 255, 255);
    text-align: right;
}

.login-bottom .bottom-culture p:last-child {
    font-size: 16px;
    line-height: 34px;
    font-family: KaiTi;
    font-weight: 400;
    color: #ffffff;
    text-align: right;
}

.login-bottom img {
    position: absolute;
    right: 14%;
    bottom: 14px;
    width: 32%;
}


.info-rememberPwd {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.info-rememberPwd input {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    margin-right: 6px;
    border: 1px solid #ccd3d9;
}

.info-rememberPwd span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #212529;
    cursor: pointer;
}