body {
  /* margin-top: 87px !important; */
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

abbr {
  font-weight: bold;
  color: red;
}

.form-signin {
  max-width: 700px;
  padding: 1rem;
}

.form-lost-password {
  max-width: 400px;
  padding: 1rem;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

#solidary_action_description,
#reward_action_description {
  height: 100px;
}

fieldset.radio_buttons .form-check:first-of-type,
fieldset.check_boxes .form-check:first-of-type {
  margin-top: 31px;
}

:root {
  --bs-primary: #2d50e2 !important;
  --bs-primary-rgb: rgb(45, 80, 226) !important;
  /* --bs-secondary: #005f73; */
  /* etc. */
}

.text-primary {
  color: var(--bs-primary) !important;
}

.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  border-bottom-color: var(--bs-primary);
}

.nav-underline .active {
  font-weight: lighter !important;
  color: var(--bs-primary) !important;
}

/* .btn-primary {
  background-color: var(--bs-primary) !important;
  border-color: #cc5500 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #e65c00 !important;
  border-color: #b34d00 !important;
} */

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(45, 80, 226, var(--bs-bg-opacity)) !important;
}
