html, body {
    height: auto;
    min-height: 100vh;
}
.auth-wrapper {
    min-width: 100%;
    height: auto;
    min-height: 100vh;
}
.auth-wrapper .auth-left {
    display: none;
}
.auth-wrapper .auth-right {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 100vh;
    background-color: #FFFFFF;
}

.auth-wrapper .auth-right .auth-content {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6.4rem 2rem;
    margin-bottom: 2.4rem;
    box-shadow: unset;
}

.auth-title {
    font-size: 2.8rem;
    font-weight: 600;
}

.auth-right .footer-content {
    font-size: 1rem;
    font-weight: 500;
    opacity: 0.4;
}
.footer-content-copyright {
    display: block;
}

.auth-right-content-head {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 4.4rem;
    background-color: #FFFFFF;
    z-index: 1;
}
.auth-right-content-head .close {
    position: absolute;
    top: calc(50% - 1.4rem);
    right: 2rem;
    display: inline-block;
    width: 2.8rem;
    height: 2.8rem;
    background: url(../../images/close.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}
