.elementor-33 .elementor-element.elementor-element-7698da0{--display:flex;--min-height:100vh;}.elementor-33 .elementor-element.elementor-element-7698da0:not(.elementor-motion-effects-element-type-background), .elementor-33 .elementor-element.elementor-element-7698da0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://phantomreapers.it/wp-content/uploads/2025/04/WhatsApp-Image-2025-04-01-at-15.01.21_5c063094.jpg");background-size:cover;}.elementor-33 .elementor-element.elementor-element-e50108b{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;border-style:none;--border-style:none;--border-radius:16px 16px 16px 16px;}.elementor-33 .elementor-element.elementor-element-e50108b:not(.elementor-motion-effects-element-type-background), .elementor-33 .elementor-element.elementor-element-e50108b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#131212D6;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-33 .elementor-element.elementor-element-268b8b8b > .elementor-widget-container{margin:17px 0px 0px 0px;border-style:none;border-radius:16px 16px 16px 16px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-33 .elementor-element.elementor-element-268b8b8b{text-align:left;font-family:"Roboto", Sans-serif;font-weight:400;color:#FFFFFF;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-33 .elementor-element.elementor-element-e50108b{--width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-268b8b8b *//* Modifica il colore del testo (label) per il modulo di login/registrazione nella pagina My Account */
#user-registration.user-registration-MyAccount label {
    color: #E27523 !important;  /* Colore arancione per il testo delle etichette (Username, Password, ecc.) */
}
#user-registration.user-registration-MyAccount {
    background-color: #131212;   
    border: none !important;  /* Rimuove eventuali bordi */
}

/* Modifica il colore di sfondo e il colore del testo dei campi di inserimento dati */
#user-registration.user-registration-MyAccount input[type="text"],
#user-registration.user-registration-MyAccount input[type="email"],
#user-registration.user-registration-MyAccount input[type="password"],
#user-registration.user-registration-MyAccount textarea {
    background-color: rgba(255, 255, 255, 0.8) !important;  /* Colore bianco con trasparenza per i campi di inserimento */
    color: #333333 !important;  /* Colore del testo nei campi */
    border: 1px solid #ccc !important;  /* Colore del bordo dei campi */
    padding: 10px !important;
    border-radius: 4px !important;  /* Raggio degli angoli dei campi */
    width: 100% !important;  /* Imposta la larghezza dei campi al 100% */
}

/* Modifica il colore del pulsante di invio */
#user-registration.user-registration-MyAccount input[type="submit"] {
    background-color: #E27523 !important;  /* Colore arancione per il pulsante */
    color: #FFFFFF !important;  /* Colore bianco per il testo del pulsante */
    border: none !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    border-radius: 4px !important;  /* Raggio degli angoli del pulsante */
    transition: background-color 0.3s ease !important;
}

/* Colore del pulsante al passaggio del mouse */
#user-registration.user-registration-MyAccount input[type="submit"]:hover {
    background-color: #b6611f !important;  /* Colore arancione scuro quando si passa sopra con il mouse */
}

/* Modifica il colore dei link (es. "Password smarrita") nella pagina My Account */
#user-registration.user-registration-MyAccount a {
    color: #E27523 !important;  /* Colore arancione per i link */
    text-decoration: none !important;
    font-weight: bold !important;
}

/* Colore del link al passaggio del mouse */
#user-registration.user-registration-MyAccount a:hover {
    color: #b6611f !important;  /* Colore arancione scuro quando si passa sopra con il mouse */
}/* End custom CSS */