.fs-notification {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
}
.fs-noti-success{
    background: #2b982b;
}
.fs-noti-failed{
    background: #dc0000;
}
.fs-noti-warning{
    background: #ff9600;
}