.it-brand-wrapper a img{
    padding-right:5px;
    margin-right:20px;
    border-right:1px solid #B2284B;
    width:70px;
}
@media screen and (max-width: 992px) {
    .it-brand-wrapper a img {
        width:50px;
    }
}

.modal-content, .modal-header {
    border-radius: .25rem;
}
.modal .modal-dialog .modal-content .modal-header {
    padding: 24px;
}

#main-wrapper{
    min-height: 30vmax;
}

/* FORM */
.form-group {
    margin-bottom: 4.5rem;
}


.sezioniForm{
    padding: 15px;
    background-color: #CC2F59;
    color: white;
}


.radioButton label{
    padding: 10px;
}

.radioButton label.active {
    transform: none;
    font-size: 1rem;
}

.inputfile-label{
    margin-top:20px;
    margin-bottom: 0px !important;
}


.it-header-slim-wrapper .it-header-slim-wrapper-content a:hover:not(.active){
    background-color: #91213f;
}