/**
 * LoginForm UI component
 *
 * `src/styles/components/UI/LoginForm.styl`
 *
 * Styles for the `LoginForm` UI component.
 *
 * Markup: components/loginForm.jsx
 *
 * Styleguide: LoginForm
 */

/**
 * .LoginForm
 *
 * The Parent class name for the component.
 *
 * Styleguide: LoginForm.1
 */
.LoginForm
  &-item
    margin-bottom: 1em

  input[type="text"],
  input[type="password"]
    width: 100%
