.alert {
    border-radius: 0;
    margin-bottom: 0;
}
.alert.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
}
.alert.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
}
.alert.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
}
.alert.alert-danger {
    color: #842029;
    background-color: #f8d7da;
}
.alert.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
}
.alert.alert-info {
    color: #055160;
    background-color: #cff4fc;
}
.alert.alert-light {
    color: #636464;
    background-color: #fefefe;
}
.alert.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
}
