.display-block {
    position: absolute !important;
    display: block !important;
}

.error{
    background: url('img/error.png') 98% bottom no-repeat !important;
}

.success{
    background: url('img/success.png') 98% bottom no-repeat !important;
}

.info{
    background: url('img/info.png') 98% bottom no-repeat !important;
}

.warning{
    background: url('img/warning.png') 98% bottom no-repeat !important;
}

.help{
    background: url('img/help.png') 98% bottom no-repeat !important;
}