/* Disabled button */
.submit-btn:disabled {
  background: #94a3b8;
  cursor: not-allowed;
  transform: none;
}
