> ## Documentation Index
> Fetch the complete documentation index at: https://docs-staging-quickstart-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> An overview of Universal Login customization

# Customize Universal Login

[Auth0 Universal Login](/docs/authenticate/login/auth0-universal-login) provides the essential feature of an <Tooltip tip="Authorization Server: Centralized server that contributes to defining the boundaries of a user’s access. For example, your authorization server can control the data, tasks, and features available to a user." cta="View Glossary" href="/docs/glossary?term=authorization+server">authorization server</Tooltip>: the login flow. When a user needs to prove their identity to gain access to your application, you can redirect them to <Tooltip tip="Authorization Server: Centralized server that contributes to defining the boundaries of a user’s access. For example, your authorization server can control the data, tasks, and features available to a user." cta="View Glossary" href="/docs/glossary?term=Universal+Login">Universal Login</Tooltip> and let Auth0 handle the authentication process.

Configuring Universal Login is dynamic and does not require any application-level changes, as web pages hosted on Auth0’s centralized <Tooltip tip="Authentication Server: Server that confirms or denies a user’s identity." cta="View Glossary" href="/docs/glossary?term=authentication+server">authentication server</Tooltip> completely drive the login flow. Additionally, you don’t need to manually update your code for your applications to benefit from improvements Auth0 makes to Universal Login.

From the <Tooltip tip="Auth0 Dashboard: Auth0's main product to configure your services." cta="View Glossary" href="/docs/glossary?term=Auth0+Dashboard">Auth0 Dashboard</Tooltip>, you can customize the appearance and behavior of login pages to create a consistent, branded experience. For advanced use cases, you can also change the code of each page individually.

<table class="table">
  <thead>
    <tr>
      <th><strong>Read...</strong></th>
      <th><strong>To learn...</strong></th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td><a href="/docs/customize/login-pages/universal-login/customize-themes">Customize Universal Login Page Themes</a></td>
      <td>How to customize Universal Login branding with the no-code editor.</td>
    </tr>

    <tr>
      <td><a href="/docs/customize/login-pages/universal-login/customize-templates">Customize Universal Login Page Templates</a></td>
      <td>How to use page templates for advanced customization.</td>
    </tr>

    <tr>
      <td><a href="/docs/customize/login-pages/universal-login/customize-text-elements">Customize Universal Login Text Elements</a></td>
      <td>How to modify the text displayed on Universal Login pages.</td>
    </tr>

    <tr>
      <td><a href="/docs/customize/login-pages/universal-login/customize-signup-and-login-prompts">Customize Signup and Login Prompts</a></td>
      <td>How to add custom content to Universal Login signup and login prompts.</td>
    </tr>
  </tbody>
</table>
