#toast-container {
    top: 92px;
}

#toast-container > div {
    opacity: 1;
    box-shadow: 0 0 12px #BBB;
    width: 200px;
}

.toast-success {
    background-color: #223573;
}

.toast-info {
    background-color: #0b50b5;
}

.toast-warning {
    background-color: #fd7e14;
}