.welcome-page .logo {
  width: 64px;
}

.icon-banner {
  width: 32px;
}

.body-container {
  margin-top: 60px;
  padding-bottom: 40px;
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray;
}
.grants-page .card .card-title {
  font-size: 120%;
  font-weight: bold;
}
.grants-page .card .card-title img {
  width: 100px;
  height: 100px;
}
.grants-page .card label {
  font-weight: bold;
}

.btn-big {
  text-align: left;
  width: 300px;
  position: relative;
}
.btn-big i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-big [type=file] {
  display: none;
}

.navbar {
  background-color: #478621 !important;
}

.btn-primary {
  background-color: #478621 !important;
  border-color: #478621 !important;
}

.aaguid-icon {
  width: 30px;
}

.key-button {
  color: black;
  border-color: black;
  border-width: 1.2px;
  background-color: white;
  --bs-btn-hover-border-color: #bbbbbb;
}

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