@charset "ISO-8859-1";

label.error { display: none!important; float: none; color: rgba(232, 73, 73, 0.76); padding-left: 11.5em; vertical-align: top; }

input.error,
select.error,
textarea.error {
    border: 2px solid rgba(232, 73, 73, 0.76);
}

input[type="checkbox" i].error {
	outline: 2px solid rgba(232, 73, 73, 0.76) !important; /* #a94442 */
}