.alert {
    border-radius: 0px;
    font-size: 15px;
}
.alert-success-light {
    background-color: #ffffff;
    border-color: #3c9a5f;
    border-bottom-width: 3px;
    color: #000;
}
.alert-danger-light {
    background-color: #ffffff;
    border-color: #ff3333;
    border-bottom-width: 3px;
    color: #000;
}
.alert-info-light {
    background-color: #ffffff;
    border-color: #0066cc;
    border-bottom-width: 3px;
    color: #000;
}
.alert-warning-light {
    background-color: #ffffff;
    border-color: #ffcc00;
    border-bottom-width: 3px;
    color: #000;
}

.row{
   padding:10px;
}