Help with Radzen Login component

I am trying to work with Login Component. I am using visual studio only. The questions are:
How can I style the elements? Like, padding around username/password entries?
Is it possible to add "Cancel" button next to "Login"

Thanks.

Since this monolithic component you cannot restructure it - i.e. you cannot add additional child components. To style the login component you can use CSS, check with your browser developers tools what classes are used.

Our Create Complete Application tutorial shows how to create an entirely custom login page.

Thank you for the quick reply. Regarding Login Component styling:
This line works:
<RadzenLogin Style="float:left; margin-top:50px"...

but how do I add class? This line does not compile: <RadzenLogin Class ="abc.."