
body {

  font-family: "Poppins", "arial", "sans-serif";
}

.login-bg {
  background-color: #e1eaff;
  background: url("../../assets/img/bg.jpg") center / cover no-repeat;
}

.form-check-input:checked {
  background-color: rgb(0, 53, 133);
}

.btn-primary {
  background-color: #005EC2;
}

.btn-primary:hover {
  background-color: rgb(0, 53, 133);
}

.link-primary {
  color: rgb(0, 39, 97);
}

.gj-datepicker > span > button, .gj-timepicker > span > button, .gj-datepicker > span > button:active, .gj-timepicker > span > button:active, .gj-datepicker > span > button:visited, .gj-timepicker > span > button:visited, .gj-datepicker > span > button:hover, .gj-timepicker > span > button:hover, .input-group-append > button, .input-group-append > button:hover, .input-group-append > button:active{
  background: none !important;
  color: #6c757d;
  width: 38px;
}

/* Overwrite container height and width */
.select2-container .select2-selection--single {
  height: 40px !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  border-color: #dbdfe6 !important;
}

/* Text inside select box */
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 38px !important;
  padding-left: 20px !important;
}

/* Dropdown arrow */
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
  top: 0 !important;
}

.readonly {
  background-color: #eeeeee !important;
  color: #727272 !important;
}