.alert-info { 
    background:#2c3d99  !important;
}
.alert-blue {    
    background:#0d2fd7  !important;
    color:#fff;
    line-height:24px;
    border:#0d2fd7  !important;
    margin:0;
    padding:15px;
    border-radius:0;
    font-family:'Source Sans Pro', sans-serif;
}