label.error {
    display: block;
    color: red;
    font-style: italic;
    font-weight: normal;
}

input.error {
    border: 2px solid red;
}