﻿body {
  font-family: "Poppins" !important;
  background: #F5F5F5;
}

.welcome-page .logo {
  width: 64px;
}

.icon-banner {
  width: 32px;
}

.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;
}

.btn-accent {
  border-radius: 10px;
  background: #64A30E;
  color: #ffffff;
  font-weight: 500;
}

.btn-accent:hover {
  border-radius: 10px;
  background: #50810b;
  color: #ffffff;
  font-weight: 500;
}

.text-accent {
  color: #64A30E;
}

.form-check-input:checked {
  background-color: #64A30E !important;
  border-color: #64A30E;
}

/* Auth Pages */
.auth-container {
  display: flex;
  padding-left: 60px;
  padding-right: 60px;
}

.auth-container .auth-logo {
  position: absolute;
  left: 4.5%;
  top: 4%;
}

.login-box {
  max-width: 450px;
}

.register-box {
  max-width: 590px;
}

.auth-img {
  width: 100%;
  max-width: 590px;
  padding: 30px;
  background: url('../images/auth-img.png') 0 0/100% 100% no-repeat;
  background-size: cover;
  height: 90vh;
  border-radius: 20px;
}

.auth-img .text-layer {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
}

.form-control-lg,
.form-select-lg {
  font-size: 16px !important;
}

.plrem-2 {
  padding-left: 2rem;
}

/* Form Field Icon */
.input-icon {
  position: absolute !important;
  z-index: 100;
  display: block;
  line-height: 2.375rem;
  text-align: center;
  color: #484848;
}

.icon-end {
  right: 10px;
  top: 12px;
  cursor: pointer;
}

.icon-start {
  pointer-events: none;
  left: 10px;
  top: 45px;
}

.border3-green {
  border: 3px solid rgba(100, 163, 14, 0.80);
}

@media (max-width: 900px) {
  .hide-on-smaller-screen {
    display: none;
  }

  .auth-container {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .auth-container .auth-logo {
    position: relative;
    margin: 20px auto;
  }

  .register-box p,
  .login-box p {
    text-align: center;
    margin-top: 20px;
  }
}