#registration .inputError {
    border: 1px solid red !important;
}

#registration .inputError[type='checkbox'] {
    box-shadow: inset 0 0 0 2px red;
}
