.auth-login-page {
    margin-top: 6%;
    margin-bottom: 14%;
}

.login-form {
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 120px;
}

.auth-login-card {
    margin-top: 4%;
    width: 450px;
    min-height: 420px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #eef0f2;
    border-radius: 12px;
    box-shadow: 0 0.3rem 0.75rem 0 rgba(204, 204, 204, .15);
    padding: 0 20px 28px;
}

.login-wechat-content-icon {
    color: #08c160;
}

.login-wechat-title {
    margin-top: 92px;
    margin-bottom: 18px;
    color: #1f2937;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.login-wechat-size {
    font-size: 21px;
}

#qrcode {
    min-height: 246px;
}

.auth-login-agreement {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 20px;
    color: #6b7280;
    font-size: 12px;
    text-align: center;
    line-height: 1.7;
}

.login-pic > img {
    width: 380px;
    height: 350px;
}

.login-pic {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .auth-login-page {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .login-form {
        gap: 0;
    }

    .auth-login-card {
        width: 100%;
        max-width: 450px;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .auth-login-card {
        min-height: 390px;
        padding: 0 14px 24px;
    }

    .login-wechat-title {
        margin-top: 70px;
    }
}
