.submitBtn:disabled {
  cursor: not-allowed;
  background-color: #ccc;
  color: #666 !important;
}

.submitBtn {
  cursor: pointer;
}
