The below should remove the entire login block.
Code:
.cbLoginForm > .userdata {
display: none;
}
If you need any further CSS classes or IDs use Chrome or Firebug for Firefox and right click then inspect the module for element classes or IDs you want to use CSS on.