

.ucr-header {
  background-color: #005da4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 8px 0;
  box-shadow: none;
  border: 0;
}

.ucr-footer {
  background-color: #005da4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 8px 0;
  box-shadow: none;
  border: 0;
  color: #ffffff !important;
}

.pb-5 {
  padding-bottom: 3rem;
}

#kc-header-wrapper {
  font-size: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--pf-v5-global--Color--light-100) !important;
  text-align: center;
}

#kc-login-form{
  height: auto !important;
  min-height: 88vh !important;
}

.pf-v5-c-login__main{
  background-color: #ffffff;
  color: black;
}

.forgot-password{
  color: #005da4 !important;
  text-decoration: underline;
  padding: 10px;
  display: block;    
  width: fit-content;   
  margin: 0 auto; 
}

#kc-altcha-container {
    display: flex;
    justify-content: center;
    margin: 16px 0;
}