input,select {
  background: #FFFFFF;
  border: 1px solid #e1e1e1!important;  
  border-radius: 30px!important;
  height: 50px;
  padding: 10px 20px!important;
}
input:focus {
  border: 2px solid #0e6ffd!important;
  outline:0;
}
input[type=number],select {
  width: 100%;
}
input[type=submit] {
  background-image:none;
}
@media only screen and (max-width: 700px) {
  input[type=submit] {
    width: 100%;
  }
}