.system-alert-js {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 99999;
}

.system-alert-js .alert {
    border: 2px solid rgba(255,255,255,0.2);
}
