#container .codex-contact-submit {
  cursor: pointer;
  transition:
    background-color 180ms ease,
    opacity 180ms ease;
}

#container .codex-contact-submit:hover {
  opacity: 0.88;
}
