.toast-success{
    background-color: #5CB8B2 !important;
}

.toast-info{
    background-color: #5CB8B2 !important;
}

#toast-container > .toast-success {
    box-shadow: none !important;
}

#toast-container > .toast-info {
    background-image: none !important;
    box-shadow: none !important;
    padding: 10px !important;
}