﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.body-container {
  margin-top: 0px;
  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; }

.padding-left-small {
  padding-left: 20px; }

.padding-bottom-small {
  padding-bottom: 20px; }

.bg-dark {
  background-color: #f7f7f7 !important;
  border-bottom: 1px solid #d6d5d5; }

.navbar-dark .navbar-brand {
  color: #000; }

.navbar {
  height: 56px; }

.centered {
    width: 100%;
    text-align: center;
}

.bold {
    font-weight: 700;
}

.btn-login {
    float: right;
}

.btn-cancel {
    float: right;
    margin-right: 5px;
}

.card-container {
    position: relative;
    display: grid;
    justify-content: center
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 10px;
    width: 400px;
    margin-top: 70px;
    box-shadow: 0 12px 40px rgb(0 0 0 / 12%);
}

.card-header {
    background-color: #fff;
    text-align: center;
    color: black;
    border-bottom: none;
    border-radius: 10px;
}

.card-header:first-child {
    border-radius: 10px;
}

.card-header h2 {
    font-weight: 400;
}

.card-sub-header {
    padding-top: 25px;
}

.card-sub-header1 {
    font-weight: bold;
    font-size: 15px;
    color: #000;
}

.card-sub-header2 {
    color: #000;
    font-size: 12px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: .5rem 2.25rem 2.25rem 2.25rem;
}

.card-2fa {
    padding-top: 20px;
}

.login-footer {
    text-align: center;
    color: #999;
    font-size: 11px;
    padding-bottom: 5px;
}

footer {
    margin-top: auto;
    text-align: center;
}

.footer-inner {
    padding: 0px 0px 15px 0px;
}

.text-muted {
    color: #999;
}

.login-sts {
    max-width: 200px;
    padding-top: 15px;
    padding-bottom: 50px;
}

.login-logo {
    max-width: 200px;
    padding-top: 15px;
}

.login-logo-text {
    padding-top: 20px;
}

.login-logo-email {
    width: 125px;
    padding: 40px 0px 10px 0px;
}

.login-logo-password-reset {
    width: 135px;
    padding: 30px 0px 10px 0px;
}

.login-logo-password-reset-success {
    padding-bottom: 20px;    
}

@media (max-width: 767px) {
    .card {
        box-shadow: none;
        margin-top: 50px;
    }
}