.menu-logo {
    margin-left: 10px;
    margin-right: 25px;
}
.alert-info {
    background-image: linear-gradient(to bottom,#314d7c 0,#405c8a 100%);
    color: white;
    border-color: #405c8a;
}
.alert-success{
    background-image: linear-gradient(to bottom,#108fd1 0,#388ebb 100%);
    color: white;
    border-color: #108fd1;
}
.alert-warning{
    background-image: linear-gradient(to bottom,#eee 0,#eee 100%);
    color: #314d7c;
    border-color: #eee;
}
