﻿.body-container {
    /*    margin-top: 60px;
    padding-bottom: 40px;*/
    max-width: 100% !important;
    padding: 0px !important;
    display: flex;
    align-items: center;
    height: 100vh;
    justify-content: center;
    
    background-image: url(../login-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.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;
    }

.login-page {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.login-form {
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 10px;
    width: 420px;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.head {
    display: flex;
    flex-direction: row;
    /*    align-items: center;*/
}

    .head .lead {
        flex: 1;
        margin-right: 1rem;
    }

    .head img {
        height: 80px;
    }

    .head .lead p {
        color: rgba(0,0,0,0.7);
        font-size: 13px;
    }

    .head .lead h1 {
        font-size: 30px;
    }

.login-actions {
    padding-bottom: 10px;
}

.button-google:hover {
    text-decoration: none;
    box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
    color: #fff;
}

.button-google {
    background-color: #4285f4;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    transition: all 0.2s;
    color: #fff;
    margin-top: 20px;
}

    .button-google .google-icon {
        background-color: #fff;
        height: 46px;
        margin-left: 2px;
        border-radius: 5px;
        padding: 10px;
        margin-right: 10px;
        width: 46px;
    }

    .button-google .text {
        background-color: #4285f4;
    }

    .button-google img {
        height: 100%;
    }

.help {
    padding-top: 20px;
    /*    border-top: 1px solid rgba(0,0,0,0.2);*/
    font-size: 13px;
    color: rgba(0,0,0,0.7);
    font-weight: 300;
}

    .help p {
        margin-bottom: 5px;
    }

.logged-out-logo img {
    width: 80px
}

.logged-out-caption {
    padding-top: 20px;
    font-size: 25px;
}

.logged-out-description {
    color: rgba(0,0,0,0.7);
    font-size: 13px;
}

.login-devide {
    display: flex;
    margin-top: 1rem
}

.login-devide-text {
    /*    width: 200px;*/
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    color: rgba(0,0,0,0.7)
}

.devide-line {
    height: 1px;
    background-color: lightgray;
    flex: 1
}

.login-devide-before {
}

.login-devide-before, .login-devide-after {
    display: flex;
    align-items: center;
    flex: 1
}
