.eg-block.block_background-1{
    background: #f2f2f2;
}

.body_left img, .body_left p img,
.body_right img, .body_right p img{
    max-width: 100% !important;
}

.bg-image{
    min-height: 10em;
}

.form-group label, #label_fee_bills{
    font-size:1em;
    margin-bottom: 0.1rem;
}

div.hint{
    color: #505050;
    font-style: italic;
}

div.error{
    color:#cf0d0d;
}
div.error ul{
    padding: 1em 3em 2em;
}
div.error ul li{
    color:#cf0d0d;
    list-style: square;
}