.eligibility-form__labels, .form-control {
  font-size: 14px !important;
  color: black;
  text-align: left;
}
.form-control::placeholder, .empty {
  font-size: 12px !important;
}
.eligibility-form__labels {
  color: #6E6F71;
}

.custom-control-label:after, .custom-control-label:before {
  width: 17px;
  height: 17px;
  top: -2px;
  left: -25px;
}
.custom-control-label:after {
  background: no-repeat 50%/50% 0%;
}
.custom-control-label:before {
  border: 2px solid #adb5bd;
}
.custom-control-input:checked~.custom-control-label:before {
  border-color: #c5281c;
  background-color: #c5281c;
}
#genderSelection .custom-control-label {
  font-size: 13px;
}
.btn:disabled {
  background-color: gray !important;
  cursor: not-allowed;
}
.logoDesktop{display: none !important ;}
.empty {
  color: #AEB0B1;
}

/*                               RESPONSIVE(Tablet)
************************************************************************** */
@media(min-width: 768px) {
  .eligibility-form__labels, .form-control {
    font-size: 20px !important;
  }
  .form-control::placeholder, .empty {
    font-size: 17px !important;
  }
  .custom-control-label:after, .custom-control-label:before {
    width: 22px;
    height: 22px;
    top: -1px;
    left: -30px;
  }
  #genderSelection .custom-control-label {
    font-size: 20px;
  }
}
@media (min-width:1024px) {
  .logoDesktop{
  height: 75px;
      display: inline-block !important ;
  }
}