

div#alert_info {

position: absolute;
bottom:  0;
padding: 5px 1%;
width: 100%;
background: red;
color: white;
text-align: center;
font-size: 18px;

}
