#alertSuccess{
    display: none;
    color: #e7501e;
    background-color: #f7c6b5;
    border-color: #e7501e;
}
.has-danger{
    color: #d9534f;
}