Both username and password inputs on the login form of the CLogin channel have inline style declarations.
This results in failure of WCAG 1 Level A (baseline) accessibility compliance.
Test and see if those inline styles are needed. If so, move style declarations into a CSS file.
Reference: http://www.ja-sig.org/wiki/x/ig0
Removed style attributes from inputs. Verified it passes WCAG2 L1 accessibility test.