

/* Custom CSS */

.alert.alert-info {
    background-color: #FFF;
    color: #000;
    border: 1px solid #ddd;
}


.alert .alert-link {
    text-decoration: none;
    color: #2780e3;
    font-weight: 400;
}