
@media (max-width: 768px) {
	.stats .stats-item span {
	  font-size: 16px !important;
	}
}

#firstname{ text-transform: uppercase; }

#password::placeholder {
  color: #e9e9e9; /* Set your desired color */
  opacity: 1; /* Ensure full opacity, especially for Firefox */
}

.registrarse, .contact .php-email-form button[type="button"] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

form .bi{ margin-left: 2rem !important; }

#area{ max-width: 4rem !important; }