/*
 * Custom CSS
 */

:root {
  --bs-body-bg: var(--bs-white);
}

.bg-dark-gm {
  background-color: #173466 !important;
  --bs-bg-opacity: 1;
}

img.logo {
  margin-bottom: 30px;
  max-width: 100%;
}

.btn-primary {
  --bs-btn-bg: #173466;
  --bs-btn-border-color: #173466;
  --bs-btn-hover-bg: #30a0a9;
  --bs-btn-hover-border-color: #30a0a9;
}

a {
  color: #173466;
}

.footer {
  text-align: center;
}