Web site develpment

Hi every one I am beginner of ERPNEXT I want to redevelope a ERPNEXT login page how i can do this?

Thanks in advance

Hi, The Login pages and logic are handled by Frappe.
You can have a look at the HTML here;
https://github.com/frappe/frappe/blob/develop/frappe/templates/pages/login.html
and the Javascript, CSS and Backend Python logic is defined in the Directory;
frappe / frappe / templates / includes /