{"id":1977,"date":"2026-08-13T13:28:28","date_gmt":"2026-08-13T19:28:28","guid":{"rendered":"https:\/\/amayahunab.com\/?page_id=1977"},"modified":"2026-08-13T13:39:35","modified_gmt":"2026-08-13T19:39:35","slug":"login","status":"publish","type":"page","link":"https:\/\/amayahunab.com\/en\/login\/","title":{"rendered":"Login"},"content":{"rendered":"<!-- AMAYA ELEGANT LOGIN -->\n    <a href=\"https:\/\/amayahunab.com\/en\/\" aria-label=\"Amaya Hunab\">\n        <img decoding=\"async\" data-src=\"https:\/\/amayahunab.com\/wp-content\/uploads\/2026\/08\/Logo-Amaya-White.png\"\n            alt=\"Amaya\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1920px; --smush-placeholder-aspect-ratio: 1920\/1920;\" \/>\n        <img decoding=\"async\" data-src=\"https:\/\/amayahunab.com\/wp-content\/uploads\/2026\/08\/Logo-Amaya.png\"\n            alt=\"Amaya\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1920px; --smush-placeholder-aspect-ratio: 1920\/1920;\" \/>\n    <\/a>\n    <form id=\"elegant-login-form\" action=\"\/wp-login.php\" method=\"post\" data-trp-original-action=\"\/wp-login.php\">\n            <input type=\"text\"\n                name=\"log\"\n                id=\"user_login\"\n                placeholder=\"Username\"\n                required>\n            <input type=\"password\"\n                name=\"pwd\"\n                id=\"user_pass\"\n                placeholder=\"Password\"\n                required>\n            <label for=\"rememberme\">\n                <input name=\"rememberme\"\n                    type=\"checkbox\"\n                    id=\"rememberme\"\n                    value=\"forever\"\/>\n                Remember me\n            <\/label>\n        <button type=\"submit\">\n            Log In\n        <\/button>\n        <input type=\"hidden\"\n            name=\"redirect_to\"\n            value=\"\/wp-admin\/\"\/>\n    <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n<style>\n\/* =========================================================\n   AMAYA LOGIN\n   ========================================================= *\/\n#elegant-login-wrapper {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    width: 100%;\n    min-height: 100vh;\n    background-color: #000000;\n    font-family: inherit;\n    transition:\n        background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\/* =========================================================\n   LIGHT MODE\n   ========================================================= *\/\n#elegant-login-wrapper.light-mode {\n    background-color: #ffffff;\n}\n\/* =========================================================\n   LOGO\n   ========================================================= *\/\n.logo-container {\n    position: relative;\n    width: 250px;\n    margin-bottom: 44px;\n}\n.logo {\n    width: 100%;\n    display: block;\n}\n.logo-white {\n    opacity: 1;\n    transition:\n        opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.logo-dark {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: contain;\n    opacity: 0;\n    transition:\n        opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1);\n}\n#elegant-login-wrapper.light-mode .logo-white {\n    opacity: 0;\n}\n#elegant-login-wrapper.light-mode .logo-dark {\n    opacity: 1;\n}\n\/* =========================================================\n   FORM\n   ========================================================= *\/\n#elegant-login-form {\n    width: 100%;\n    max-width: 300px;\n    display: flex;\n    flex-direction: column;\n    \/* Tighter overall rhythm *\/\n    gap: 14px;\n}\n\/* =========================================================\n   INPUTS\n   ========================================================= *\/\n.minimal-input {\n    width: 100%;\n    box-sizing: border-box;\n    background: transparent !important;\n    border: none;\n    border-bottom: 1px solid rgba(255,255,255,0.3);\n    color: #ffffff;\n    \/* Slightly taller *\/\n    padding: 17px 0;\n    font-size: 1rem;\n    font-family: inherit;\n    outline: none;\n    box-shadow: none !important;\n    transition:\n        color 0.28s cubic-bezier(0.4, 0, 0.2, 1),\n        border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.minimal-input::placeholder {\n    color: rgba(255,255,255,0.5);\n    text-transform: uppercase;\n    font-size: 0.8rem;\n    letter-spacing: 2px;\n    transition:\n        color 0.28s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.minimal-input:focus {\n    border-bottom-color: #ffffff;\n}\n\/* =========================================================\n   LIGHT MODE INPUTS\n   ========================================================= *\/\n#elegant-login-wrapper.light-mode .minimal-input {\n    color: #000000;\n    border-bottom-color: rgba(0,0,0,0.2);\n}\n#elegant-login-wrapper.light-mode .minimal-input::placeholder {\n    color: rgba(0,0,0,0.4);\n}\n#elegant-login-wrapper.light-mode .minimal-input:focus {\n    border-bottom-color: #000000;\n}\n\/* =========================================================\n   REMEMBER ME\n   ========================================================= *\/\n.remember-wrapper {\n    margin-top: -7px;\n}\n.minimal-checkbox-label {\n    display: flex;\n    align-items: center;\n    gap: 9px;\n    color: rgba(255,255,255,0.5);\n    font-size: 0.75rem;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    cursor: pointer;\n    transition:\n        color 0.28s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.minimal-checkbox-label input {\n    display: none;\n}\n.checkmark {\n    width: 12px;\n    height: 12px;\n    flex-shrink: 0;\n    border: 1px solid rgba(255,255,255,0.3);\n    display: inline-block;\n    position: relative;\n    transition:\n        border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.minimal-checkbox-label input:checked + .checkmark::after {\n    content: '';\n    position: absolute;\n    top: 2px;\n    left: 2px;\n    width: 6px;\n    height: 6px;\n    background: #ffffff;\n}\n\/* =========================================================\n   LIGHT MODE CHECKBOX\n   ========================================================= *\/\n#elegant-login-wrapper.light-mode .minimal-checkbox-label {\n    color: rgba(0,0,0,0.4);\n}\n#elegant-login-wrapper.light-mode .checkmark {\n    border-color: rgba(0,0,0,0.2);\n}\n#elegant-login-wrapper.light-mode\n.minimal-checkbox-label input:checked\n+ .checkmark::after {\n    background: #000000;\n}\n\/* =========================================================\n   LOGIN BUTTON\n   ========================================================= *\/\n.minimal-submit {\n    width: 100%;\n    background: transparent;\n    color: #ffffff !important;\n    border: 1px solid rgba(255,255,255,0.3);\n    padding: 15px;\n    font-size: 0.9rem;\n    text-transform: uppercase;\n    letter-spacing: 3px;\n    cursor: pointer;\n    margin-top: -2px;\n    font-family: inherit;\n    line-height: 1.2;\n    transition:\n        color 0.28s cubic-bezier(0.4, 0, 0.2, 1),\n        background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1),\n        border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\/* =========================================================\n   DARK MODE BUTTON HOVER\n   ========================================================= *\/\n.minimal-submit:hover {\n    color: #ffffff !important;\n    border-color: #ffffff;\n    background: rgba(255,255,255,0.05);\n}\n\/* =========================================================\n   LIGHT MODE BUTTON\n   ========================================================= *\/\n#elegant-login-wrapper.light-mode .minimal-submit {\n    color: #000000 !important;\n    border-color: rgba(0,0,0,0.25);\n    background: transparent !important;\n}\n\/* This specifically fixes the invisible text problem *\/\n#elegant-login-wrapper.light-mode .minimal-submit:hover {\n    color: #ffffff !important;\n    background: #000000 !important;\n    border-color: #000000;\n}\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n@media (max-width: 600px) {\n    .logo-container {\n        width: 220px;\n        margin-bottom: 38px;\n    }\n    #elegant-login-form {\n        width: calc(100% - 50px);\n    }\n}\n<\/style>","protected":false},"excerpt":{"rendered":"<p>Remember me Log In<\/p>","protected":false},"author":2,"featured_media":1591,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"tpl-no-header-footer.php","meta":{"_monsterinsights_skip_tracking":false,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"class_list":["post-1977","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Login - Amaya Hunab<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/amayahunab.com\/en\/login\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Login - Amaya Hunab\" \/>\n<meta property=\"og:description\" content=\"Remember me Log In\" \/>\n<meta property=\"og:url\" content=\"https:\/\/amayahunab.com\/en\/login\/\" \/>\n<meta property=\"og:site_name\" content=\"Amaya Hunab\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-13T19:39:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/amayahunab.com\/wp-content\/uploads\/2024\/02\/Anagrama.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/amayahunab.com\\\/login\\\/\",\"url\":\"https:\\\/\\\/amayahunab.com\\\/login\\\/\",\"name\":\"Login - Amaya Hunab\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/amayahunab.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/amayahunab.com\\\/login\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/amayahunab.com\\\/login\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/amayahunab.com\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/Anagrama.jpg\",\"datePublished\":\"2026-08-13T19:28:28+00:00\",\"dateModified\":\"2026-08-13T19:39:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/amayahunab.com\\\/login\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/amayahunab.com\\\/login\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/amayahunab.com\\\/login\\\/#primaryimage\",\"url\":\"https:\\\/\\\/amayahunab.com\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/Anagrama.jpg\",\"contentUrl\":\"https:\\\/\\\/amayahunab.com\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/Anagrama.jpg\",\"width\":1024,\"height\":1024,\"caption\":\"Anagrama por Hunab Amaya\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/amayahunab.com\\\/login\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inicio\",\"item\":\"https:\\\/\\\/amayahunab.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Login\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/amayahunab.com\\\/#website\",\"url\":\"https:\\\/\\\/amayahunab.com\\\/\",\"name\":\"Amaya Hunab\",\"description\":\"Artista | Humano | Viajero C\u00f3smico\",\"publisher\":{\"@id\":\"https:\\\/\\\/amayahunab.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/amayahunab.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/amayahunab.com\\\/#organization\",\"name\":\"Rewire\",\"url\":\"https:\\\/\\\/amayahunab.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/amayahunab.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"Rewire\"},\"image\":{\"@id\":\"https:\\\/\\\/amayahunab.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Login - Amaya Hunab","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/amayahunab.com\/en\/login\/","og_locale":"en_US","og_type":"article","og_title":"Login - Amaya Hunab","og_description":"Remember me Log In","og_url":"https:\/\/amayahunab.com\/en\/login\/","og_site_name":"Amaya Hunab","article_modified_time":"2026-08-13T19:39:35+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/amayahunab.com\/wp-content\/uploads\/2024\/02\/Anagrama.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/amayahunab.com\/login\/","url":"https:\/\/amayahunab.com\/login\/","name":"Login - Amaya Hunab","isPartOf":{"@id":"https:\/\/amayahunab.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/amayahunab.com\/login\/#primaryimage"},"image":{"@id":"https:\/\/amayahunab.com\/login\/#primaryimage"},"thumbnailUrl":"https:\/\/amayahunab.com\/wp-content\/uploads\/2024\/02\/Anagrama.jpg","datePublished":"2026-08-13T19:28:28+00:00","dateModified":"2026-08-13T19:39:35+00:00","breadcrumb":{"@id":"https:\/\/amayahunab.com\/login\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/amayahunab.com\/login\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/amayahunab.com\/login\/#primaryimage","url":"https:\/\/amayahunab.com\/wp-content\/uploads\/2024\/02\/Anagrama.jpg","contentUrl":"https:\/\/amayahunab.com\/wp-content\/uploads\/2024\/02\/Anagrama.jpg","width":1024,"height":1024,"caption":"Anagrama por Hunab Amaya"},{"@type":"BreadcrumbList","@id":"https:\/\/amayahunab.com\/login\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio","item":"https:\/\/amayahunab.com\/"},{"@type":"ListItem","position":2,"name":"Login"}]},{"@type":"WebSite","@id":"https:\/\/amayahunab.com\/#website","url":"https:\/\/amayahunab.com\/","name":"Amaya Hunab","description":"Artist | Human | Cosmic Traveler","publisher":{"@id":"https:\/\/amayahunab.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/amayahunab.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/amayahunab.com\/#organization","name":"Rewire","url":"https:\/\/amayahunab.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/amayahunab.com\/#\/schema\/logo\/image\/","url":"","contentUrl":"","caption":"Rewire"},"image":{"@id":"https:\/\/amayahunab.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/amayahunab.com\/en\/wp-json\/wp\/v2\/pages\/1977","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/amayahunab.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/amayahunab.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/amayahunab.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/amayahunab.com\/en\/wp-json\/wp\/v2\/comments?post=1977"}],"version-history":[{"count":5,"href":"https:\/\/amayahunab.com\/en\/wp-json\/wp\/v2\/pages\/1977\/revisions"}],"predecessor-version":[{"id":1985,"href":"https:\/\/amayahunab.com\/en\/wp-json\/wp\/v2\/pages\/1977\/revisions\/1985"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/amayahunab.com\/en\/wp-json\/wp\/v2\/media\/1591"}],"wp:attachment":[{"href":"https:\/\/amayahunab.com\/en\/wp-json\/wp\/v2\/media?parent=1977"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}