html,
        body {
            margin: 0px !important;
            padding: 0px !important;
            overflow-x: hidden !important;
        }

        .image-main {
            position: absolute;
            top: 0%;
            left: 0%;
            height: 100%;
            width: 100%;

            background-image: url("../img/bg-login.png");
            background-repeat: no-repeat;
            transition: background-size 2s ease 0.2s, background-position 2s ease 0.2s;

            background-size: cover;
        }

        .Mainlogo {
            max-width: 320px;
            width: 100%;
            margin-bottom: 90px;
        }

        .contactForm {
            margin-left: 109px;
            max-width: 400px;
        }

        body {
            background-image: url("../img/bg-login.png");
            background-repeat: no-repeat;
            height: 100vh;
            object-fit: cover;
            background-size: cover;
        }

        .captcha-decoration {
            position: relative;
            width: 100%;
        }

        .captcha {
            right: 0;
            border-radius: 0 !important;
        }

        .Mainlogo img {
            max-width: 100%;
            width: 100%;
        }

        .submit-btn a {
            color: #2E3EAF;
            text-decoration: none;
        }

        .button-bg {
            text-align: center;
        }

        .button-bg:hover{
            color: #2E3EAF !important;
        }


@media(max-width:767px) {
    .contactForm {
        margin: 0 auto;
    }

    .Mainlogo {
        max-width: 234px;
    }


    body {
    background-image: url("../img/login-mobile-bg.png");
    background-size: cover;
    background-position: center;
}
}