#registerForm {
  margin-top: 30px;
}
.form-control.select-input {
  width: auto;
  display: inline-block;
  margin-right: 5px;
}
.form-normal legend {
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  background: url(../../images/bg_heading.gif) #64b2df repeat-x bottom left;
  color: white;
  font-size: 18px;
}
.form-normal fieldset {
  padding-top: 40px;
  padding-bottom: 30px;
}
.form-normal .form-group label {
  font-weight: normal;
}
.form-normal .form-group.required .control-label:after {
  content:" *";
  color:red;
}
.form-normal .form-group.error input {
  border-color: #dc3545;
}
.form-normal.error .help-block {
  margin-right: 15px;
  text-align: right;
}
.form-normal.error .help-block li {
  list-style: none;
}