﻿.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;
}
.auth-page .btn-default {
    width: 100%;
    background-color: #091755;
    color: white;
    font-size: 20px;
    font-weight: 500;
    border-radius: 10px;
}

.auth-page .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-page .card {
    padding: 20px;
    width: 400px;
}

.auth-page .card-header {
    background-color: unset;
    color: black;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.auth-page .col-sm-6 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-page .underline-link {
    text-decoration: underline;
    text-decoration-color: blue;
    font-style: italic;
    margin-bottom: 20px;
}

.pw-icon.text-success {
    color: #28a745; /* Bootstrap green */
    font-weight: bold;
}