Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
button.woocommerce-button.button.woocommerce-form-login__submit, button.woocommerce-Button.button {
width: 100%;
margin-top: 10px;
border: 2px solid #000;
background-color: transparent;
color: #000;
box-shadow: none;
border-radius: 0;
}
button.woocommerce-button.button.woocommerce-form-login__submit:hover, button.woocommerce-Button.button:hover {
background-color: #333333;
border-color: #333333;
color: #FFF;
}
div#customer_login input[type=text], div#customer_login input[type=email], div#customer_login input[type=password] {
border-radius: 0;
}
Best Regards