﻿.welcome-page .logo {
    width: 64px;
}

.icon-banner {
    width: 32px;
}

.body-container {
    margin-top: 60px;
    padding-bottom: 40px;
}

.pageContainer {
    height: 100vh;
    width: 100vw;
    padding-top: 70px;
}

.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-form-field {
    position: relative;
}

.eye-icons-wrapper {
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.eye-icons-wrapper:hover {
    opacity: 1;
}

.eye-icons-wrapper #opened-eye {
    display: none;
}