:root {
    --ge-blue: rgb(69, 69, 159);
    --ge-blue-night: #383879;
    --ge-white: #fff;
}

#app-counter button i {
    font-size: 3rem!important;
}

h1 {
    font-size: 4rem;
}

.full-height {
    position: relative; 
    min-height: calc(100vh - 70px); 
    top: 70px
}

.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    opacity: .6!important;
    z-index: 9999;
}

.btn-accedi {
    color: #ffffff;
    background-color: #ba9e4b;
    border-color: #ba9e4b;
}