input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel] {
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 0;
  width: 95%; height: 40px;
  line-height: 40px; font-size: 0.9em;
  border: 1px solid #bbb;
  border-radius: 0;
}

input[type=submit] {
 -webkit-appearance: none; -moz-appearance: none;
 display: block;
 margin: 1.5em 0;
 font-size: 1em; line-height: 2.5em;
 color: #FFF;
 font-weight: bold;
 height: 2.5em;
 width: 95%;
 background: #F39200;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.styled {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    background-color: #F39200;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0;
    align-items: center;
}

.styled:hover {
    background-color: #F39200;
}

.styled:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}
