﻿.body-container {
  margin-top: 30px;
  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; 
}

.navbar {
    justify-content: center !important;
}

.icon-banner {
    width: 250px !important;
}

.login-page {
    display: flex;
    justify-content: center;
}

.card {

}

.card-small {
    width: 350px;
}

.card-header {
    background: #418909 !important;
    color: white;
}

body {
    background-image: url("../pattern.png");
}

.form-control {
    box-shadow: 1px 1px #8080807d;
}

.card-header:first-child {
    border-radius: 20px 20px 0 0;
}

.card {
    border-radius: 20px;
    box-shadow: 0px 2px #3c3a3a80
}

.btn-primary {
    background: #519120;
    border: 1px solid #519120;
    box-shadow: 0px 3px #3d681c;
}

.btn-primary:hover, .btn-primary:focus {
    background: #3d681c;
    border: 1px solid #3d681c;
    box-shadow: 0px 3px #3d681c;
}