@media screen and (min-width: 768px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .inputbox {
    width: auto;
    width: 100%;
    margin-bottom: 20px;
    padding: 22px;
  }
}

.btn-primary {
    color: #ffffff;
    background-color: #ff8b25;
    border-color: #ff7d0b;
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
}