.alert {
    border-radius: 10px;
}

.alert-danger {
    background-color: #fff5f5;
    color: #a80000;
}

.alert-success {
    background-color: #f0fff4;
    color: #1a5e25;
}
