﻿.welcome-page .logo {
  width: 64px;
}

.icon-banner {
  width: 32px;
}

.body-container {
    margin-top: 60px;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

.mfatitle {
    text-align: center;
    font-size: x-large;
}

.mfabold {
    font-weight: bold;
}

.mfaitalic {
    font-style: italic;
}

.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;
}

.titlelogo {
    text-align: center;
}

.boldtext {
    font-weight: bold;
}

.externalloginbutton {
    width: 410px;
}

.errorbox {
    width: 450px;
}

.headerbackground{
    background-color: white;
}

.btn-primary {
    background-color: #437ebe !important;
    border-color: #437ebe !important;
}

