<div class="form-group">
<label for="password">{{ trans('auth.password') }}</label>
- @include('form.password', ['name' => 'password', 'tabindex' => 2])
+ @include('form.password', ['name' => 'password', 'tabindex' => 1])
</div>
\ No newline at end of file
</div>
<div class="text-right">
- <button class="button primary" tabindex="3">{{ title_case(trans('auth.log_in')) }}</button>
+ <button class="button primary" tabindex="1">{{ title_case(trans('auth.log_in')) }}</button>
</div>
</div>
@endif
@if(setting('registration-enabled', false))
- <div class="text-center">
+ <div class="text-center pb-s">
<hr class="my-l">
<a href="{{ baseUrl('/register') }}">{{ trans('auth.dont_have_account') }}</a>
</div>