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

.be_error {
    border: 1px solid red;
    background-color: #ffffff;
    padding: 10px 20px;
    color: red;
    margin: 14px 0;
}

.error.hide.be_error {
    display: none;
}
