#popup-message {
    display: none;
    position: fixed;
    bottom: 20px;
    width: 100%;
}

#popup-message > .alert {
    width: 400px;
    text-align: center;
    margin: auto;
}