div.form-group {
  margin-bottom: 25px;
  float: left;
  width: 100%;
}
div.form-group label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
div.form-group input.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #212121;
}
div.form-group input.form-control.required {
  background-image: url('/img/required.png');
  background-repeat: no-repeat;
  background-position: top right;
  padding-right: 1.8rem;
}
div.form-group .drpdwn-box {
  width: 50%;
  height: 29px;
  border: 1px solid #212121;
}
div.form-group input.half {
  width: 50%;
}
.color-white {
  color: white !important;
}
