﻿.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; }


.bg_info {
    /*font-family: 'Roboto', sans-serif !important;*/
    background: linear-gradient(180deg, #8AB8D4 -45%, #4D1E43 100%);
    height: 100vh;
    padding: 70px 0 0;
}

.login-form {
    background: #fff;
    width: 450px;
    border-radius: 6px;
    margin: 0 auto;
    padding: 30px 30px;
}

    .login-form .form-control {
        height: 38px;
        font-size: 15px;
        padding-left: 40px;
    }

    .login-form .form-group .input-icon {
        font-size: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 0;
        height: 100%;
        padding-left: 15px;
        color: #666;
    }

    .login-form .login-btn {
        background: #702c62;
        padding: 7px 20px;
        border-color: #702c62;
        color: #fff;
        text-align: center;
        margin: 0 auto;
        font-size: 15px;
        border: 1px solid #702c62;
        border-radius: 5px;
        display: block;
    }

    .login-form .reset-psw {
        display: block;
        color: #702c62;
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
    }