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

.login-page,
.logged-out-page,
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.logo {
  width: 179px;
  height: 100%;
}

.va-button,
.form-control {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

.va-button {
  color: #232323;
  background-color: #5edc88;
  border: none;
  font-weight: 500;
  transition: background-color 0.2s ease-out;
}

.va-button:hover,
.va-button:focus,
.va-button.focus {
  background-color: #43f980;
}

.login-container {
  width: 350px;
}

.va-link {
  color: #fafafa;
  transition: color 0.2s ease-out;
  text-decoration: none !important;
}

.va-link:hover {
  color: #bababa;
}

.logged-out-page {
  background-color: #1d252c;
  color: #fafafa;
}
