a{
    text-decoration:none
}
.login-bg {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

.page-login {
    width: 410px;
    height: 520px;
    /*position: absolute;*/
    /*top: 40%;*/
    /*right: 8%;*/
    /*transform: translate(-50%, -50%);*/
}

.login-wrap{
    display: flex;
    width: 1280px;
    margin: 0 auto;
    align-items: center;
    justify-content: flex-start;
}

.login-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 56%;
}

.page-login-tabs .el-tabs__nav-wrap::after {
    width: 0;
    height: 0;
}

.page-login-tabs .el-tabs__item {
    font-size: 18px;
}

.page-login-tabs .el-tabs__item.is-active {
    font-size: 18px;
}

.page-login-card-footer {
    display: flex;
    justify-content: center;
}

.page-login-card-footer-img {
    width: 36px;
    height: 36px;
}

.page-login-footer {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 40px;
    font-size: 14px;
}

.page-login-footer-img {
    width: 36px;
    height: 36px;
}