.left-section {
    background-image: url("../media/registerIcon/registration-side.png");
    background-repeat: no-repeat;
    background-size: 100% 100vh;
    min-height: 100vh;
}

.otp-form input {
    width: 10%;
    height: 40px;
}

.left-section h1 {
    margin-top: 120px;
}
.custom-margin-top {
    margin-top: 300px;
}

.custom-border-dashed {
    border: 5px dashed #ca2d2c;
}
.img-input {
    display: none;
}
.cursor{
    cursor: pointer;
}
.is-selected-img{
   display: none;
}
/* media query for Small devices */
@media (max-width: 576px) {
    .row .left-section h1 {
        margin-top: 30px;
    }

    .row .left-section {
        position: static;
        background-size: 100% 50vh;
        min-height: 50vh;
    }

    div .row .registration-form .custom-left-right-margin {
        margin-left: 2%;
        margin-right: 2%;
    }

    h1 {
        font-weight: 600;
        font-size: 18px;

    }

    h2 {
        font-weight: 500;
        font-size: 15px;

    }

    .custom-margin-top {
        margin-top: 100px;
    }

}

/* media query for Medium devices */
@media (min-width: 576px) and (max-width: 768px) {
    .row .left-section h1 {
        margin-top: 20px;
    }

    .row .left-section {
        position: static;
        background-size: 100% 40vh;
        min-height: 40vh;
    }


    div .row .registration-form .custom-left-right-margin {
        margin-left: 5%;
        margin-right: 5%;
    }

    h1 {
        font-weight: 600;
        font-size: 22px;

    }

    h2 {
        font-weight: 500;
        font-size: 15px;

    }

    .custom-margin-top {
        margin-top: 150px;
    }

}

/* media query for Large devices */
@media (min-width: 768px) and (max-width: 992px) {
    .row .left-section h1 {
        margin-top: 20px;
    }


    .row .left-section {
        position: static;
        background-size: 100% 40vh;
        min-height: 40vh;
    }

    div .row .registration-form .custom-left-right-margin {
        margin-left: 8%;
        margin-right: 8%;
    }

    h1 {
        font-weight: 600;
        font-size: 22px;

    }

    h2 {
        font-weight: 500;
        font-size: 15px;

    }

    .custom-margin-top {
        margin-top: 200px;
    }


}

/* media query for extra Large devices */
@media (min-width: 1200px) {


    div .row .registration-form .custom-left-right-margin {
        margin-left: 18%;
        margin-right: 18%;

    }

}