﻿/*.alert {
    position:absolute;
    top:5%;
    left:10%;
    width:80%;
    margin-left:auto;
}*/
.alert {
    position: fixed;
    top: 50%;
    left: 10%;
    width: 80%;
    margin-left: auto;
    transition: auto;
    z-index: 9999;
}