@media only screen and (max-width:600px) {
   .form-inner {padding: 40px 15px;}
    .with-icon.single-row2 {width: 100% !important;}
    .with-icon.single-row { width: 100%!important;}
    p.terms-condition-label input[type=checkbox] {margin-bottom: 50px; }
}
    @media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :landscape) {
    }
    @media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :portrait) {
   
    
}

    @media only screen and (min-width:1200px) and (max-width:1290px) {
  
    }
    @media only screen and (min-width :1400px) {
    }
    @media only screen and (min-width :1600px) {   

    }
    @media only screen and (min-width :1800px) {

    }
