.form-container {
  max-width: 350px;
  width: 100%;
}
.form-container .form-control {
  border-radius: 0;
  border: 1px solid #000000;
}
.form-container .form-control.input-validation-error {
  border-color: #FF0000;
}
.form-container .form-control:hover, .form-container .form-control:focus, .form-container .form-control:active {
  box-shadow: 0px 1px 5px 0px #F5F5F5;
  border: 1px solid #000000;
}

.nav-page .navbar {
  display: flex;
  justify-content: space-between;
  background-color: #000000;
  height: 115px;
}
.nav-page .navbar .navbar-brand {
  margin-left: 10vw;
  margin-right: auto;
}
.nav-page .navbar .navbar-brand .icon-banner {
  width: 135px;
}
.nav-page .navbar-nav {
  margin-right: 10vw;
  margin-left: auto;
}
.nav-page .navbar-nav .nav-link {
  color: #FFFFFF;
  font-size: 18px;
}

@media (max-width: 768px) {
  .nav-page .navbar {
    justify-content: center;
  }
  .nav-page .navbar .navbar-brand {
    margin-left: auto;
  }
  .nav-page .navbar .navbar-nav {
    margin-right: auto;
  }
}
.btn {
  height: 40px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
}

.btn-primary {
  background-color: #008F33;
  border: none;
}
.btn-primary:hover {
  background-color: #00762a;
}
.btn-primary:focus {
  background-color: #005c21;
  box-shadow: 0px 1px 5px 0px #F5F5F5;
}
.btn-primary:active {
  background-color: #005c21;
}
.btn-primary:active:focus {
  background-color: #005c21;
  box-shadow: 0px 1px 5px 0px #F5F5F5;
}

.btn-tertiary {
  background-color: none;
  border: none;
  color: #676767;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
}
.btn-tertiary:hover {
  color: #343434;
  text-decoration: underline;
}
.btn-tertiary:focus {
  color: #343434;
  text-decoration: underline;
  box-shadow: none;
}
.btn-tertiary:active {
  color: #343434;
  text-decoration: underline;
}
.btn-tertiary:active:focus {
  color: #343434;
  text-decoration: underline;
  box-shadow: none;
}

h3 {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
}

.font-13 {
  font-size: 13px;
}

.color-green {
  color: #008F33;
}
.color-green a {
  color: #008F33;
}

.center {
  text-align: center;
}

.header .logo {
  width: 100px;
}

.welcome-page .logo {
  width: 64px;
}

.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;
}

/*# sourceMappingURL=site.css.map */
