Need to add image in login page

Hi all,

  Is there any doctype to configure the login page with a background image or other ways to achieve it like below?

1 Like

Step 1: Add a css file inside your custom_app/public/css/custom_app.css.
Step 2: Define CSS file inside hooks.py under web_include_css
eg.
web_include_css = "/assets/custom_app/css/custom_app.css"
Step 3: Build your app using bench build --app custom_app

1 Like

There was a tutorial about adding a video background to the login page. You can search it I think.

1 Like

okay sure thanks

But do we need to handle responsive right, or frappe will do it internally?