Login


Lost your password?

Register


https://evooexplorer.com/maketplace/

I am a customer

I am a vendor

Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our privacy policy.

.custom-registration-section {
margin-top: 40px;
padding-top: 30px;
border-top: 1px solid #eee;
}
.custom-registration-buttons {
margin: 20px 0;
display: flex;
gap: 15px;
justify-content: center;
}
.custom-registration-button {
padding: 12px 25px;
text-decoration: none;
border-radius: 4px;
font-weight: 500;
transition: all 0.3s ease;
display: inline-block;
text-align: center;
}
.producer-button {
background-color: #2271b1;
color: white !important;
}
.importer-button {
background-color: #555;
color: white !important;
}
.custom-registration-button:hover {
opacity: 0.9;
transform: translateY(-1px);
}
/* Nascondi il form di registrazione originale */
.woocommerce-form-register {
display: none !important;
}
/* Opzionale: se vuoi che il form di login occupi tutta la larghezza */
.col-1 {
width: 100% !important;
}