.alert{
    margin-top: 20px;
    border:0px solid black; 
    padding: 5px 20px 5px 20px;
    border-radius: 0;
} 
.alert-success {
    background-color: green;
    color:white;
    background: rgba(13, 177, 7, 0.5);
}
.alert-danger {
    background-color: red;
    color:white;
    background: rgba(206, 67, 20, 0.5);
}
