html, body {
    height: 100%;
    width: 100%;
    /* background-color: #004990; */
}

.login-page {
  background-color: #071689;
}

.logged-out-page {
    height: inherit;
    background-color: #eee;
}

.logged-out-page > .row {
    height: inherit;
}

.layout-page {
    height: 100%;
}

.logo-label {
  color: #071689;
}

@media (min-width: 768px) {
  .gradient-form {
    height: 100vh !important;
  }
}
@media (min-width: 769px) {
  .gradient-custom-2 {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
  }
}

/* .welcome-page {
  .logo {
    width: 64px;
  }
}

.icon-banner {
  width: 32px;
}

.new-class {
    display: block;
}

.welcome-page {
  li {
    list-style: none;
    padding: 4px;
  }
}

.logged-out-page {
  iframe {
    display: none;
  }
}

.grants-page {
  .card {
    margin-top: 20px;
    border-bottom: 1px solid lightgray;

    .card-title {
      img {
        width: 100px;
        height: 100px;
      }

      font-size: 120%;
      font-weight: bold;
    }

    label {
      font-weight: bold;
    }
  }
}

.login-page {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

 .login-page > .row {
        height: 100%;
    } */


.logo-image {
    width: 350px;
    margin-bottom: 50px;
}

