body {
  background-color: #fefefe;
  font-size: 12px;
  font-family: "Lato", sans-serif; }

@media (min-height: 1000px) {
  html, body, .viewport {
    height: 100%; } }

h1, h2, h3, h4, h5 {
  color: #15278a;
  font-family: "Lato", sans-serif; }

#logo {
  height: 4rem;
  padding-right: 1rem; }

.card .card-header {
  background-color: #f9f9f9; }

.full-height {
  height: 100%; }

.color-bg-primary {
  background-color: #fefefe !important; }

.color-bg-secondary {
  background-color: #edf3ff !important; }

.color-bg-navy {
  background-color: #15278a !important; }

.image-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .image-bg.image-bg-light {
    background-image: url("/static/img/bg-light.png"); }
  .image-bg.image-bg-dark {
    background-image: url("/static/img/bg-dark.png"); }

.wait-dots.wait-dots-large {
  font-size: 0.8rem;
  color: #15278a; }

.text-color-yellow {
  color: #eac602; }

.text-color-light {
  color: white; }

.nice-border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); }

.btn-yellow {
  background-color: #eac602;
  border-color: #eac602;
  color: #323234; }
  .btn-yellow .fa {
    background-color: #b79b02;
    width: 1.5rem;
    height: 1.5rem;
    padding-left: 2px;
    padding-top: 2px;
    border-radius: 50%; }
  .btn-yellow:hover, .btn-yellow.hover, .btn-yellow:active, .btn-yellow.active, .btn-yellow:focus, .btn-yellow.focus {
    background-color: #fddb22;
    color: #323234; }

.btn-blue {
  background-color: #15278a;
  border-color: #15278a;
  color: white; }
  .btn-blue .fa {
    background-color: #0e1a5e;
    width: 1.5rem;
    height: 1.5rem;
    padding-left: 2px;
    padding-top: 2px;
    border-radius: 50%; }
  .btn-blue:hover, .btn-blue.hover, .btn-blue:active, .btn-blue.active, .btn-blue:focus, .btn-blue.focus {
    background-color: #1c34b6;
    color: white; }

.auth-container {
  width: 100%;
  max-width: 400px; }
  .auth-container .form-errors {
    background-color: #fefefe;
    border-radius: 5px;
    text-align: center; }
    .auth-container .form-errors ul {
      list-style: none; }
  .auth-container .errorlist {
    list-style: none;
    color: #e74c3c;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5; }
  @media (max-height: 1000px) {
    .auth-container {
      min-height: 100vh; } }

/*# sourceMappingURL=style.css.map */
