
.alert {
    margin: 20px 0 !important;
    border-radius: 5px;
    border: none
}

.alert,.icon {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.alert-success {
    line-height:inherit;
    color: #2a5f2b;
    background-color: #bcdab0;
    width: inherit;
}

.alert-info {
    color: #1a4e68;
    background-color: #c6e8fa;
    width: inherit;
}

.alert-warning {
    color: #72582b;
    background-color: #f7f0ce;
}

.alert-icon {
    padding-left: 70px !important
}

.alert-icon i {
    position: absolute;
    font-size: 28px;
    left: 21px;
    top: 13px;
    width: 30px;
    text-align: center
}
.alert .progress{ display: none;}
.alert .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    font-size: 28px;
    font-weight: 400;
    filter: alpha(opacity=40);
    opacity: .4
}
.alert button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}