@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v13-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Poppins Regular"), local("Poppins-Regular"), url("../fonts/poppins-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v13-latin-regular.woff2") format("woff2"), url("../fonts/poppins-v13-latin-regular.woff") format("woff"), url("../fonts/poppins-v13-latin-regular.ttf") format("truetype"), url("../fonts/poppins-v13-latin-regular.svg#Poppins") format("svg");
  /* Legacy iOS */
}
html {
  background-color: #0A3362;
}

body {
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #ffffff;
  background: url(../images/background.png);
  background-size: cover;
  /*background-attachment: fixed;*/
  background-position: center;
  /* Internet Explorer 7/8 */
  float: left;
}

/* MAIN GRID LAYOUT */
#app {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "header" "main" "footer";
}

#app > header {
  grid-area: header;
  height: 154px;
}

#app > main {
  grid-area: main;
  padding: 0;
}

#app > footer {
  grid-area: footer;
  height: 64px;
}

h1, h2, h3, h4, h5 {
  font-family: "Poppins";
}

a {
  color: #139AD6;
}

a:hover, a:active, a:visited {
  color: #139AD6;
}

nav {
  display: none !important;
  height: 40px;
  font-size: 14px;
}

footer a:hover, footer a:active, footer a:visited {
  color: #ffffff;
}

.feature-image {
  margin: 25px 0;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}

.card {
  background-color: transparent;
  border: none;
}

/* BUTTONS */
.btn-fixed-width {
  height: 50px;
  width: 220px;
  border-radius: 6px;
}

.btn {
  font-size: 1.5rem;
}

a.btn {
  color: #ffffff;
}

.btn-primary {
  background-color: #669900;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #669900 !important;
}

.btn-primary:hover, .btn-primary:active {
  background-color: #669900 !important;
}

.button-stack {
  padding-top: 15px;
}
.button-stack .btn {
  margin: 10px 0;
}

.logo {
  padding-bottom: 30px;
}

.logo-small {
  width: 450px;
  height: 98px;
  /* ie fix - explicit height req */
}

.logo-header {
  margin-top: 55px;
}

.footer {
  font-size: 1.1rem;
}
.footer .link {
  color: #ffffff;
  padding: 0 5px;
}

.alert {
  background: #FFFFFF;
  border: solid 3px #CC3333;
  border-radius: 6px;
  padding: 0 10px 0 0;
  margin-left: 0;
  margin-right: 0;
}

.validation-summary-errors ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style: none;
}

.alert-danger {
  color: #3C3C3C;
}

.alert-tab {
  background: #CC3333;
  padding: 5px;
  padding-top: 12px;
}

#page-background {
  background-position: left center;
  width: 100%;
  height: 100%;
  float: left;
}

.content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

.login-page {
  display: block;
  width: 100%;
}
.login-page .lead {
  padding: 1.25rem;
}
.login-page .login-background {
  margin: 0 100px;
  padding-top: 30px;
}
.login-page .logo {
  width: 380px;
}
.login-page .card {
  background-color: transparent;
  border: none;
}
.login-page label {
  font-size: 1.15rem;
  font-weight: 400;
}
.login-page .forgotten-password {
  margin-top: 60px;
}
.login-page input[type=text], .login-page input[type=password] {
  height: 50px;
  border-radius: 6px;
}
.login-page button {
  border-radius: 6px;
  height: 50px;
  font-size: 1.5rem;
  padding: 0;
}
.login-page .small-login-image {
  background-repeat: no-repeat;
  background-position: top;
  margin: 0 100px;
}
.login-page .small-login-image img {
  width: 80%;
}
@media only screen and (min-width: 991px) {
  .login-page .login-background {
    background: url(../images/alien.png);
    background-repeat: no-repeat;
    background-position: 100% 60%;
    min-width: 450px;
    min-height: 550px;
  }
  .login-page .small-login-image {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .login-page .login-background {
    background: none;
    min-height: unset;
  }
  .login-page .small-login-image {
    display: block;
  }
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}
.logged-out-page .row {
  font-size: 1.5rem;
  padding: 5px;
}

.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;
}

.large-spinner {
  width: 10rem;
  height: 10rem;
  margin-top: 5rem;
}

@media only screen and (max-width: 500px) {
  body {
    background-image: none;
  }

  .login-page .login-background {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .logo-small, footer {
    padding: 20px;
    width: 100%;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  h1 {
    font-size: 1rem;
  }

  .small-login-image {
    display: block;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}

/*# sourceMappingURL=site.css.map */
