.alert,
.allocation-message,
.mua-login-alert {
    background-image: none !important;
    box-shadow: none;
    text-shadow: none;
    border-left-width: 1px !important;
}

.alert-success {
    background: #eef9f1 !important;
    border-color: #98d7a4 !important;
    color: #1f6f37 !important;
}

.alert-info {
    background: #f2f8fc !important;
    border-color: #b8d8ef !important;
    color: #244b66 !important;
}

.alert-warning {
    background: #fff8e8 !important;
    border-color: #f0c36a !important;
    color: #7a5300 !important;
}

.alert-danger,
.alert-error {
    background: #fff1f1 !important;
    border-color: #e6a1a1 !important;
    color: #8d1f1f !important;
}

.alert .close {
    color: inherit;
    opacity: 0.55;
    text-shadow: none;
}
