﻿.body-container {
  margin-top: 35px;
  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; }

.hidden {
  display: none; 
}

.btn-container{
  display: flex;
}

.btn-ext {
  margin: auto;
  display: inline-block;
  width: 191px;
  height: 46px;
  background-size: cover;
  background-repeat: no-repeat;
}
.btn-google {
  background-image: url("/logo/btn-google.png");
}


.btn-apple {
  background-image: url("/logo/btn-apple.png");
}


