﻿.welcome-page .logo {
    width: 164px;
}

.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;
    }



.main-logo {
    width: 100%;
}

.login-body {
    background-image: url(../background.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.login-page {
    padding-top: 15rem;
}

.login-bg {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
}

.input-group {
    position: relative;
}

.toggle-password-style {
    height: 34px;
    cursor: pointer;
    background-color: white !important;
    border: none;
    position: absolute;
    right: 1px;
    top: -19px;
    transform: translateY(-50%);
}
