.toast-error {
    background-color: #5d0c24 !important;
}

.toast-success {
    background-color: #145d0c !important;
}

.toast-info {
    background-color: #0c235d !important;
}

.sem_registro {
    padding: 3px 15px;
    background-color: grey;
    color: white;
    border-radius: 8px;
    border-style: outset;

}

.btn-success {
    color: white !important;
}

#app{
    /*background-image: url(/img/fundo.jpeg);*/
    background-color: rgb(0, 79, 159);
    background-repeat: no-repeat;
    background-size: cover;
}
