.alert-container
{
    max-width: 300px;
    position: fixed; 
    top:10px; 
    right:20px;
    z-index: 9000; 
    text-align: center;
    padding: 5px 20px;
}
