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

.message {
  text-align: center;
}

.invite-message {
  text-align: left;
  padding: 10px;
  margin-top: 15px;
  font-weight: bold;
}

.registration {
  margin-top: 50px;
}

.box {
  border: 1px solid #ddd;
  padding: 0;
  margin: 0px 15px;
  border-radius: 6px;
  box-shadow: 0px 0.12rem 10px -1px #d7d7d7;
}

.col-4 {
  max-width: 30%;
}

.box-header {
  border-bottom: 1px solid #ddd;
  border-radius: 6px 6px 0 0;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

.box-body {
  min-height: 200px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.box-footer {
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  text-align: center;
}

.box-footer > a {
  margin: 10px;
}

.invaitation-header {
  text-align: center;
}

.invaitation-body {
  text-align: center;
  margin-top: 50px;
}

.invaitation-footer {
  margin-top: 30px;
  text-align: center;
}

.login {
  min-height: 290px;
  top: 50%;
  border: 1px solid #eee;
  border-radius: 14px;
  box-shadow: 0px 0.12rem 10px -1px #d7d7d7;
}

.login > .logo {
  font-family: "Josefin Sans", sans-serif;
  font-size: 50px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #e1e1e1;
  max-height: 260px;
  top: 50%;
  margin-top: -130px;
  padding-right: 30px;
}

.login > .logo > div {
  top: 50%;
  position: relative;
  margin-top: -40px;
}

.login > .fields {
  padding-left: 30px;
}

.login > .fields > form {
  margin-top: 30px;
}

.nav-logged-out-hide {
  display: none;
}

.container {
  /*padding-top: 50px;*/
}

.alert {
  text-align: center;
}

.navbar-brand {
  font-family: "Josefin Sans", sans-serif;
}

.border-info {
  border: 0 solid #fff !important;
}

.border-info > ul {
  list-style: none;
  font-weight: 700;
}

body:has(div.error-page) {
  overflow: hidden;
}

.error-page {
  background-image: url("../images/ErrorStatus.png");
  padding: 0;
  margin: 0;
  max-width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.error-message {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 5rem;
  text-align: center;
  color: #53C3BF;
}
.error-message > span.code {
  display: block;
  font-size: 12em;
}
.error-message > span.message {
  display: block;
  font-size: 2.25rem;
}
