custom login page with custom background

i have made a custom Login page according to this docs https://filamentphp.com/docs/3.x/panels/users#customizing-the-authentication-features
i also extends the custom login view blade file, but i want to change the background of the login page
:
<div class=" bg-gradient-to-r from-cyan-500 to-blue-500">
{{$this->form}}
</div>
:
The form is rendered but the tailwind class is not shown
Was this page helpful?