* {
  border-radius: 0px !important; }

html, body {
  height: 100%; }

.login-background {
  background-image: url("/assets/background-login.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

.btn-wrapper {
  display: flex; }

.btn-wrapper-responsive {
  display: none; }

.body-container {
  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; }

.user-menu-icon {
  display: none; }

@media only screen and (max-width: 400px) {
  .btn-wrapper {
    display: none; }
  .btn-wrapper-responsive {
    display: flex;
    flex-direction: column; } }

@media only screen and (max-width: 900px) {
  .user-menu-name {
    display: none; }
  .user-menu-icon {
    display: block; }
  .dropdown-toggle::after {
    display: none; } }

/*# sourceMappingURL=site.css.map */