.login-pf body {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0b0c0c;
  background-image: url(https://cdn.prod.website-files.com/67a408750bb5be03c7c444bd/67af6c66c99c7ac402362c53_implicit-white-faded.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px #000;
  position: fixed;
  inset: 0%;
}

.pf-c-button.pf-m-primary {
  background-color: #2c7731;
  border-radius: 5px;
  padding: 10px 20px;
  background-image: none;
  transition: background-color 0.2s ease;
}

.pf-c-button.pf-m-primary:hover {
  background-color: #245a28;
}

span a {
  color: #2c7731;
}

.card-pf {
  border-color: #2c7731;
}

.custom-google-logo {
  background: conic-gradient(
    from -45deg,
    #ea4335 110deg,
    #4285f4 90deg 180deg,
    #34a853 180deg 270deg,
    #fbbc05 270deg
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

div.kc-logo-text {
  width: 222px;
}

.pf-c-form-control:not(textarea) {
  border: 1px solid #bbc9bc;
  border-radius: 5px;
  font-size: 12px;
}

.pf-c-form-control:focus {
  outline: none;
}

.pf-c-form__label {
  font-weight: 500;
  padding-bottom: 8px;
  font-size: 14px;
}

h1#kc-page-title {
  font-weight: 500;
}

.kc-social-item::after {
  border: none;
}

.kc-social-item,
.pf-c-button.pf-m-control.kc-social-item {
  border: 1px solid #bbc9bc !important;
  border-radius: 5px !important;
  padding: 10px 20px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
  text-align: center !important;
}

/* Fix width for social providers in registration page */
.form-group #kc-social-providers {
  width: 100% !important;
  margin: 0 !important;
}

.form-group #kc-social-providers .kc-social-links,
.form-group #kc-social-providers ul {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.form-group #kc-social-providers .kc-social-links li,
.form-group #kc-social-providers ul li {
  width: 100% !important;
  display: block !important;
  margin-bottom: var(--pf-global--spacer--sm) !important;
}

.form-group #kc-social-providers .kc-social-links li a,
.form-group #kc-social-providers ul li a {
  width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
}

/* Fix margins for first/last name columns to match other form fields */
.form-group.row [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.form-group.row [class*="col-"]:first-child {
  padding-right: 8px !important;
}

.form-group.row [class*="col-"]:last-child {
  padding-left: 8px !important;
}

/* Ensure social provider list items take full width */
.kc-social-links li,
#kc-social-providers ul li {
  width: 100% !important;
  display: block !important;
  margin-bottom: var(--pf-global--spacer--sm) !important;
}

/* Make sure the social provider list itself is full width */
.kc-social-links,
#kc-social-providers ul {
  width: 100% !important;
  margin-top: 20px;
  list-style: none !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.login-pf a:hover {
  color: #2c7731;
}
.login-pf-page .login-pf-brand {
  max-width: 222px;
  display: block;
  margin: 0 auto;
}

.fa.fa-caret-left {
  margin-right: 8px;
}

.reset-password-lower-section #kc-form-options {
  padding: 0px;
}

.reset-password-lower-section #kc-form-buttons {
  padding: 0px;
}

.password-requirements {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 8px 0;
  font-size: 14px;
  transition: all 0.2s ease;
  margin-top: 8px;
}

.password-requirements-text {
  font-size: 14px;
  font-weight: 600;
}

.password-requirement-item {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  padding: 1px 0;
  transition: all 0.2s ease;
}

.password-requirement-item:last-child {
  margin-bottom: 0;
}

.requirement-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 2px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 10px;
  font-weight: bold;
  transition: all 0.2s ease;
  background-color: white;
}

.requirement-text {
  font-size: 13px;
  color: #666;
  transition: color 0.2s ease;
  line-height: 1.3;
}

.requirement-not-met .requirement-icon {
  border-color: #dc3545;
  background-color: #dc3545;
  color: white;
}

.requirement-not-met .requirement-text {
  color: #dc3545;
  font-weight: 500;
}

.requirement-met .requirement-icon {
  border-color: #28a745;
  background-color: #28a745;
  color: white;
}

.requirement-met .requirement-text {
  color: #28a745;
  font-weight: 500;
}

.password-match-indicator {
  margin-top: 8px;
  padding: 1px 0;
  display: none;
  margin-bottom: 4px;
}

.password-match-indicator.show {
  display: flex;
  align-items: center;
}

.match-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 2px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 10px;
  font-weight: bold;
  transition: all 0.2s ease;
  background-color: white;
}

.match-text {
  font-size: 13px;
  color: #666;
  transition: color 0.2s ease;
  line-height: 1.3;
}

.passwords-match .match-icon {
  border-color: #28a745;
  background-color: #28a745;
  color: white;
}

.passwords-match .match-text {
  color: #28a745;
  font-weight: 500;
}

.passwords-no-match .match-icon {
  border-color: #dc3545;
  background-color: #dc3545;
  color: white;
}

.passwords-no-match .match-text {
  color: #dc3545;
  font-weight: 500;
}

/* Dynamic form height adjustments */
.card-pf {
  min-height: auto;
  height: auto;
}

#kc-form {
  min-height: auto;
  height: auto;
}

#kc-form-wrapper {
  min-height: auto;
  height: auto;
}

/* Ensure smooth transitions for dynamic content */
.password-requirements,
.password-match-indicator {
  overflow: hidden;
  transition: max-height 0.2s ease-out, opacity 0.2s ease-out;
}

.password-requirements[style*="display: none"],
.password-match-indicator:not(.show) {
  max-height: 0;
  opacity: 0;
}

.password-requirements[style*="display: block"],
.password-match-indicator.show {
  max-height: 200px;
  opacity: 1;
}

#kc-form-buttons {
  padding: 0px;
}
