/* Target the element by its ID and class */
#bfSubmitButton.bfSubmitButton.btn.btn-primary.pull-right.button {
    /* Reset the color and box-shadow for focus and hover states */
    color: unset !important;
    box-shadow: none !important;
}

/* Additional styles for the element */
#bfSubmitButton.bfSubmitButton.btn.btn-primary.pull-right.button:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: skewX(-16deg);
    z-index: -1;
    box-shadow: 3px 3px 9px #00000047 !important;
    transition: 0.5s !important;
}

/* Modify styles on hover for the element */
#bfSubmitButton.bfSubmitButton.btn.btn-primary.pull-right.button:hover:before {
    box-shadow: 3px 3px 9px #00000047 !important;
    background-image: linear-gradient(to bottom left, #0000, #ADD8E6);
    background: #ADD8E6;
    color: #000 !important;
}

/* Modify styles on focus for the element */
#bfSubmitButton.bfSubmitButton.btn.btn-primary.pull-right.button:focus {
    letter-spacing: 0.3px !important;
}

/* Modify styles on :after pseudo-element for the element */
#bfSubmitButton.bfSubmitButton.btn.btn-primary.pull-right.button:hover:after {
    width: 100%;
}

#bfSubmitButton.bfSubmitButton.btn.btn-primary.pull-right.button {
    /* Apply the styles from the provided code */
    background: transparent !important;
    color: #000 !important;
    line-height: 1 !important;
    padding: 15px 30px !important;
    border-radius: 0px !important;
    border: 0 !important;
    position: relative !important;
}

button#bfSubmitButton {
    margin: 0px 15px 0px 0px;
}
