.alert-warning {
    background-color: #323649;
    border: 1px solid #3c4050;
    color: #f1f1f1;
    outline: none;
    border-radius: 4px;
    box-shadow: none;
}

.alert-success {
    background-color: #155724;
    color: #d4edda;
    border-color: #155724;
}

#order-standard_cart .apply-credit-container {
    background-color: #323649;
    border: 1px solid #3c4050;
    color: #f1f1f1;
    outline: none;
    border-radius: 4px;
    box-shadow: none;

}
