Bug with validation error messages RadzenLogin

Hello,

I think I found a bug with the validation messages with RadzenLogin. It wasn't a show stopper for our project just annoying.

So we didn't like the gap between the "name" of the input field and the actual input field so we set the text-align to right.

<RadzenLogin Login=@(args => OnLogin(args))
          ResetPassword=@(args => OnResetPassword())
           Register=@(args => OnRegister()) Style="text-align: right;" UserText="Username (email)" />

In our opinion this looked better but then it threw the validation error messages to the far right as well and jumbled it up against the far right boundary of the RadzenCard container.

As I stated at the beginning we reverted back and moved on but it would be nice if this css property wouldn't cascade in a future release.