.message.error {
    background-color: #f31f00 !important;

    display: inline-block !important;
    padding: .6em 1em .7em !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #fff !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: baseline !important;
    margin: 0 5px 0 0 !important;
}

.message.success {
    background-color: #00a251 !important;
    display: inline-block !important;
    padding: .6em 1em .7em !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #ffffff !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: baseline !important;
    margin: 5px 5px 0 0 !important;
    border-radius: 5px;
}


.image_wrapper{
    margin: 5px;
}
