.error{
    position: fixed;
    bottom: 5px;
    left:2%;
    width: 96%;
}

.success{
    position: fixed;
    bottom: 5px;
    left:2%;
    width: 96%;
}

.alert{
    display: none;
}