﻿html,
body {
    height: 100%
}

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

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

.thin-blue-line {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 2px;
    border: none;
    background-color: rgb(48, 176, 240)
}

.welcome-page .card {
    margin-bottom: 20px;
}

.eula-container {
    height: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.eula {
    width: 100%;
    height: 100%;
    flex: 1;
    margin-bottom: 20px;
    
}

.login-button{
    width: 100%;
}