
html,
body {
    height: 100dvh;
    margin: 0;
}

.eye-password {
    position: absolute;
    right: 12px;
    top: 9px;
    z-index: 99;
    color: #042893;
}


.input-radius {
    border-radius: 0.25rem !important;
}

@media screen and (min-width:992px) and (max-width:1025px) {
    .sign-wrapper {
        margin-top: 0 !important;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .bg-login {
        background-size: 100% 100%;
        background-repeat: no-repeat;

    }

    .sign-wrapper {
        width: 45% !important;
        padding: 4% 75px 0px 75px;
    }

    .login-header {
        font-size: 14px;
        padding-bottom: 13px;
    }

    .bg-login {

        width: 54% !important;
    }

}

@media screen and (min-width:1200px) and (max-width:1450px) {
    .login-header {
        font-size: 17px;
        padding-bottom: 10px;
    }


    .sign-wrapper {
        width: 50% !important;
        overflow: unset;
        /* padding: 0px 75px 0px 75px; */
        display: flex;
    }

    .welcome-text {
        font-size: 16px;
    }

    .bg-login {

        width: 55%;
    }
}

@media screen and (min-width:1451px) and (max-width:1700px) {



    .sign-wrapper {
        width: 100%;
        overflow: unset;
        padding: 0px 75px 0px 75px;
        display: flex;
    }



    .bg-login {
        width: 70%;
    }
}

@media screen and (min-width:1100px) and (max-width:1200px) {
    .login-header {
        font-size: 14px;
        padding-bottom: 10px;
    }


    .sign-wrapper {
        width: 50% !important;
        overflow: unset;
        padding: 6% 75px 0px 75px;
    }

    .welcome-text {
        font-size: 15px;
    }

    .bg-login {

        width: 60%;
    }
}

@media screen and (min-width:567px) and (max-width:1023px) {
    .sign-wrapper {
        margin-top: 10%;
        padding: 20px 100px 20px;
        overflow: unset;
        width: 80%;

    }

    .login-header {
        font-size: 16px;
        margin-bottom: 35px !important;
    }

    .welcome-text {
        font-size: 16px;
    }
}

@media screen and (min-width:320px) and (max-width:566px) {
    .sign-wrapper {
        margin-top: 8%;
        padding: 52px 35px 73px 42px;
        width: 100%;

    }

    .login-header {
        font-size: 17px;
        margin-bottom: 35px !important;
    }

    .welcome-text {
        font-size: 17px;
    }
}
.captcha-image img
{
    border-radius: 5px;
    border: 1px solid #a3a3a3;

}
