﻿body {
    height: 100vh;
    display: flex;
    align-items: center;
    background: #f5f5f5;
}

.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-container {
    background: #fff;
    border-radius: 10px;
    padding: 34px 40px;
    min-height: 547px
}
 
.login-header {
    text-align: center;
}

.login-header img {
    width: 150px;
    height: 150px;
}


.login-title {
    text-align: center;
}

.login-subtitle {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

input.form-control:focus {
    box-shadow: none;
}

.email-info {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 14px;
}

.forgot-password {
    color: #009EF7;
    font-size: 14px;
}

.forgot-password:hover {
    color: #009EF7;
    text-decoration: none;
}

.user-image {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    border: 1px solid #000;
    overflow: hidden;
}

.user-image img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.btn-primary {
    background-color: #9e0208;
    border-color: #9e0208;
    min-width: 118px;
    text-align: center;
    font-size: 14px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #9e0208;
    border-color: #9e0208;

}

.btn-primary {
    color: #fff;
    background-color: #9e0208;
    border-color: #9e0208;
  }
  
  .btn-primary:hover {
    color: #fff;
    background-color: #a3252b;
    border-color: #a3252b;
  }
  
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #a3252b;
    border-color: #a3252b;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }
  
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #9e0208;
    border-color: #9e0208;
  }

.fs-14 {
    font-size: 14px !important;
}

.no-min-height {
    min-height: auto !important;
}

.mt-n-10 {
    margin-top: -10px;
}


@media (min-width: 768px) {
    .col-login {
        -ms-flex: 0 0 450px;
        flex: 0 0 450px;
        max-width: 450px;
    }
}

.form-group label {
    font-weight: bold
}

#password-validation ul {
    padding-left: 0;
}

#password-validation li {
    list-style: none;
    padding-left: 0;
}

.initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    font-size: 24px;
    line-height: 59px;
    background-color: #cddaea;
    color: #183350;
    font-weight: 500;
}

.metal-logo {
    width: 140px;
    height: 40px;
}


.validation-summary-errors ul {
    list-style: none;
    padding-left: 0;
}