/* Minimal helper text; does not restyle Keycloak’s form */
.trusty-pw-runtime-hint {
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0.25rem 0 0.75rem;
  color: #6a6e73;
}

.trusty-pw-runtime-hint.has-errors {
  color: #c9190b;
}

.trusty-pw-runtime-list {
  margin: 0.25rem 0 0;
  padding-left: 1.25rem;
}

.trusty-pw-runtime-ok {
  color: #3e8635;
}

/* Bootstrap-style CTAs (parent Keycloak theme is PatternFly — these make btn / spacing work) */
.text-center {
  text-align: center;
}

.mt-3 {
  margin-top: 1rem;
}

a.btn {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
}

a.btn.btn-primary {
  color: #fff;
  background-color: #06c;
  border: 1px solid #06c;
}

a.btn.btn-primary:hover {
  background-color: #004080;
  border-color: #004080;
  color: #fff;
}

a.btn.btn-success {
  color: #fff;
  background-color: #3e8635;
  border: 1px solid #3e8635;
}

a.btn.btn-success:hover {
  background-color: #1e4f18;
  border-color: #1e4f18;
  color: #fff;
}
