﻿
@font-face {
    font-family: "Nunito";
    src: url("../fonts/Nunito/Nunito-Medium.ttf");
}


@font-face {
    font-family: "NunitoBold";
    src: url("../fonts/Nunito/Nunito-Bold.ttf");
}

.container {
    font-family: Nunito, "Nunito" sans-serif;
    max-width: unset !important;
    padding: 0;
    margin: 0;
}

.gobackSpan {
    cursor: pointer;
    color: blue;
}

.eye {
    float: right;
    cursor: pointer;
    z-index: 2;
    transform: translate( -10px, -32px);
    /*    position: absolute;
    margin-bottom: 30px;
    right: 6px;
    top: 6px;*/
}
/*.body-container {
    margin-top: 60px;
    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;
    .card-title

{
    img

{
    width: 100px;
    height: 100px;
}

font-size: 120%;
font-weight: bold;
}

label {
    font-weight: bold;
}

}
}*/
