@media (max-width: 1399px) {
    .auth-cover-left .vector-image-start::before {
        width: 200px;
        height: 88px;
        left: 10%;
        top: -15px;
    }

    .auth-cover-left .vector-image-start::after {
        left: -20px;
        width: 80px;
        height: 160px;
    }

    .auth-cover-left .vector-image-ending::after {
        width: 275px;
        height: 90px;
        bottom: -20px;
    }

    .form-heading h1 {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .auth-cover-left {
        display: none;
    }

    .auth-cover-right {
        height: 100vh;
    }

    .login-input-main-section .form-heading h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .login-screen-logo {
        width: calc(100% - 50px) !important;
    }
}

@media (max-width: 575px) {
    .login-screen-logo {
        position: initial;
        padding: 25px 0px 0px 25px;
        width: calc(100% - 15px) !important;
    }

    .login-input-main-section .form-heading h1 {
        font-size: 20px;
        margin-top: 15px;
    }
}
