JSFiddle - React, Tailwind, and code Playground
by tomsx
HTML
<div class="container">
<div class="form-box">
<div class="row">
<div class="col-sm-6 col-sm-offset-3 col-md-4 col-md-offset-4">
<h3 class="headline headline-ruler">Passwort zurücksetzen</h3>
<form class="form-vertical" role="form" method="post" _lpchecked="1">
<div class="form-group form-spacer">
<label for="account">E-Mail</label>
<input type="text" class="form-control" id="account" name="email" autofocus="">
</div>
<button type="submit" class="btn btn-block btn-default">Passwort zurücksetzen</button>
</form>
</div>
</div>
</div>
</div>
CSS
.form-gap {
padding-top: 70px;
}