/*
/*
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/

.bg-white {
  background-color: #F5F4FF !important;
  color: #4737FF;
}

.display-4 {
  color: #4737FF;
}

.btn-primary {
  color: #fff;
  background-color: #4737FF !important;
  border-color: #4737FF !important;
}

.footer-short {
  background-color: #F5F4FF !important;
  color: #4737FF;
}

.form-control-lg {
    font-size: 1.25rem !important;
}

.form-group label {
    color: #4737FF !important;
    font-size: 0.875em;
}

.form-group small {
    color: #4737FF !important;
}
