﻿.body-container {
  margin-top: 60px;
  padding-bottom: 40px; }

.welcome-page ul {
    list-style-image: url('/img/icons/ece-bullet.ico');
    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-login-dms {
    background: -webkit-linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%) !important;
    background: -o-linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%) !important;
    background: -moz-linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%) !important;
    background: linear-gradient(90deg, #2670FB 50%, #fafafa 50%) !important;
}

.dms-login-content {
    max-width: 40rem;
    margin: 0 auto;
    position: relative;
    flex: 1;
}

.dms-account-confirmed {
    max-width: 45rem;
}

.login-shadow {
    box-shadow: 0.5rem 0 2.5rem 0.5rem rgb(0 0 0 / 15%) !important;
}

.btn {
    border-width: 2px;
}

.pwd-icon {
    z-index: 1020;
    right: 0;
    height: 37px;
}

.pointer {
    cursor: pointer !important;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.box-shadow-dark {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .10);
}

.btn-logout {
    width: 6rem !important;
}

.brand {
    column-gap: 10px;
}

.brand .brand-logo {
    min-width: max-content;
}

    @media screen and (max-width: 768px) {
        html {
        font-size: 12px;
    }

    .welcome-page > div > img {
        width: 380px;
    }
}
