.error {
  color: var(--bad);
  min-height: 1.2em;
  margin-top: 8px;
}

label {
  display: block;
  margin: 10px 0 4px;
  color: var(--text-muted);
  font-size: var(--fs-sm);
}

.shell {
  min-height: 100vh;
}
