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

/* Button spinner */
.loading::after {
  content: "";
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: loading-spinner 0.75s linear infinite;
}

@keyframes loading-spinner {
  to {
    transform: rotate(360deg);
  }
}
.citrix__login-form--lsmessage {
  padding: 1rem;
  color: white;
  margin-top: 2rem;
  text-align: left;
}

.lsmessage__level--1 {
  background-color: #1a3b73;
}

.lsmessage__level--2 {
  background-color: rgba(255, 255, 0, 0.769);
  color: rgb(32, 32, 32);
}

.lsmessage__level--3 {
  background-color: red;
  color: white;
}/*# sourceMappingURL=site.css.map */