How to remove border from login and register panels

i am currently using shapely with woo commerce i want to remove the border from login and register panel as you can see in screenshots

the page is at: http://www.grinskart.com/my-account/

Hi @ethann,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

#page .woocommerce form.login, 
#page .woocommerce form.register{
border: 0;
}

Best Regards,
Movin