.myFormVerticalBooking .error {
    clear      : both;
    color      : red;
    height     : 0;
    transition : all .7s ease-in-out 0s;
    overflow   : hidden;
}