.alert-danger{
    color: red;
    font-size: 16px;
    font-weight: 700;
}

.alert-success{
    color: green;
    font-size: 16px;
    font-weight: 700;
}