/************************************
 To overwrite css properties, uncomment/edit them.
 If you decide to change the size of elements,
 please keep in mind both mobile and desktop layouts (media queries)
************************************/

label.error {
    /*color: #FF0000;*/
    /*font-weight: 600;*/
}

/************************************
        Custom question CSS rules

It is not recommended to edit this part.
*************************************/
label.error {
    font-size: 1.2em;
    padding: 5px 10px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

label.error i {
    margin-right: 5px;
}

@media (min-width: 1200px) {
    label.error {
        font-size: 16px;
    }
}
