.alert{
    font-weight: bold;
}

.alert-error {
    color: red;
}

.alert-info {
    color: darkblue;
}

.alert-warning {
    color: yellow;
}

.alert-success {
    color: green;
}
