
.alert-bootstrap-notify.alert-success{
    text-align: center;
    background-color: #2b982b !important;
    border: none;
    color: #fff !important;
    border-radius: 0;
    max-width: 320px;
    text-align: center; 
}
.alert-bootstrap-notify.alert-warning{
    text-align: center;
    background-color: #ff9600;
    border: none;
    color: #fff !important;
    border-radius: 0;
    max-width: 320px;
    text-align: center; 
}
.alert-bootstrap-notify.alert-danger{
    text-align: center;
    background-color: #fb483a;
    border: none;
    color: #fff !important;
    border-radius: 0;
    max-width: 320px;
    text-align: center; 
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: none;
    color: #fff;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
}

.close:focus, .close:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

.errorlist{
    color:red;
}