/* Form style */
input,
textarea,
select {
  font-size: 15px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #888;
  border: 0;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  float: none;
  display: block;
  margin: 0px;
  -webkit-appearance: none;
  background: none;
}
textarea {
  resize: none;
}
#message {
  margin: 0;
  padding: 0px;
  z-index: 200;
  height: auto;
  text-align: left !important;
}
.error_message,
#success_page {
  display: block;
  height: auto;
  color: #d31800;
  font-style: italic;
  font-size: 12px;
  padding: 10px 0px 0px 0px;
  line-height: 1.5;
  margin-bottom: -10px;
  position: relative;
}
#success_page {
  color: #2b2b2b !important;
}
.loader {
  display: none;
}
/* Form Element Styling */

.form-part {
  padding: 0;
  margin-top: 29px;
}
.form-part > textarea,
.form-part > select,
.form-part
  > input:not([type="submit"]):not([type="image"]):not([type="button"]):not(
    [type="checkbox"]
  ):not([type="radio"]) {
  display: block;
  width: 100%;
  padding: 12px 15px 14px;
  margin-bottom: 10px;
  border: 1px solid #d8d8d8;
  text-align: left;
  border-radius: 3px;
  line-height: 20px;
}
.lt-ie9 .form-part textarea,
.lt-ie9 .form-part select,
.lt-ie9 .form-part input {
  display: block;
  width: 100%;
  padding: 25px 29px;
  font-size: 17px;
  border-bottom: 1px solid #d8d8d8;
  text-align: left;
  font-style: normal;
}
.form-part > textarea {
  height: 200px;
  resize: none;
}
.form-part > .input-wrapper {
  position: relative;
}
.send-btn {
  border-radius: 30px;
  color: #fff;
  background: #f05922;
  padding: 12px 25px 14px;
  line-height: 1;
  font-size: 11px;
  letter-spacing: 1px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #f05922;
}
.send-btn:hover {
  background: #169a96;
  border: 1px solid #169a96;
}
