﻿.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;
}

.navbar-brand img {
    height: 1.125rem;
}

.bg-dark {
    background-color: #252b36 !important;
}

.form-group .form-control {
    padding-left: 2.375rem;
}

.form-group .form-control-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.card{
    min-width: 33%;
}

.sign-in-with-microsoft {
    font-size: 260px;
    font-family: 'Segoe UI Semibold', 'Segoe UI';
    text-decoration: none;
}

.welcome-card {
    background-color: #fff;
    padding: 2.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    max-width: 500px;
    width: 100%;
    text-align: center;
}

.welcome-title {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.welcome-message {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 2rem;
}