.container-notification{
    position:fixed;
    width:90%;
    bottom:3rem;
    left:50%;
    transform:translate(-50%);
    background:rgba(0,0,0,0.87);
    /*border:2px solid #28d2c7;*/
    color:#fff;
    border-radius:1rem;
    padding:1rem;
    z-index:1300;
}
.container-notification.top{
    top:1rem;
    bottom:auto;
}

/**/

.modal-msg {
    margin: 0rem 1rem;
}

/*
|--------------------------------------------------------------------------
| Media screen
|--------------------------------------------------------------------------    
*/

@media screen and (min-width:360px){

}
@media screen and (min-width:576px){
    
    .container-notification{
        width:auto;
    }
}
@media screen and (min-width:768px){

}
@media screen and (min-width:992px){

}
@media screen and (min-width:1200px){

}