.cpst-profilo-attiva-carta-wrapper {
    display: none;
}


.cpst-login-gdpr-wrapper.modal .modal-content .consenso .consenso-testo-errore,
.cpst-login-gdpr-wrapper.modal .modal-footer .otp-errore,
.cpst-login-gdpr-wrapper.modal .modal-footer .otp-errore-no-match,
.cpst-login-sms-wrapper.modal .modal-footer .otp-errore-generico,
.cpst-login-sms-wrapper.modal .modal-footer .otp-errore,
.cpst-login-sms-wrapper.modal .modal-footer .otp-errore-no-match {
    display: none;
}

.cpst-login-wrapper {
    padding: 1em;
}


.cpst-login-wrapper form input {
    padding: 10px;
    outline: none;
    margin: 0;
    width: 230px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    box-sizing: border-box;
}

.cpst-login-wrapper form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}

.cpst-logout-wrapper.user {
    display: flex;
}


.cpst-logout-wrapper.user #avatar {
    border-radius: 20px;
    max-height: 120px;
    max-width: 120px;
}


.cpst-logout-wrapper.user .avatar-img {
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.cpst-logout-wrapper.user #display-info {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.cpst-logout-wrapper.user #display-info .email{
    font-style: italic;
}
