.form-handler input.error {
    background-color: #ffced2;
}

.form-handler label.error {
    margin-top: 2px;
    
    font-size: 12px;
    line-height: 1.2;
    color: #ff0000;
}