input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
}

input {
  font-size: 16px !important;
  font-weight: bold !important;
  height: 45px !important;
}

.form-control {
  font-size: 16px !important;
  font-weight: bold !important;
  height: 45px !important;
  border-radius: 12px !important;
}

.modal {
  padding-top: 10px !important;
}

.select2 {
  font-size: 16px !important;
  font-weight: bold !important;
  height: 45px !important;
}

.select2-container--krajee-bs3 .select2-selection--single {
  height: 45px;
  line-height: 1.428571429;
  padding: 12px 24px 6px 12px;
  border-radius: 12px !important;
}

.select2-selection__arrow {
  height: 43px !important;
}

.select2-selection__clear {
  right: 30px !important;
  top: 3px !important;
  font-size: 30px !important;
}

.select2-container--krajee-bs3 .select2-selection--single {
  height: 44px !important;
  padding: 12px 24px 6px 12px !important;
}

input[type="radio"] {
  width: 25px !important;
  height: 25px !important;
  margin-top: -15px !important;
  margin-bottom: 10px !important;
}
