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

.sign-wrapper {
    width: 600px;
    padding: 156px 100px 100px;
    overflow: auto;
    min-height: 100%;
    display: flex;
    width: 30%;

}

.bg-login {
    background-image: url('assets/img/bg_logo.png');
    height: 100% !important;
    position: fixed;
    width: 70%;

    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;


}

@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: 45% !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: 30%;
        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: 45% !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;
    }
}

.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    margin: 0 5px;
}
.otp-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
