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

body {
  background: url("../images/background.jpg");
}

html, body {
  height: 100vh;
}

.osano-cm-widget { 
  display: none !important; 
}

.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;
}

.separator {
  position: relative;
}
.separator .or-word {
  position: absolute;
  top: -18px;
  left: 46.1%;
  background: white;
}

.dropdown {
  position: relative;
}
.dropdown:after {
  content: "";
  background: url(../images/dropdown_arrow.png) no-repeat;
  position: absolute;
  width: 15px;
  height: 10px;
  right: 10px;
  top: 20px;
  pointer-events: none;
}

.form_header {
  position: relative;
}

.arrow_left {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 430px) {
  .hidden-430 {
    display: none;
  }
}
#wrapper {
  height: 100%;
  overflow-y: hidden;
}

.footer .nav-item {
  text-shadow: 1px 1px 2px black;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(244, 244, 244, 0.7);
}
.loader .spinner {
  height: 15vh;
  width: 15vw;
}

.external-logo {
  width: 306px;
  max-width: 100%;
}

.btn:not(.btn-link) {
  height: 40px;
  padding: 0.65rem 1.2rem;
}

.form-max-width {
  max-width: 465px;
}

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