﻿.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;
}

html {
  background-color: darkblue;
  background: url("/images/login-background.jpg") no-repeat center center fixed !important;
  background-size: 100% 100% !important;
  height: 100%;
  font-size: 100%;
}

body {
  background-color: transparent;
}

.btn-right {
  position: absolute;
  right: 20px;
}

.bright {
  color: white;
}

.forgot-password {
  margin-top: 60px;
  font-size: 14px;
  text-decoration: underline;
  text-align: center;
  color: blue;
}

.footer {
  position: fixed;
  width: 1000px;
  bottom: 40px;
  min-height: 140px;
  left: 50%;
  margin-left: -500px;
  text-align: center;
  color: white;
  font-family: Arial;
  font-size: 20px;
}
.footer .APX10-logo {
  display: block;
  width: 250px;
  margin: 0 375px;
  height: 63px;
  background: url("/images/apx10-logo.png") no-repeat center center;
  background-size: 240px;
  margin-left: 365px;
}
.footer .cookie-notification {
  margin-top: 30px;
  display: block;
  font-size: 14px;
}
.footer .cookie-notification a {
  font-size: 16px;
  color: white;
  text-decoration: underline;
}

.card {
  z-index: 100;
}

.backBottom {
  height: 20px;
}
