Hello, I have the following login screen. I have been able to make it transparent using the following code: .frmLogin .x-window-body {   background-color: transparent !important; } and calling config.baseCls='frmLogin' in the beforeInit of the window. Now I would like to remove the remaining border, how could I do this? Thx, Dominique