.subtitle {
  word-break: break-word;
}
.subtitle:empty {
  display: none;
}
.dline {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: inherit;

  width: 100%;
}
.dtext {
  line-height: 0.1em;
}

.errorIcon {
  flex-shrink: 0;
  padding-right: 5px;
  fill: currentColor;
}

.footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.link {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  &:hover {
    text-decoration: underline;
  }
  &:visited {
    color: inherit;
  }
}
.passkeyLogo {
  color: currentColor;
  vertical-align: middle;
  flex-shrink: 0;
  line-height: 1em;
  display: inline-block;
  width: 1em;
  height: 1em;
}
.input {
  appearance: none;
  &::-webkit-outer-spin-button,
  &::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
}
