.toast-info {
    background-color: var(--oc-mainnav-bg);
}

.toast-progress {
    background-color: var(--oc-mainnav-color);
}

#toast-container > .toast {
    background-image: none !important;
}

#toast-container > .toast:before {
    position: fixed;
    font-size: 24px;
    line-height: 18px;
    float: left;
    color: #FFF;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em;
}

/* #toast-container > .toast-info:before {
    content: url(login1.png);
} */