MOTION THEME - Login - Reset your password - Button has wrong colors

Found this neat design issue on the RESET YOUR PASSWORD page - it seems to be a bug?
I’ve verified all colors in the theme settings, but none of them seems to adjust the Cancel button in this page, any idea why?

Direct link to preview - https://28x38yzbem51frl6-50647859379.shopifypreview.com/account/login?return_url=%2Faccount

Hii, @lion_no
Paste this code on top of the theme.scss file.

button#HideRecoverPasswordLink {
    height: 45px !important;
    width: 112px !important;
    background-color: #111111 !important;
    color: white !important;
    font-weight: 400 !important;
    font-size: 18px !important;
}

Thank You.

Thank you so much!

Welcome!