html {
    margin: 0;
    padding: 0;
    height: unset;
}

body {
    font-size: var(--fontSiseCustomNormal);
    margin-right: 0;
    overflow: hidden;
}

.btn {
    font-size: var(--fontSiseCustomNormal);
    padding: 3px 6px;
}

#modalepassword .modal-content,
#modaleRichiestaCancellazioneDati .modal-content,
#modaleRichiestaCancellazioneDati .modal-body,
#modaleAjaxResponse .modal-body {
    background-color: white;
}

#modalepassword .modal-body .form-group label {
    font-size: var(--fontSiseCustomNormal);
    color: var(--grigioScuroNL);
    margin-bottom: 1rem;
}

#modalepassword .modal-body {
    background-color: white;
}

#modalepassword .modal-header {
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#errore.messaggio,
#msgErroreRecuperoPassword {
    text-align: center;
}

.inputlogin,
.inputlogin:hover,
.inputlogin:focus {
    width: 100%;
    border: none;
    border-radius: 6px;
    background-color: white;
    box-shadow: inset 0px 0px 4px 0px var(--grigioChiaroNL);
    -webkit-box-shadow: inset 0px 0px 4px 0px var(--grigioChiaroNL);
    line-height: 2.5rem;
    padding-left: 1.5rem;
}

.mx-1rem-custom {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2px;
}

.input-custom {
    border: none;
    border-bottom: solid 1px var(--grigioScuroNL);
    height: 2rem;
    padding-left: 0.5rem;
    font-size: var(--fontSizeCustomSmall);
    text-overflow: ellipsis;
}
