.validation-error
{
    background: linear-gradient(#f5a285, #f25d44) repeat scroll 0 0 rgba(0, 0, 0, 0);
}



label.error {
    display: inline-block !important;
    float: right !important;
    box-shadow: none !important;
    background: transparent !important;
    padding-top: 0px !important;
    color: #f25d44;
    width: 95% !important;
    background: none;
}

input.error {
    background: none;
    border: solid 3px #f25d44;
}

input.error[type="checkbox"] {
    outline: 2px solid #f25d44;
}