/*
 * Validatr
 * https://github.com/morrowj/validatr
 *
 * Copyright (c) 2013 Jay Morrow
 * Licensed under the MIT license.
 */

.validatr-error {
    color: #f0444d;
    background-color: #ffcbcb;
    border: 1px solid #e4a6af;
    padding: 2px 6px;
    border-radius: 2px;
}
