.elementor-6860 .elementor-element.elementor-element-fb779eb{--spacer-size:50px;}.elementor-6860 .elementor-element.elementor-element-95f817c img{width:45%;}.elementor-6860 .elementor-element.elementor-element-34364b9{text-align:center;color:#FFFFFF;}body.elementor-page-6860:not(.elementor-motion-effects-element-type-background), body.elementor-page-6860 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.tutelaziende.it/wp-content/uploads/2025/10/fondo-login2-scaled.jpg");}:root{--page-title-display:none;}/* Start custom CSS for section, class: .elementor-element-de73a5e *//* CONTENITORE CENTRATO */
.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    min-height: 20vh;
    position: relative;
}

/* FORM */
.login-wrapper form {
    width: 380px;
    text-align: center;
}

/* CAMPI IN COLONNA */
.login-wrapper form p {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 18px;
}

/* LABEL */
.login-wrapper label {
    text-align: left;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 15px;
}

/* INPUT */
.login-wrapper input[type="text"],
.login-wrapper input[type="email"],
.login-wrapper input[type="password"] {
    width: 100%;
    height: 50px;
    padding: 12px;
    border: none;
    border-radius: 6px;
    background: #f1f1f1;
    box-sizing: border-box;
}

/* REMEMBER */
.login-wrapper .login-remember {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.login-wrapper .login-remember label {
    margin-left: 6px;
    color: #fff;
}

/* BOTTONE LOGIN */
.login-wrapper .login-submit {
    margin-top: 10px;
}

.login-wrapper input[type="submit"] {
    width: 100%;
    height: 50px;
    background: #2e2f8f;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
}

/* NASCONDE LINK ORIGINALE PASSWORD */
.login-wrapper a[href*="lostpassword"] {
    display: none !important;
}

/* LINK PERSONALIZZATO RESET */
.login-wrapper .custom-lost {
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #ffffff;
    text-decoration: underline;
    font-size: 14px;
}

/* ===================== */
/* AREA ACCOUNT */
/* ===================== */

/* BOX ACCOUNT */
.account-box {
    width: 380px;
    text-align: center;
}

/* TITOLO */
.account-box h2 {
    color: #ffffff;
    margin-bottom: 10px;
}

/* TESTO */
.account-box p {
    color: #ffffff;
    margin-bottom: 20px;
}

/* BOTTONE LOGOUT */
.account-logout {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #2e2f8f;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
}/* End custom CSS */