
.alert-notification__container {
    display: none;
}

.alert-notification{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1000;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    background: #337ab7;
    border-radius: 0;
}

.alert-notification a {
    color: #fff;
    text-decoration: underline;
}