#notifications{
    position: fixed;
    z-index: 1111;
    bottom: 25px;
    left:50%;
    transform: translate(-50%, 0);
    text-align: center;
}

.notification-outer{
    display:none;
}


.notification{
    display: inline-block;
    padding: 10px 20px;
    margin: 5px 0;
    border-radius: 20px;
    color: #efefef;
    background: #5060ba;
}

.notification .ni{
    margin: 0 10px 0 0;
}

.notification.success{
    background: #62a465;
}

.notification.error{
    background: #d92727;
}

.notification.warning{
    background: #fdaf17;
}
