Customizing Password Page Code and Liquid

hey everyone, i need some help customizing my shopify password page. here’s what i’m aiming for:

  • i want my password logo header to sit right above the email input form.
  • then, right below the email form, i want a clickable “password” option that takes the user to a login modal.
  • as a twist, i’d like to display two different logos—one on each side of the email form

i know that all of these properties are customizable from these files:

password.liquid
password.json
main-password-footer.liquid
main-password-header.liquid
main-reset-password.liquid
password-modal.js
section-password.css

any tips on rearranging the liquid files and css or even json to get this layout without breaking shopify’s default functionality? any code snippets or guidance would be awesome. thanks!