#alerts-container {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5000;
    margin: 20px;
}

#alerts-container .alert {
    margin-bottom: 0;
    margin-top: 1rem;
    min-width: 300px;
}