#sign-in {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    background: url("../../../images/redirects/login-bg@2x.webp") no-repeat;
    background-size: 100% 100%;
}
#sign-in::after {
    display: block;
    content: url("../../../images/redirects/container_936@2x.svg");
    position: absolute;
    top: 40px;
    left: 5vw;
}
#sign-in main {
    display: flex;
    /* height: 550px; */
    /* max-height: 80vh; */
    border-radius: 5px;
}
/* #sign-in main .banner {
    width: 510px;
} */
#sign-in main section {
    width: 368px;
    padding: 30px 32px;
}
#sign-in main section .tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding: 0 32px;
    font-size: 18px;
    color: #999999FF;
}
#sign-in main section .tabs li {
    cursor: pointer;
}
#sign-in main section .tabs .active { color: #333333FF; font-weight: bold }

#sign-in .el-form-item {
    margin-bottom: 18px;
}
#sign-in .el-form-item__content > p { margin-top: -6px }
