﻿.welcome-page .logo {
  width: 64px;
}

.icon-banner {
  width: 150px;
}

.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;
}

.nav-page {
  border-bottom-width: 1px;
  border-bottom-color: #e7eeff;
  border-bottom-style: solid;
}

.round-button-only-icon {
  width: 40px;
  height: 40px;
  font-size: 1em;
  border-radius: 100%;
  padding: 8px;
  text-align: center;
  border: 1px solid #ffffff;
  outline: 1px solid rgba(255, 255, 255, 0.6);
  outline-offset: 4px;
}

.button-icon {
  width: 40px;
  height: 40px;
  font-size: 1.3em;
  padding: 4px;
  text-align: center;
}

.footer-main {
  border-top-width: 1px;
  border-top-color: #e7eeff;
  border-top-style: solid;
}
.footer-main .a {
  color: black;
}

.validation-summary-errors {
  margin-left: 1.25rem;
}
.validation-summary-errors ul {
  list-style-type: none;
  padding-left: 0;
}

.card-provider .card-body {
  background-color: #d4e3ff;
}
