a{
    text-decoration:none
}
.login-bg {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

.login-page {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.login-page-header{
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    height: 78px;
}

.header-centent{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 80px;
    height: 78px;
}

.login-wrap{
    flex: 1;
    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: 800px;
}

.login-card{
    flex: 1;
}

.page-login-tabs .el-tabs__nav-wrap::after {
    width: 0;
    height: 0;
}

.page-login-tabs .el-tabs__item {
    font-size: 22px;
}

.page-login-tabs .el-tabs__item.is-active {
    font-size: 22px;
}

.bs-example-form .el-input__inner{
    height: auto;
    border-color: #f2f6fa;
    background-color: #f2f6fa !important;
    padding: 6px 15px;
}

.page-login-card-footer {
    display: flex;
    justify-content: center;
}

.page-login-card-footer-img {
    width: 36px;
    height: 36px;
}

.page-login-footer {
    width: 100%;
    height: 80px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-login-footer-img {
    width: 36px;
    height: 36px;
}