.web3forms-status {
  min-height: 24px;
  margin-top: 18px;
  text-align: center;
}

.web3forms-status:empty {
  display: none;
}

.web3forms-status.is-sending {
  color: #c8bea6;
}

.web3forms-status.is-success {
  color: #9ed3a3;
}

.web3forms-status.is-error {
  color: #f0a89d;
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.68;
}
