/* Fresh Food — Login override */

/* Título da aba */
/* (definido no index.html) */

/* Botão submit verde no hover */
.min-h-screen button[type="submit"]:hover {
  background: #145523 !important;
  transform: translateY(-1px);
  transition: all .15s ease;
}

/* Input focus com borda verde */
.min-h-screen input:focus {
  border-color: #1a6b2e !important;
  box-shadow: 0 0 0 2px rgba(26,107,46,.2) !important;
  outline: none;
}
