body.pagina-home.chiaro {
  background-image: none !important;
  background-color:#0077cc !important;
  color: #000 !important;
}

body.pagina-home.scuro {
  background-image: none !important;
  background-color: #000000 !important;
  color: #fff !important;
}

.titolo-login.titolo {
  font-size: 2.5rem;
  font-weight: 700;
  color: colore-bianco;
  margin: 0;
}

.logo-fishpot.logo-home {
  width: 300px;
  max-width: 100%;
  display: block;
  margin: 20px auto;
  position: relative;
  margin-top: 50px; 
}

.logo-fishpot.logo-home img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.logo-fishpot.logo-home::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  width: 60%;
  height: 16px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  filter: blur(4px);
  pointer-events: none;
}

.scheda-fishpot {
  width: 100%;
  max-width: 300px;
  margin: auto;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: var(--sfondo-scheda, #fff);
  border: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.contenitore-home {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
