.title-backend {
    font-size:1.4em;
    font-weight:400;
}
.title-backend span {
    font-weight:600;
}
h1, h2, h3, h4, h5, h6 {
    font-weight:600;
}
.titolo-sezione-cms {
    font-weight:600;
    font-size:1.2em;
    color: #26c281;
}

.btn-torna {
    background: #003bb3;
    padding: 10px;
    display: block;
    clear:both;
    color:#FFF;
    float:left;
}
.btn-torna:hover {
    color: #26c281;
}