﻿html, body {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.bg-container {
  background-image: url("/img/rc.jpg");
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-size: cover;
}

.logo {
  width: 64px;
}

.icon-banner {
  width: 32px;
}

.icon-red {
  color: red !important;
}

.rc-btn-primary {
  background-color: #007DA3;
  border-color: #007DA3;
}

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