 /* For mobile phones: */
 /* [class*="col-"] {
    width: 100%;
  } */

.myinput7{
    width: 400px !important;
}

  
  @media only screen and (min-width: 600px) {
    /* For tablets: */

  

    .myinput7{
        width: 400px !important;
    }
    
 
  }
  
  @media only screen and (min-width: 768px) {
    /* For desktop: */

    .myinput7{
        width: 600px !important;
    }

    

    
  } 