/*** General***/
.input-required label:after,
.heading-input-required:after,
.check-required .label:after
{
    content: ' *';
    color: #F44336;
}
.label-required {
    font-weight: bold;
    color: #F44336;
}
.form-info {
    display: block;
    background-color: #fbfbfb;
    padding: 5px;
    margin: 4px auto 8px auto;
}
/*** Font awesome ***/
.fa-6x {
    font-size: 6em;
}
.fa-7x {
    font-size: 7em;
}
.fa-8x {
    font-size: 8em;
}
.fa-9x {
    font-size: 9em;
}
.fa-10x {
    font-size: 10em;
}
