form {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 50px;
}

form h1 {
  letter-spacing: 2px;
  margin: 0 0 15px;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}

form > div {
  border-radius: 3px;
  background-color: #f6f6f6;
  vertical-align: middle;
  border: 1px solid #dddddd;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 20px;
}

form > div > div {
  border-radius: 3px;
  padding: 13px 0;
}

form > div > div > p {
  width: 405px;
  float: left;
  margin: 0 15px;
}

form > div > div:before, form > div > div:after {
  display: table;
  content: " ";
  clear: both;
}

form > div input[type=text], form > div input[type=email], form > div textarea, form > div select {
  display: block;
  min-width: 381px;
  max-width: 381px;
  float: right;
  height: 37px;
  padding: 0px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 1px 15px;
}

form > div textarea {
  height: auto;
}

input[type=radio] {
  margin-left: 25px;
  margin-top: 8px;
}

body > div label {
  margin-bottom: 0;
  text-align: right;
  width: 143px;
  float: left;
  min-height: 1px;
  padding-right: 14px;
  padding-left: 0px;
  position: relative;
  font-size: 15px;
  font-weight: 600;
}

body > div label span {
  color: #fff;
  background: #f83b6f;
  display: inline-block;
  padding: 0px 5px;
  font-size: 11px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 1px;
  position: absolute;
  right: 16px;
  top: 20px;
}

.container label + div {
  width: 75%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.contentSupplement {
  font-size: 14px;
  color: #787878;
  position: relative;
  left: 163px;
}

button {
  display: block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  margin: 0 auto;
}

button:hover {
  background: #00b0da;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #00a1d0), color-stop(0, #00bedf));
  background: -webkit-linear-gradient(#00bedf, #00a1d0);
}

button {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

body > div > a > button {
  margin-left: 0;
  margin: 0 auto;
  display: block;
}

a + button {
  margin-left: 20px
}

a {
  text-decoration: none;
}

a:focus, a:hover {
  outline: none;
  text-decoration: none;
}

input::-webkit-input-placeholder {
  color: #777;
}

button {
  padding: 11px 13px;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 3px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid #2894c9;
  color: #ffffff;
  background: #2b9ecf;
  margin-top: 9px;
}

input.buttonBack {
  padding: 10px 13px 11px;
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  border-radius: 3px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid #c3c3c3;
  color: #7c7c7c;
  background: #ffffff;
  margin: 10px 25px 0 180px;
}

input[type=button] + button {
  display: inline-block;
}

input + div, select + div, textarea + div {
  font-size: 15px;
  float: right;
  width: 420px;
  color: #f83b6f;
}

.error-form {
  border-color: #f83b6f !important;
}

form > .contactCheck p {
  font-size: 15px;
  color: #787878;
}

.contactThanks {
  width: 640px;
}

.contactThanks button {
  margin-top: 60px;
}
