input[type="submit"]:disabled, button[type="submit"]:disabled, .button:disabled {
    background: #8e181c;
    color: #ffffff;
    cursor: no-drop;
    opacity: .7;
}


.button, input[type="button"], input[type="submit"], button {
    background: #8e181c !important;
    color: #ffffff !important;
}