﻿body p, span, a, strong, label, pre {
    font-family: arial, verdana, helvetica, Roboto;
    font-size: 14px;
}

.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;
    }

.container-fluid {
    margin-top: 60px;
    padding-bottom: 40px;
    text-align: center;
}

.form-backgroup {
    overflow: hidden;
}

.form-login {
    /*padding-bottom: 100% !important;
    margin-bottom: -100% !important;*/
    background-color: #DFE8EF;
    height: 100vh;
}

.font-style-italic {
    font-style: italic;
}

.welcome-title {
    font-family: inherit;
    font-size: xx-large;
    color: #3FACFF;
    font-weight: bold;
}
.btn-forgot-password {
    border: none;
    background: none;
    color: darkblue;
}
.btn-back-login {
    border: none;
    background: none;
    color: gray;
}
    .btn-back-login:hover, .btn-forgot-password:hover {
        outline: none;
    }

@media only screen and (max-width: 768px) {
    .form-login {
        background-color: transparent;
    }
}
.btn-cancel-login {
    background-color: #8ec9f4;
    color: white;
    padding: 5px 25px;
    border: none;
}
.btn-register {
    background: #3FACFF;
    border-radius: 5px;
    color: white;
    border: none;
    font-size: 14px;
    padding: 5px 25px;
}
