.new-form-container {
  font-size: 16px;
}
.new-form-container .form-group {
  margin-bottom: 20px;
}
.new-form-container .form-group label {
  font-size: 0.9em;
}
.new-form-container .form-group .form-control {
  border: 1px solid #A7A8AA;
  margin-top: 5px;
  height: 40px;
  font-size: 0.9em;
}

.new-form-container .small-font {
  font-size: 0.8em;
}

.new-form-container .checkbox {
  position: relative;
  padding-left: 26px;
  margin: 10px 0;
  display: block;
}
.new-form-container .checkbox input[type="checkbox"] {
  opacity: 0;
}
.new-form-container .checkbox label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  display: inline-block;
  border-radius: 0px;
  border: 1px solid #A7A8AA;
  background: #fff;
}
.new-form-container .checkbox label {
  cursor: pointer;
  padding: 5px 10px;
}
.new-form-container .checkbox input[type="checkbox"]:disabled +label:before {
  cursor: not-allowed;
  background-color: #DFDFDF;
}
.new-form-container .checkbox input[type="checkbox"]:disabled +label {
  cursor: not-allowed;
}
.new-form-container .checkbox input[type="checkbox"]:checked +label:after {
  position: absolute;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  content: "\e013";
  top: 0;
  left: 0;
  margin-left: 5px;
  margin-top: 6px;
  font-size: 16px;
  line-height: 1;
  width: 16px;
  height: 16px;
  color: #000000;
}

.new-form-container select.customdropdown{
  background-position: right 13px top 18px;
  /* color: #A7A8AA; */
}
