.btn-submit:hover:not(:disabled) {
  background: var(--primary-light);
}
.btn-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
