<Row>
<Col large={8} smallCentered>
<Card>
<Row>
<Col>
<h3>Log In</h3>
</Col>
<Col>
<Input.Stack label="Email" />
<Input.Stack label="Password" />
</Col>
<Col>
<Button>Log In</Button>
</Col>
<Col>
<a href="#">Forgot Password?</a>
</Col>
<Col>
<p>Don't have an account? <a href="#">Sign Up</a></p>
</Col>
</Row>
</Card>
</Col>
</Row>