html {
    min-height: 100%;
}

input.form-control {
    line-height: 1rem !important;
    height: 2.5rem !important;
    font-size: var(--fontSiseCustomNormal) !important;
}

.needHelpbtn {
    border: none;
    background-color: var(--arancioStudioboost);
    color: white;
    border-radius: 9px;
    padding: 6px 8px;
    font-size: var(--fontSiseCustomNormal);
    font-weight: 600;
    box-shadow: 2px 2px 5px 0px #00000059;
    z-index: 2;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
}

#div-needHelpBtn {
    z-index: 2;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 2;
}

@media(max-width:585px) {
    .needHelpbtn.registrazione {
        font-size: 14px;
        font-weight: 500;
    }
}
