html {
    background: #000 url("../img/backgrounds/featured.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    background-color: transparent;
    margin-top: 5rem
}

.table, .table-sm {
    background-color: #222;
}


main {
    margin-bottom: 5rem;
}

.caratteri-sm {
    font-size: 82%
}

.help-block {
    font-size: 64%;
}

h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
}

.resetPassword {
    display: block;
    padding-top: 0.6rem;
    font-size: 80%
}

.campoRicerca {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.bottoneRicerca {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


*:required {
    background-color: gold;
}

.descrizioneAttivitaManutenzione {
    font-family: 'Courier New';
}