.alert {
    margin-bottom: 20px;
    text-align: center;
}

.alert.success {
    color: #05729b;
}

.alert.error {
    color: #ffc219;
}