﻿/*
 * GxG styles begins
 */
html, 
body {
  height: 100%;
  background-color: #F5F5F5;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:-webkit-autofill {
  -webkit-text-fill-color: black !important;
}

.bg-white {
  background-color: white;
}
.max-width-400 {
  max-width: 400px;
}
.padding-35 {
  padding: 35px;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.light-border {
  border: 1px solid #DEDEDE;
}

.navbar-header {
  position: relative;
}
.navbar-brand > .icon-banner {
  position: relative;
  display: inline;
  max-height: 32px;
  filter: invert();
}

.form-group {
  margin-bottom: 16px;
}
/*
 * GxG styles ends
 */


.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; }
