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


.password-container {
    position: relative;
}

    .password-container input[type="password"],
    .password-container input[type="text"] {
        width: 100%;
        padding: 12px 36px 12px 12px;
        box-sizing: border-box;
    }

.fa-eye-x {
    position: absolute;
    top: 17%;
    right: 4%;
    cursor: pointer;
}

.companyHeaderPwly {
    background: url('../pwly_logo_dark_2021.png');
    width: 245px;
    height: 82px;
    vertical-align: top;
    float: left;
    margin-left:1rem;
}