.alert {
    margin-bottom: 20px;
}
.alert.alert-danger {
    color: #d14d44;
}
.alert.alert-success {
    color: green;
}