.form-control-error {
    border: 1px solid #EE4544 !important;
    border-radius: 2px;
    font-weight: 600;
    font-size: 1rem;
    color: #000000;
}

.form-control-error:focus, .form-control-error:hover {
    background-color: #FFEAEA !important;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #EE4544 !important;
    color: #000000;
}

.label-error {
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    color: #ff0000;
}

.icon-error {   
    color: #CE275E;
    font-size: 16pt;
    margin-right: auto;
    margin-left: 0.5rem;
}

.icon-error::before {
    font-family: 'tredition';
    content: "\68";
    
}

.invisible {
    display: none;
}