@media (min-width: 992px) and (max-width: 1600px) {

}

@media (min-width:  992px) and (max-width: 1199px){
    .parentCaptcha{
        width: 70% !important;
        margin-top: 20px !important;	
    }
    .marginTopDelete{
        margin-top: 0px !important;

    }
}

@media (min-width: 768px) and (max-width: 991px) {

    /* CSS */
    #parentCaptcha{
        width: 95% !important;
        margin-top: 20px !important;	
    }
    .marginTopDelete{
        margin-top: 0px !important;

    }




}
@media (min-width: 481px) and (max-width: 767px) {

    /* CSS */
    #parentCaptcha{
        width: 95% !important;
        margin-top: 20px !important;	
    }
    .marginTopDelete{
        margin-top: 0px !important;

    }
  
}


@media (min-width: 375px) and (max-width: 480px) {

    /* CSS */
    #parentCaptcha{
        width: 95% !important;
        margin-top: 20px !important;	
    }
    .marginTopDelete{
        margin-top: 0px !important;

    }
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 310px) and (max-width: 374px) {

    /* CSS */
    #parentCaptcha{
        width: 100% !important;
        margin-top: 20px !important;	
    }
    .marginTopDelete{
        margin-top: 0px !important;

    }

}
    

@media (min-width: 310px) and (max-width: 774px) {
#options > span {
        font-size: 1rem !important;
        white-space: normal !important;
    }
}

@media (max-width: 1024px){
    #mainPanel{
        /* width: 95% !important;*/
    }

    #contenedor{
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 20px !important;

    }

    #continueButton{
        margin-top: 20px !important;
    }

    .mobileBanner{
        /* background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url("../img/background4.jpg");*/
        background-size: cover;
        background-position: 50% 25%;
        width: 100%;
        display: block;
        height: 10vh;
    }

    .rightPanel{
        display: none;
    }

    .leftPanel{
        width: 100%;
    }

    #viewFormPanel{
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 30px;
    }
}





