/*! components.css v1.0 */
/* 
    Created on : August 2020
    Author     : Hassan Safieddine
    Licensed   : Jobs for A Cause
*/

/** Error Validation */

div.error-container label.error,
div.jfc-error-container .jfc-error {
    padding: 5px;
    margin-top: 15px;
    display: block;
    color: #ff0000;
    border-radius: 8px;
    /*text-transform: uppercase;*/
    font-size: 1rem;
    font-weight: normal;
}

.textarea-count-container {
    text-align: right;
    padding: 10px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #555;
}
