form input, form textarea, form select {
  background: #ffffff;
  border: 1px solid #7d7d7d;
  color: #757575;
  font: 16px 'FuturaPT-BookObl', Arial, sans-serif;
  padding: 2px 2px; }

form input[type=text], form input[type=password], form input[type=email], form input[type=tel] {
  height: 46px;
  padding: 0 1ex; }

form textarea {
  padding: 0 1ex;
  resize: vertical; }

form input, form textarea {
  width: 100%; }

form input[type=checkbox], form input[type=radio] {
  visibility: hidden;
  width: 0; }

form input[type=checkbox] + label {
  background: url("../../images/unckecked-checkbox.png") left center no-repeat;
  display: inline-block;
  margin: 2px 5px;
  vertical-align: middle;
  width: 15px;
  height: 15px; }

form input[type=checkbox]:checked + label {
  background: url("../../images/ckecked-checkbox.png") left center no-repeat;
  color: #fb251b;
  width: 15px;
  height: 15px; }

form input[type=radio] + label {
  background: url("../../images/unckecked-radiobutton.png") left center no-repeat;
  display: inline-block;
  margin: 2px 5px;
  vertical-align: middle;
  height: 27px; }

form input[type=radio]:checked + label {
  background: url("../../images/ckecked-radiobutton.png") center left no-repeat;
  color: #fb251b;
  height: 27px; }

form input[type=radio]:disabled + label {
  background: url("../../images/disabled-radiobutton.png") center left no-repeat;
  color: #d6d6d6;
  height: 27px; }

form input + label > span {
  vertical-align: middle;
  padding: 0 0 0 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  form input + label > span > span {
    border-bottom: 1px dashed; }
    form input + label > span > span:hover {
      cursor: pointer;
      border-bottom: 1px solid; }

form input[type=radio]:disabled + label > span > span {
  color: #d6d6d6;
  cursor: default;
  border-bottom: none; }

form input[type=button], form input[type=submit] {
  background: #989898;
  border: 0;
  color: #ffffff;
  font: 20px 'FuturaPT-Book', Arial, sans-serif;
  width: 100%; }

form label {
  display: block;
  font-size: 18px;
  margin: 0 5px 0 0;
  text-align: left; }

form fieldset {
  border: #cecece 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0 0 10px 0;
  overflow: visible !important;
  padding: 35px 25px 20px 25px; }
  form fieldset legend {
    font-family: 'FuturaPT-BookObl', Arial, sans-serif;
    font-weight: bold;
    margin-left: 50px;
    padding: 5px 15px;
    text-transform: uppercase; }
  form fieldset a {
    color: #fb251b !important;
    border-bottom: 1px solid !important;
    font-family: 'FuturaPT-Bold', Arial, sans-serif; }
  form fieldset .field {
    position: relative; }
    form fieldset .field:not(:first-of-type) {
      margin-top: 22px; }
    form fieldset .field label.error {
      display: inline-block;
      position: absolute;
      bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      left: 0;
      z-index: 1;
      background: #f2dede;
      color: #e46262;
      padding: 0 0.6ex;
      font: 16px 'FuturaPT-BookObl', Arial, sans-serif; }

@media screen and (max-width: 576px) {
  form input[type=text], form input[type=password], form input[type=email], form input[type=tel] {
    height: 36px; } }
/*# sourceMappingURL=form.css.map */