.elementor-9 .elementor-element.elementor-element-490275e2{--display:flex;}/* Start custom CSS */.show-password-input::before {
    content: "\f06e"; /* Codice Unicode per l'occhio di Font Awesome */
    font-family: "Font Awesome 5 Free"; /* Assicurati che il nome sia corretto */
    font-weight: 900;
    font-size: 18px;
    color: #333;
}

/* Sistema il pulsante per renderlo visibile */
.show-password-input {
    background: none !important;
    border: none !important;
    cursor: pointer;
    width: auto !important;
    height: auto !important;
    padding: 5px;
}/* End custom CSS */