﻿.welcome-page .logo {
    width: 64px;
}

.icon-banner {
    width: 32px;
}

.body-container {
    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;
}

body {
    background-color: #0b1222;
}

.body-container {
    background-color: #0b1222;
    min-height: 90vh;
    padding-top: 60px;
}

.form-control {
    background-color: #0b1222;
    border: 1px solid #17529d;
}

.welcome-page li {
    list-style: none;
    padding: 4px;
}

.main-title {
    font-size: clamp(50px, 3.33333vw, 48px);
    color: #ffffff;
    margin-bottom: 10px;
    background: linear-gradient(43deg, #4158d0 0%, #c850c0 46%, #ffcc70 100%);
    white-space: nowrap;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-style: italic;
}

.custom-btn {
    background-color: #185298;
    border-color: #185298;
    margin-bottom: 7px;
}

.or {
    padding-top: 20px;
    padding-bottom: 20px;
}

.or-side {
    flex: 1 1 auto;
    height: 1px;
    background-color: #17529d;
    margin-top: 5px;
}

.or-center {
    flex-shrink: 1;
    padding: 0px 8px;
    white-space: nowrap;
    color: white;
    margin-top: -8px
}

.custom-check {
    color: #fff;
}

.form-control:focus {
    border-color: #1c65c3;
    background-color: #0b1222;
}

.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;
}

.provider-icon {
    height: 25px;
    padding-right: 10px;
}

.login-box {
    border: 1px solid;
    padding: 15px;
    border-radius: 7px;
    box-shadow: 0 1px 10px -3px #000000bf;
    width: 300px;
}

.sign-in-text {
    color: white;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 32px;
}

.no-account-yet {
    color: #979cb0;
    padding: 7px;
    font-size: small;
    margin-top: 14px;
}

.main-center {
    justify-content: center;
    display: grid;
}