.field-validation-error {
  font-size: 90%;
  color: red;
}

.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-header {
  padding: 20px;
}
.grants-page .card .card-body {
  padding: 20px;
}
.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;
}

.login-page {
  background: linear-gradient(180deg, #d8e9ff 0%, #edffed 100%);
}
.login-page .card {
  width: 440px;
  margin: 0 auto;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
}
.login-page .card-header {
  background-color: inherit;
  text-align: center;
  border-bottom: none;
}
.login-page .card-body {
  padding: 20px 48px 24px;
}
.login-page .page-title {
  padding: 0 32px 32px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.login-page .form-control {
  width: 100%;
  height: 46px;
  padding: 8.5px 14px;
  margin: 0 auto;
  border: none;
  border-radius: 8px;
}
.login-page .form-control:focus {
  box-shadow: none;
}
.login-page .form-control:focus + fieldset {
  border-color: #3170c1;
  border-width: 2px;
}
.login-page .form-control.input-validation-error + fieldset {
  border-color: #ff0000;
  border-width: 2px;
}
.login-page .form-group {
  margin-bottom: 24px;
}
.login-page .form-wrapper {
  position: relative;
  margin: 0 auto;
}
.login-page .form-wrapper fieldset {
  text-align: left;
  position: absolute;
  bottom: 0;
  right: 0;
  top: -5px;
  left: 0;
  margin: 0;
  padding: 0 8px;
  pointer-events: none;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  overflow: hidden;
  min-width: 0%;
}
.login-page .form-wrapper fieldset legend {
  float: unset;
  width: auto;
  overflow: hidden;
  display: block;
  padding: 0;
  height: 11px;
  font-size: 0.75em;
  visibility: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.login-page .form-wrapper fieldset legend span {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  opacity: 0;
  visibility: visible;
}
.login-page .form-label {
  display: block;
  color: #787878;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4375em;
  padding: 0 8px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(133% - 32px);
  position: absolute;
  top: -8px;
  left: 8px;
  z-index: 1;
  pointer-events: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.login-page .form-label:has(+ .form-control:focus) {
  color: #3170c1;
}
.login-page .form-label:has(+ .input-validation-error), .login-page .form-label:has(+ .input-validation-error:focus) {
  color: #ff0000;
}
.login-page__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.login-page__header {
  display: block;
  width: 220px;
  margin: 16px auto;
}
.login-page__button {
  display: block;
  width: 100%;
  padding: 16px;
  margin: 0 auto;
  font-size: 16px;
  border-radius: 8px;
  border-width: 2px;
}
.login-page__button--primary {
  background-color: rgb(49, 112, 193);
}
.login-page__button--primary:hover {
  background-color: #174076;
}
.login-page__button--secondary {
  color: rgb(49, 112, 193);
  background-color: #fff;
  border-color: rgb(49, 112, 193);
}
.login-page__button--secondary:hover {
  color: rgb(49, 112, 193);
  background-color: #f2f9fc;
}
.login-page__text-button {
  margin-top: 16px;
  text-align: center;
}
.login-page__text-button a {
  color: rgb(49, 112, 193);
  text-decoration: underline;
}
.login-page__text-button a:hover {
  color: #174076;
}
.login-page__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin-bottom: 8px;
}
.login-page__footer-text {
  font-size: 12px;
  color: #787878;
  margin: 0;
}/*# sourceMappingURL=site.css.map */