label.error {
    display: inline-block;
    max-width: 100% !IMPORTANT;
    margin-bottom: 5px !IMPORTANT;
    font-weight: bold !IMPORTANT;
    font-family: 'FrutigerLTPro-Light',Verdana,Geneva,sans-serif !IMPORTANT;
    font-size: 16px !IMPORTANT;
    color: red !IMPORTANT;
}

.form-control.error {
    border-color: red!IMPORTANT;
}

.container.bmi-calculator {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}