.custom-alert-sucess{
    width: 100%;
    height: auto;
    background-color: #011659;
    color: #fff;
}

.custom-alert-danger{
    width: 100%;
    height: auto;
    background-color: #B00020;
    color: #fff;
}