.text-blue {
  color: #007bff; }

.text-indigo {
  color: #6610f2; }

.text-purple {
  color: #6f42c1; }

.text-pink {
  color: #e83e8c; }

.text-red {
  color: #FF0000; }

.text-maroon {
  color: #bc0001; }

.text-orange {
  color: #fd7e14; }

.text-yellow {
  color: #ffc107; }

.text-green {
  color: #28a745; }

.text-teal {
  color: #20c997; }

.text-cyan {
  color: #17a2b8; }

.text-white {
  color: #fff; }

.text-gray {
  color: #6c757d; }

.text-gray-dark {
  color: #343a40; }

.text-theme-1 {
  color: #6360e7; }

.text-theme-2 {
  color: #01c851; }

.text-light-theme-1 {
  color: #B5B3F8; }

.text-light-accent-1 {
  color: #e2e2fe; }

.text-dark-accent-1 {
  color: #213862; }

.text-blue-accent-2 {
  color: rgba(33, 56, 98, 0.7); }

.primary-bg {
  background-color: #007bff; }

.secondary-bg {
  background-color: #6c757d; }

.success-bg {
  background-color: #28a745; }

.info-bg {
  background-color: #17a2b8; }

.warning-bg {
  background-color: #ffc107; }

.danger-bg {
  background-color: #dc3545; }

.light-bg {
  background-color: #f8f9fa; }

.dark-bg {
  background-color: #343a40; }

.theme-1-bg {
  background-color: #6360e7; }

.theme-2-bg {
  background-color: #01c851; }

.light-accent-1-bg {
  background-color: #e2e2fe; }

.dark-accent-1-bg {
  background-color: #213862; }

.blue-accent-2-bg {
  background-color: rgba(33, 56, 98, 0.7); }

.white-bg {
  background-color: #FFF; }

h4, h6, div, input {
  text-align: center; }

.button-transparent {
  float: right; }
