/**
 * Login Page component
 *
 * `src/styles/components/Pages/Login.styl`
 *
 * Styles for the `Login` page component in demo page.
 * Any additional styles for the UI components can be written here.
 *
 * Weight: -60
 *
 * Styleguide: Login
 */

/**
 * .Login
 *
 * The Parent class name for the component.
 *
 * Styleguide: Login.1
 */
.Login
  content-block()

  .LoginForm
    input[type="text"],
    input[type="password"]
      max-width: 300px
