@include('layouts.partials.head', ['title' => 'Sign in โ€” Worklance']) @include('auth.partials.theme-head') {{-- No bg-light: the Vanta canvas is the background, and theme-head paints the dark fallback underneath it. --}}
{{-- d-block, not d-inline-block: an inline-block anchor shrink-wraps to its widest child โ€” the letter-spaced wordmark, whose trailing letter-space makes that box wider than the text looks โ€” so the logo centred inside it read as off-centre. Full width + mx-auto centres the logo on the page itself. --}}

Sign in to your account

@if (session('status')) @endif @if ($errors->any()) @endif
@csrf
Administrator access only.
@include('layouts.partials.vanta-background')