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

.wellbeing-error {
    border: 1px solid #dc3232;
    color: #dc3232;
    background-color: #f8d7da;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
}