#authelia-paste-code {
  display: block;
  width: min(100%, 18rem);
  min-height: 2.75rem;
  margin: 0.75rem auto 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  color: inherit;
  background: rgba(255, 255, 255, 0.08);
  font: 600 0.9rem system-ui, sans-serif;
  cursor: pointer;
}

#authelia-paste-code:focus-visible,
#authelia-paste-code:hover {
  background: rgba(255, 255, 255, 0.14);
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
