body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
#footer{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}

.centered{
    margin :0 auto;
    float: none;
}

.form-label{
    font-weight:bold;
}
#density, #difca_conv, #difca_cond, #difca_calo_pata, #difca_mortality, #calculate_slaughter_weights, #viability,
#total_debit, #total_credit, #vlr_nf, #vlr_renda_bruta, #vlr_deposit {
    pointer-events: none;
    background-color: #e9ecef;
}


