

.auth-page-wrapper.style2 .left-section {
    background: url('../images/auth-one-bg.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100vh;
}

    .auth-page-wrapper.style2 .left-section p {
        font-size: calc(var(--vz-font-base) * 2.5) !important
    }

.auth-logo {
    text-align: center;
}

.auth-page-wrapper.style2 .auth-logo img {
    max-width: 150px;
    transition: transform 0.3s ease;
}

    .auth-page-wrapper.style2 .auth-logo img:hover {
        transform: scale(1.1);
    }

.auth-page-wrapper.style2 .right-section {
    background: #ffffff;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 40px 40px 40px;
    flex-direction: column;
}

.auth-page-wrapper.style2 .login-form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .auth-page-wrapper.style2 .auth-logo {
        padding-top: 50px;
    }

        .auth-page-wrapper.style2 .auth-logo img {
            max-width: 100px;
        }

    .auth-page-wrapper.style2 .left-section {
        max-height: 40vh;
        display: block;
        margin-bottom: 20px;
    }

    .auth-page-wrapper.style2 .right-section {
        min-height: auto;
        padding: 20px;
        margin-top: 0;
    }

    .auth-page-wrapper.style2 .left-section p {
        font-size: calc(var(--vz-font-base) * 1.75) !important
    }

    .auth-page-wrapper.style2 .footer {
        position: relative;
        bottom: 0;
    }
}
