.form .form-group select,
.form .form-group .form-control {
  border: 0;
  color: #55565b;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 4.2em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form .field-validation-error {
  color: #ee2737;
  position: absolute;
  top: 31%;
  left: 0;
  font-size: 0.7em;
}

.form .scfCaptcha{
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 93%;
}

.form p.introduction{
  padding-bottom: 2em;	
}
.form .page-header{
	border-bottom:none;
}
.form .recaptcha .field-validation-error {
    position: relative;
    white-space: pre;
}
.form .multtextsection .field-validation-error {
    position: absolute;
    white-space: pre-line;
    top: 70%;
}
.form .fullTextlabel .field--not-empty .control-label {
    transform: none;
}

.form .radio label,.form .checkbox label {
	padding-left:0;
}

.form .recaptcha .field-validation-error {
	float: left;
}