/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.lc-error {
    border: 1px solid red;
    color: red;
    font-weight: bold;
    margin: 10px 0;
    padding: 10px;
}