﻿body {
  font-family: Roboto, sans-serif, Arial, Helvetica;
}


.welcome-page .logo {
  width: 64px;
}

.icon-banner {
  width: 32px;
}

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

body {
  padding-top: 50px;
  padding-bottom: 20px;
}

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

body.page-landing h4 {
  color: #5a9cd6;
  font-size: 28px;
  font-weight: 100;
  line-height: 26px;
}

.NoPaddingLeft{
  padding-left: 0;
}

.NoPaddingRight {
  padding-right: 0;
}

.NoPadding{
  padding: 0;
}
.login-style1{
  box-shadow:-10px 1px 10px 1px rgba(0, 0, 0, 0.3);flex: 1 1 auto;min-height:80vh;
}

.login-logo-dz{
  padding:0;max-width:100%;height:auto;
}

.login-username{
  font-size:20px;color:black;font-weight:500;padding-top:10%;
}

.login-password{
  font-size:20px;color:black;font-weight:500;padding-top:5%;
}

.login-forgot-password{
  font-size:16px;padding-top:5%;color:#3680bf;
}

.underline-decoration{
  text-decoration:underline;
}

.no-underline {
  text-decoration: none; /* Remove underline for the anchor tag */
}

.no-underline:hover {
  text-decoration: none; /* Ensure underline doesn't appear on hover */
}

.TopPadding5Percent{
  padding-top:5%;
}

.TopPadding10Percent{
  padding-top:10%;
}

.BottomPadding10Percent{
  padding-bottom:10%;
}

.top-page-btn {
  width: 100%;
  height: 10%;
  font-size: 18px;
  border-radius: 2vw;
  padding: 5px 20px 5px 20px;
  border: none;
  background-color: #337ab7 !important;
}

.idsv-default-btn-color{
    background-color: #337ab7 !important;
}

.login-right-area{
  display:flex;justify-content:center;height:70vh;
}

.login-right-img{
  box-shadow:10px 1px 10px 1px rgba(0, 0, 0, 0.3);width: 100%;
}

.NoMarginLeft{
  margin-left:0 !important;
}

.dz-href-color{
    color:#337ab7 !important;
}

.padding-left-1rem{
  padding-left:1rem !important;
}

.standard-button-color{
  background-color: #337ab7 !important;
}

.standard-button-width{
    width: 7vw;
    display: inline-block; /* to keep buttons side by side */
    margin-right: 5px; /* optional, for spacing between buttons */
}

.btn-light-override{
  color: #212529;
  background-color: #cdcfd9;
  border-color: #cdcfd9;
}

.paddingTop20{
    padding-top:20px;
}

.navbar-brand-img{
  padding:0;
  max-width:100%;  
  height: 50px;
  line-height: 20px;
}

.navbar-brand-link {
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  color:#337ab7;
}


.custom-button-color{
  background-color: #337ab7 !important;
  font-size: 1rem !important;
}

