form {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
body input.hs-input,
body .hs-form textarea.hs-input,
body select.hs-input,
body input.hs-input[type=file] {
  background-color: #F8FAFD;
  border: 1px solid #E6E9ED;
  box-shadow: inherit;
  float: left;
  font-family: 'Open Sans';
  font-weight: 200;
  font-size: 16px;
}
body .bgBlue input.hs-input,
body .bgBlue .hs-form textarea.hs-input {
  background-color: rgba(248, 250, 243, 0.3);
  border: 1px solid rgba(230, 233, 237, 0.5);
  color: #ffffff;
}
body input.hs-input,
body .hs-form .hs-input,
body select.hs-input,
body input.hs-input[type=file] {
  height: 30px;
  width: 60%;
  max-width: inherit;
}
body .form-columns-2 input.hs-input,
body .form-columns-2 .hs-form .hs-input,
body .form-columns-2 select.hs-input,
body .form-columns-2 input.hs-input[type=file] {
  width: 90%;
}
body .hs-form textarea.hs-input,
body .hs-form textarea.hs-input {
  width: 100%;
  height: 100px;
  max-width: inherit;
}
body .hs-form label,
body .hs-form.stacked label {
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 400;
  margin: 15px 0 8px;
  color:white;
}
body .bgBlue .hs-form label,
body .bgBlue .hs-form.stacked label {
  color: #ffffff;
}
body .hs-form .hs-button,
body .hs-form .hs-button:hover {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: inherit;
  box-shadow: inherit;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  height: 30px;
  min-width: 350px;
  font-size: 16px;
  padding: 15px 35px 17px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hs-form fieldset {
    border: 0 none;
    margin: 0;
    max-width: 1200px!important;
    padding: 0;
}

.hs-form .hs-form-required {
	color:rgba(255,255,255,0.7)!important;
}
