.form{
  width: 100%;
}
.form li{
  width: 100%;
  margin-bottom: 20px;
}
.form input, .form textarea{
  width: 100%;
  padding: 10px 0 9px 18px;
  background: #f3f3f3;
  border: 0;
  color: #242424;
  font-family: 'PT Sans Narrow', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 20px;
  font-size: 18px;
}
.form textarea{
  padding: 13px 0 0px 18px;
  height: 100px;
}
.form button{
  border: 0;
  font-family:'PT Sans Narrow';
  font-size: 24px;
}
.error{
  text-align: center!important;
  padding-left: 0!important;
  color: #fff;
  padding: 5px 0;
  display: block;
  background: #8c1111;
}

/*Placeholder*/

::-webkit-input-placeholder {
   color: #242424;
   font: 18px 'PT Sans Narrow', sans-serif;
   font-weight: 500;
   line-height: 20px;
}

:-moz-placeholder {
   color: #242424;
   font: 18px 'PT Sans Narrow', sans-serif;
   font-weight: 500;
   line-height: 20px;
}

::-moz-placeholder {
   color: #242424;
   font: 18px 'PT Sans Narrow', sans-serif;
   font-weight: 500;
   line-height: 20px;
}

:-ms-input-placeholder {
   color: #242424;
   font: 18px 'PT Sans Narrow', sans-serif;
   font-weight: 500;
   line-height: 20px;
}

/*= [x] =*/
