﻿@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: url(../Fonts/TitilliumWeb-Regular.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: url(../Fonts/TitilliumWeb-Regular.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

.icon-banner {
  width: 32px;
}

.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;
}
.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;
}
.center-text
{
    text-align:center;
}
.page-title {
    font-family: Titillium Web;
    font-style: normal;
    font-weight: bold;
    font-size: 2rem;
    line-height: 121%;
}

.page-sub-title {
    font-family: Titillium Web;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 24px;
    /* or 150% */

}
.card-title {
    font-family: Titillium Web;
    font-weight: 700;
    text-align: Left;
    vertical-align: Top;
    font-size: 1.5rem;
    line-height: 2rem;
}
.login-page {
    background-color: #E5E5E5;
    width: 100%;
    font-family: 'Titillium Web';
    background-color: #E5E5E5;
    min-height: 500px;
}
.card {
    border-color: #D2D7E1 !important;
    border-width: 1px !important;
    background-color: #FFFFFF;
    height: 379px;
    width: 479px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}
footer {
    margin-left: 2%;
    height: 50px;
    width: 96%;
    background-color: #FFFFFF;
    font-size:12px;
}
.login-button {
    width: 100%;
    background-color: #0073E6 !important;
}
.signup-button {
    width: 100%;
    color: #0073E6;
    border: 2px solid #0073E6;
}
.vl {
    border-left: 1.5px solid #E2F1FF;
    height: 380px;
}
.signup-box {
    flex-basis: 50%;
    flex-basis: 118%;
    align-self: center;
}
.login-box {
 
    flex-basis: 50%;
    text-align: left;
}
.lead
{
    padding-bottom:2rem;
    padding-top:3rem;
}
.card-body {
    padding: 2.2rem !important;
}

@media screen and (min-width: 1400px) {
    .container {
        height: 765px;

    }
}


@media screen and (min-width: 2000px) {
    .container {
        height:965px;
    }
}

@media only screen and (max-width: 600px) {

    .card {
        width: 430px;
        margin-bottom: 1rem;
        background-color: lightblue;
    }
}