body {
  background-color: #191a27;
}

body .main {
  background-image: url("/build/images/site/entrance.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body .main:after {
  content: "";
  background-color: rgba(27, 27, 36, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

body .container-fluid {
  position: relative;
  z-index: 2;
}

body .display-4, body .display-5 {
  color: #fff;
}

body p, .text-muted {
  color: #bbc7d3 !important;
}

body .custom-select, body .input-label {
  color: #fff;
}

body .card .display-4, body .card .display-5 {
  color: #1e2022;
}

body .card p, .card .text-muted {
  color: #43484d !important;
}

body .card .custom-select, body .card .input-label {
  color: #1e2022;
}

.text-muted {
  font-size: 90%;
}