Added bottom margin to 'Remember Me' box
This commit is contained in:
parent
6a0cb84bfc
commit
0b541c828e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
<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="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">
|
||||
<label class="custom-control-label" for="customCheck1">Remember Me</label>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue