body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.profile-picture {
  border-radius: 100000px;
  width: 145px;
  height: 145px;
}
.profile-picture.small {
  width: 36px;
  height: 36px;
}

[data-toggle=password]::-ms-reveal {
  display: none;
}

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

.navbar .dropdown-menu {
  right: 0;
  left: auto;
  min-width: 200px;
}

.icon-banner {
  width: 128px;
}

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

body > footer {
  padding: 1rem;
}

.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 img {
  width: 100px;
  height: 100px;
}
.grants-page .card .card-title {
  font-size: 120%;
  font-weight: bold;
}
.grants-page .card label {
  font-weight: bold;
}

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