﻿.body-container {
    margin-top: 10px;
    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 {
    font-family: 'Arial', sans-serif;
}

/* header {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

header .logo {
    max-height: 50px;
    margin-left: auto;
    margin-right: auto;
}

header .demo_logo {
    margin-left: auto;
    margin-right: auto;
}

.logo, .demo_logo {
    max-width: 100%;
    height: auto;
}

header .lang-switch {
    font-size: 14px;
}

.lead {
    text-align: center;
    margin-bottom: 30px;
}

.lead h1 {
    font-size: 24px;
    font-weight: bold;
}

.lead p {
    font-size: 18px;
    color: #555;
}

.card {
    border: none;
    box-shadow: none;
}

.card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-option {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.login-option img {
    max-height: 40px;
    margin-right: 15px;
}

.footer-info {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
}

.footer-logos {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.footer-logos img {
    max-height: 40px;
    margin: 0 10px;
}

.btn-default {
    background-color: white;
    color: #333;
    border-color: #ccc;
}

.navbar .container {
    display: flow-root;
}

.btn {
    padding: 6px 12px;
    font-size: 14px;

}

.login-page {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
}

.display-name-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-login {
    margin: 10px;
}

@media (max-width: 768px) {
    .col-md-4, .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .demo_logo {
        height: auto;
        margin-top: 5px;
    }
}

@media (min-width: 769px) {
    .col-md-4, .col-sm-6 {
        flex: 0 0 30%;
        max-width: 30%;
    }
}
