body{ 
  background-color: #FFF !important;
}
.x-white{
  background: #FFF !important;
}
div.card-body{
    background: #FFF !important;
}
.input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
     background-color: #FFF !important;
     padding-top: 10px !important;
     padding-bottom: 10px !important;
}
::placeholder {
  color: #979797 !important;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Edge 12 -18 */
  color: #979797 !important;
}

/*-- FORM CSS -- */
.form-control {
    background-color: #FFF !important;
}
.form-control-sm {
    background-color: #FFF !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.form-check-input:checked {
    background-color: #005fc5 !important;
    border-color: #005fc5 !important;
}
.form-check .form-check-input {
    padding-bottom:15px !important;
}
.form-check-input[type="checkbox"] {
  border: 2px solid #bdbdbd !important;
  width: 20px !important;
  height: 20px !important;
}
.form-check-input[type="radio"] {
  border: 2px solid #bdbdbd !important;
  width: 20px !important;
  height: 20px !important;
}
    
/*-- TABLE -- */
.table { 
  border-collapse: collapse !important;
  margin: 25px 0 !important;
  font-size: 0.9em !important;
  font-family: sans-serif !important;
  min-width: 90% !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15) !important;
}
.table > :not(caption) > * > * {
  font-size: 16px !important;
  color: #444444 !important;
}
.accordion-item:first-of-type {
   margin-top: 20px !important; 
}

/*-- Media Screen -- */
@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 1.65rem !important;
    font-weight: 700 !important;
    color: #583b9b !important;
    font-family: 'Raleway', sans-serif !important;
  }
}
@media (max-width: 768px) {
  .h1, h1 {
    font-size: 1.55rem !important;
    font-weight: 700 !important;
    color: #583b9b !important;
    font-family: 'Raleway', sans-serif !important;
  }
}
@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 1.55rem !important;
    font-weight: 700 !important;
    color: #583b9b !important;
    font-family: 'Raleway', sans-serif !important;
  }
}
@media (max-width: 768px) {
  .h2, h2 {
    font-size: 1.45rem !important;
    font-weight: 700 !important;
    color: #583b9b !important;
    font-family: 'Raleway', sans-serif !important;
  }
}
@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    color: #583b9b !important;
    font-family: 'Raleway', sans-serif !important;
  }
}
@media (max-width: 768px) {
  .h3, h3 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #583b9b !important;
    font-family: 'Raleway', sans-serif !important;
  }
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
}
