Login
CSS
Classes to implement a Clarity defined login form for applications that require authentication.
Classes
CSS Class | Host Element(s) | Type | Description | Required |
---|---|---|---|---|
.login-wrapper | div | layout | Container class for a login form. | yes |
.login | form | layout, style | Style and layout class for the login form. | yes |
.title | section | content | Child element of .login for grouping welcome and hint text. | yes |
.welcome | h3 | content | Child element of .title for welcome text. | yes |
.hint | h5 | content | Child element of .title for sub-title text | yes |
.login-group | div | layout | Container element that organizes form controls. | yes |