.login-page {
    min-width: 1024px;
    height: 100%;
    display: flex;
    background: url("../images/bg.jpg") no-repeat center;
    background-size: cover;
}

.login-page img {
    width: 100%;
}

.login-pane {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 480px;
    background: linear-gradient(180deg,
    rgba(240, 244, 253, 0.5) 100%,
    #ffffff 100%);

    box-shadow: -1px 0px 0px 0px #ffffff;
    border-radius: 4px 0px 0px 4px;
    backdrop-filter: blur(3px);
}

.logo-box img {
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    margin: 32px 32px 130px 288px;
}

.login-box {
    height: 100%;
    min-height: 400px;
    padding: 0 80px;
}

.login-box :deep(.el-tabs__content) {
    min-height: 216px;
}

.login-box :deep(.el-tabs__header) {
    margin-bottom: 16px;
}

.login-box :deep(.el-form-item) {
    margin-bottom: 24px;
}

.login-box :deep(.el-input) .el-input__wrapper {
    height: 48px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    padding: 12px 16px 12px 12px;
    font-size: 16px;
}

.login-box :deep(.el-input) .el-input__wrapper .el-input__inner {
    height: 24px;
    line-height: 24px;
}

.login-button {
    width: 100%;
    height: 48px;
    border-radius: 2px;
}

.login-box :deep(.el-tabs__nav).is-top {
    width: 100%;
    justify-content: space-between;
}

.login-box :deep(.el-tabs__nav).is-top .el-tabs__item {
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    padding: 0 12px;
}