@media (max-width: 740px){
  .form-control{
    width: 100%;
  }
  input.check{
    width: auto;
  }
}