.alert-error {
    width: 100%;
    padding: 20px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
    border-left-color: #A60034;
    background-color: rgba(217, 83, 79, 0.1);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19d9534f,endColorstr=#19d9534f);
    zoom: 1;
}

.alert-error:nth-child(n) {
    filter: none;
}

.alert-success {
    width: 100%;
    padding: 20px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
    border-left-color: #2b542c;
    background-color: rgba(43, 84, 44, 0.1);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#192b542c,endColorstr=#192b542c);
    zoom: 1;
}

.alert-success:nth-child(n) {
    filter: none;
}
