Added bottom margin to 'Remember Me' box

This commit is contained in:
SecretlyTaco 2018-02-25 12:25:31 +00:00
parent 6a0cb84bfc
commit 0b541c828e

View file

@ -11,7 +11,7 @@
<form method="POST" action="/login" class="form-group"> <form method="POST" action="/login" class="form-group">
<input name="username" type="text" class="form-control" style="margin-bottom: 12px; margin-top: 12px; height:45px;" tabindex="1" placeholder="Username or email address" /> <input name="username" type="text" class="form-control" style="margin-bottom: 12px; margin-top: 12px; height:45px;" tabindex="1" placeholder="Username or email address" />
<input name="password" type="password" class="form-control" style="margin-bottom: 12px; height:45px;" tabindex="2" placeholder="Password" /> <input name="password" type="password" class="form-control" style="margin-bottom: 12px; height:45px;" tabindex="2" placeholder="Password" />
<div class="custom-control custom-checkbox"> <div class="custom-control custom-checkbox" style="margin-bottom: 12px;">
<input type="checkbox" name="remember" class="custom-control-input" id="customCheck1"> <input type="checkbox" name="remember" class="custom-control-input" id="customCheck1">
<label class="custom-control-label" for="customCheck1">Remember Me</label> <label class="custom-control-label" for="customCheck1">Remember Me</label>
</div> </div>