img {
  max-width: 100%;
  height: auto;
}
/* logo in header would be too big */
.header img {
  height: 50px;
  width: auto;
}

.mod-list {
  list-style: none;
}
.plg_system_webauthn_login_button svg {
  width: 30px;
  margin: 4px;
}

.plg_system_webauthn_login_button svg path, .plg_system_webauthn_login_button svg circle {
  fill: var(--black);
}