.form-wrapper {
  max-width: 600px;
  margin: 50px auto 0 auto; }

form .form_area {
  background-color: #5c656d;
  padding: 20px;
  border-radius: 2px;
  font-size: 8pt;
  display: block;
  color: #5c656d;
  min-height: 310px; }
  form .form_area textarea {
    resize: none; }
  form .form_area a {
    color: #f19615 !important;
    padding: 0 1px 10px 1px;
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif;
    text-align: center; }

form input {
  border: 0;
  margin: 0 0 24px 0;
  padding: 5px 10px;
  color: #303338;
  font-size: 10pt;
  background-image: none;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  border-radius: 2px;
  width: 100%; }
  form input.field {
    width: 100%;
    margin-bottom: 10px; }

form textarea {
  width: 100%;
  min-height: 100px; }

form input:focus, form textarea:focus {
  box-shadow: inset 0 0 2px 1px #ED6F09;
  outline: none;
  border: none; }

form select {
  min-height: 20px;
  color: #26282a;
  border-radius: 2px;
  font-size: 10pt;
  line-height: 1.5em;
  box-shadow: none;
  border: none;
  padding: 8px;
  width: 200px; }

form label {
  font-weight: 300;
  text-align: left;
  font-size: 10pt;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  left: 0;
  line-height: 1em !important;
  display: block;
  color: #fff;
  padding-bottom: 4px; }
  form label.standard-form {
    display: inline-block; }

form .form_note {
  font-size: 10pt;
  padding-bottom: 10px; }
  form .form_note li {
    padding-left: 20px; }
