﻿/********************** common **********************/
@font-face {
  font-family: "Satoshi Variable";
  src: url("../fonts/Satoshi-Variable.ttf");
}
body {
  height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: "Satoshi Variable";
  font-style: normal;
}

.left-section {
  min-height: 100vh;
  background: #142E8C;
}

.right-section {
  min-height: 100vh;
  position: relative;
}
.right-section .background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.full-page-background {
  background: #142E8C;
}

.padding-zero {
  padding: 0 !important;
}

.cuc-btn {
  height: 54px !important;
  font-family: Satoshi Variable;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #F4F4F4;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  gap: 8px;
  left: 0%;
  right: 0.06%;
  top: 0%;
  bottom: 0%;
  background: linear-gradient(90deg, #BF29AB -0.36%, #D14382 50.51%, #BF29AB 100.52%) !important;
  border-radius: 4px;
  text-decoration: none !important;
}

.validation-summary-container {
  color: #FF3232;
  border: 1px solid #FF3232;
  background-color: rgba(255, 50, 50, 0.15);
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.validation-summary-container ul {
  padding: 0 !important;
  margin: 0 !important;
}
.validation-summary-container li {
  list-style: none;
}

.input-validation-error {
  border: 1px solid #FF3232 !important;
  background-color: rgba(255, 50, 50, 0.15) !important;
}

.field-validation-error {
  color: #FF3232;
}

.center-vertical-container {
  height: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.secondary-text {
  font-size: 15px;
}

.hidden {
  visibility: hidden;
}

/********************** end common **********************/
/********************** header **********************/
header .cuc-logo {
  padding-top: 1.5em;
  padding-left: 2.5em;
  height: auto;
  width: 30%;
}
@media screen and (max-width: 1000px) {
  header .cuc-logo {
    width: 40%;
  }
}

.full-page-background .cuc-logo {
  width: 15% !important;
}

.autocomplete-container {
  border: 1px solid rgba(244, 244, 244, 0.4);
  border-radius: 4px;
  margin-top: 8px;
  overflow-y: auto;
  padding: 10px 0px;
  background-color: white;
  color: #181616;
  font-weight: 400;
  font-size: 18px;
  position: absolute;
  min-height: 150px;
  z-index: 1000;
}
.autocomplete-container p {
  cursor: pointer;
  margin: 0;
  padding: 5px 10px 5px 10px;
}
.autocomplete-container p:hover {
  text-decoration: underline;
  background-color: #F4F4F4;
}

/********************** end header **********************/
/********************** login/register pages **********************/
.page-container {
  color: #F4F4F4;
  display: initial;
}
.page-container input {
  background: rgba(244, 244, 244, 0.2);
  border: 1px solid rgba(244, 244, 244, 0.4);
  border-radius: 4px;
  height: 48px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  color: #F4F4F4;
}
.page-container input:focus {
  background: rgba(244, 244, 244, 0.2);
  border: 1px solid rgba(244, 244, 244, 0.4);
  color: #F4F4F4;
}
.page-container input:-webkit-autofill {
  background: rgba(244, 244, 244, 0.2);
  border: 1px solid rgba(244, 244, 244, 0.4);
  color: #F4F4F4;
}
.page-container label {
  margin-bottom: 0.2em;
}
.page-container a {
  color: #F4F4F4;
  text-decoration: underline;
}
.page-container .cuc-header {
  font-weight: 700;
  font-size: 48px;
}
@media screen and (max-width: 1000px) {
  .page-container .cuc-header {
    font-size: 2em;
  }
}
.page-container .secondary-header {
  font-size: 32px;
  font-weight: 700;
}
.page-container .bolder-text {
  font-weight: 500 !important;
}
.page-container .input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.page-container .input-wrapper .input-right-element {
  position: absolute;
  top: 1px;
  right: 15px;
  height: 100%;
  text-align: center;
  line-height: 48px;
  font-weight: bold;
}

.login-page {
  margin-top: 10%;
  margin-bottom: 10%;
}
.login-page #cancel-btn:hover {
  background-color: #666568;
}
.login-page .form-check-input {
  position: static;
  margin-left: 0;
}

.register-page .text-muted {
  font-size: 0.9rem;
}

.forgot-pwd-page, .forgot-pwd-email-sent-page, .password-changed-page, .blocked-account-page, .unblock-account-page, .change-pwd-page, .reset-pwd-page, .account-activation-success, .register-success-page, .access-denied-page {
  margin-top: 10%;
  margin-bottom: 10%;
}

.register-page {
  margin-top: 5%;
}

/********************** end login/register pages **********************/
.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;
}
