form .text-secondary {
  padding: 8px;
  background: transparent;
  color: var(--muted);
}

form button:disabled {
  opacity: .58;
  cursor: wait;
}
