@media only screen and (min-resolution: 150dpi) {
  body {
    font-size: 24px;
  }
}
.password_toggle {
  cursor: pointer;
  font-size: 200%;
}
.password_toggle::after {
  content: "🙈";
}
.password_toggle.visible::after {
  content: "🙊";
}
p.motd {
  background: red;
  border: darkred solid 3px;
  padding: 1em;
  margin: 0.5em;
  font-size: 200%;
  text-align: center;
}
p.motd.fini {
  display: none;
}
