﻿.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; }

.login-page {
  background-color: rgba(0, 0, 0, 0.1);
}
.banner-login {
  width: 100%;
  height: 100vh;
}    

h1 {
  color: #1400FF;
  font-weight: 900;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

h2 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.title-2 {
  color: #1976D2;
}

.card {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
}

.card-header img {
  width: 132px;
  height: 100px;
}

.card-header {
  border: none;
  background-color: white;
}

.forget a {
  color: #6358DC;
  text-decoration: none;
}

hr {
  border-top: 1px solid #DDDDDD;
  width: 30%;
}

.signin-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  border: 1px solid #C4C4C4;
  background-color: #F4F4F4;
}

.form-control {
  padding: 1.5rem 0.75rem;
}

.pointer {
  cursor: pointer;
}

.hide {
    display: none;
}

.h-screen {
  height: 100vh;
}

.toast-message {
  position: absolute;
  top: 12px;
  right: 12px;
}

.red {
  color: red;
}

.input-group-text {
  background-color: white;
  border-right: 0;
}

.logout-title {
    font-size: 30px;
    font-weight: 600;
}

.border-l-0 {
  border-left: 0;
}

@media only screen and (max-width: 768px) {
  .image.col-12 {
   display: none !important;
  }
  h1{
    text-align: center;
  }
  .p-5.p-mobile{
    padding: 10px !important;
  }

    .login-page .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}