.nova-authentication-page {
  background-color: var(--pf-t--global--background--color--secondary--default);
}

.nova-authentication {
  min-height: 0;
  flex: 1 1 auto;
}

.nova-authentication__brand {
  --pf-v6-c-brand--Width: 12rem;

  display: block;
}

.nova-passkey-alert {
  margin-block-start: var(--pf-t--global--spacer--md);
}

.nova-passkey-alert:has([data-passkey-error]:empty) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
