input[type="submit"] {
  padding: 0.7em 1.7em;
  background: #f26123;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-shadow: none;
  font-size: 14px;
  font-weight: normal;
}
input[type="submit"]:hover {
  background: #9d3d14 !important;
  color: #ffffff;
}
