{"id":19,"date":"2026-06-14T13:24:21","date_gmt":"2026-06-14T13:24:21","guid":{"rendered":"https:\/\/intuitioncentres.com\/exam-centres\/?page_id=19"},"modified":"2026-07-22T21:08:13","modified_gmt":"2026-07-22T21:08:13","slug":"login","status":"publish","type":"page","link":"https:\/\/intuitioncentres.com\/exam-centres\/login\/","title":{"rendered":"Login"},"content":{"rendered":"\t<div class=\"wp-block-edd-login\">\n\t\t<form id=\"edd-blocks-form__login\" class=\"edd-blocks-form edd-blocks-form__login\" action=\"\" method=\"post\">\n\t\t\t<div class=\"edd-blocks-form__group edd-blocks-form__group-username\">\n\t\t\t\t\t<label for=\"edd_user_login\" class=\"edd-label\">\n\t\t\tUsername or Email<span class=\"edd-required-indicator\" aria-hidden=\"true\">*<\/span><span class=\"screen-reader-text\">Required<\/span>\t\t<\/label>\n\t\t\t\t<div class=\"edd-blocks-form__control\">\n\t\t\t<input name=\"edd_user_login\" id=\"edd_user_login\" class=\"edd-required edd-input\" type=\"text\" required\/>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"edd-blocks-form__group edd-blocks-form__group-password\">\n\t\t\t\t\t<label for=\"edd_user_pass\" class=\"edd-label\">\n\t\t\tPassword<span class=\"edd-required-indicator\" aria-hidden=\"true\">*<\/span><span class=\"screen-reader-text\">Required<\/span>\t\t<\/label>\n\t\t\t\t<div class=\"edd-blocks-form__control\">\n\t\t\t<input name=\"edd_user_pass\" id=\"edd_user_pass\" class=\"edd-password edd-required edd-input\" type=\"password\" required\/>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div\n\t\t\t\t\t\t\tclass=\"edd-blocks-form__group edd-blocks-form__group-remember\"\n\t\t\t\t\t>\n\t\t\t\t\t<div class=\"edd-blocks-form__control\">\n\t\t\t<input name=\"rememberme\" type=\"checkbox\" id=\"rememberme\" value=\"forever\" \/>\n\t\t\t\t\t<label for=\"rememberme\" class=\"edd-label\">\n\t\t\tRemember Me\t\t<\/label>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<div class=\"edd-blocks-form__group edd-blocks-form__group-submit\">\n\t\t<input type=\"hidden\" name=\"edd_redirect\" value=\"https:\/\/intuitioncentres.com\/exam-centres\/checkout\/order-history\/\"\/>\n\t\t<input type=\"hidden\" name=\"edd_login_nonce\" value=\"30633d5ef2\"\/>\n\t\t<input type=\"hidden\" name=\"edd_action\" value=\"user_login\"\/>\n\t\t<input id=\"edd_login_submit\" type=\"submit\" class=\"button edd-submit has-edd-button-background-color has-edd-button-text-color\" value=\"Log In\"\/>\n\t<\/div>\n\t<p class=\"edd-blocks-form__group edd-blocks-form__group-lost-password\">\n\t\t<a href=\"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/pages\/19\/?action=lostpassword\">\n\t\t\tLost Password?\t\t<\/a>\n\t<\/p>\n\t<\/form>\n\t<\/div>\n\t\n\n\n<!-- Intuition Exam Centres - Candidate User Area Login -->\n\n<style>\n  .iec-login-top,\n  .iec-login-top * {\n    box-sizing: border-box;\n  }\n\n  .iec-login-top {\n    --iec-orange: #ed5623;\n    --iec-teal: #21d5cd;\n    --iec-text: #263238;\n    --iec-muted: #63747a;\n    --iec-border: #e5eeee;\n\n    max-width: 1120px;\n    margin: 0 auto 8px;\n    padding: 0 18px;\n    font-family: inherit;\n    color: var(--iec-text);\n  }\n\n  .iec-login-top__hero {\n    position: relative;\n    overflow: hidden;\n    padding: 36px;\n\n    background:\n      radial-gradient(\n        circle at 93% 10%,\n        rgba(33, 213, 205, 0.15) 0 82px,\n        transparent 83px\n      ),\n      radial-gradient(\n        circle at 86% 30%,\n        rgba(237, 86, 35, 0.07) 0 140px,\n        transparent 141px\n      ),\n      linear-gradient(\n        135deg,\n        #ffffff 0%,\n        #f8fdfd 100%\n      );\n\n    border: 1px solid var(--iec-border);\n    border-bottom: 0;\n    border-radius: 26px 26px 0 0;\n\n    box-shadow:\n      0 10px 30px rgba(31, 64, 68, 0.06);\n  }\n\n  \/* STATUS \/ JOURNEY *\/\n\n  .iec-login-top__progress {\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n\n    gap: 7px;\n\n    margin-bottom: 24px;\n  }\n\n  .iec-login-top__step {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n\n    padding: 7px 11px;\n\n    border-radius: 999px;\n\n    font-size: 13px;\n    font-weight: 800;\n    line-height: 1.2;\n  }\n\n  .iec-login-top__step--done {\n    color: #21494a;\n\n    background:\n      rgba(33, 213, 205, 0.12);\n\n    border:\n      1px solid rgba(33, 213, 205, 0.32);\n  }\n\n  .iec-login-top__step--current {\n    color: #ffffff;\n\n    background: var(--iec-orange);\n\n    border:\n      1px solid var(--iec-orange);\n  }\n\n  .iec-login-top__tick {\n    display: grid;\n    place-items: center;\n\n    width: 18px;\n    height: 18px;\n\n    border-radius: 50%;\n\n    background: var(--iec-teal);\n    color: #153f40;\n\n    font-size: 11px;\n    font-weight: 900;\n  }\n\n  .iec-login-top__chevron {\n    color: #a1adaf;\n    font-size: 16px;\n  }\n\n  \/* HEADING *\/\n\n  .iec-login-top__eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n\n    margin-bottom: 9px;\n\n    color: var(--iec-orange);\n\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n\n  .iec-login-top__eyebrow::before {\n    content: \"\";\n\n    width: 24px;\n    height: 4px;\n\n    border-radius: 999px;\n\n    background: var(--iec-teal);\n  }\n\n  .iec-login-top h1 {\n    max-width: 820px;\n\n    margin: 0 0 14px;\n\n    color: var(--iec-text);\n\n    font-size:\n      clamp(31px, 4.5vw, 47px);\n\n    line-height: 1.08;\n    letter-spacing: -0.025em;\n    font-weight: 850;\n  }\n\n  .iec-login-top__lead {\n    max-width: 880px;\n\n    margin: 0;\n\n    color: var(--iec-muted);\n\n    font-size: 18px;\n    line-height: 1.7;\n  }\n\n  .iec-login-top__lead strong {\n    color: var(--iec-text);\n  }\n\n  \/* INFORMATION CARDS *\/\n\n  .iec-login-top__cards {\n    display: grid;\n\n    grid-template-columns:\n      1fr 1fr;\n\n    gap: 14px;\n\n    margin-top: 26px;\n  }\n\n  .iec-login-top__card {\n    padding: 21px;\n\n    border-radius: 17px;\n\n    background: #ffffff;\n\n    border:\n      1px solid var(--iec-border);\n  }\n\n  .iec-login-top__card-heading {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n\n    margin-bottom: 9px;\n\n    color: var(--iec-text);\n\n    font-size: 17px;\n    font-weight: 800;\n  }\n\n  .iec-login-top__icon {\n    flex: 0 0 38px;\n\n    display: grid;\n    place-items: center;\n\n    width: 38px;\n    height: 38px;\n\n    border-radius: 11px;\n\n    background:\n      rgba(33, 213, 205, 0.14);\n\n    color: #176e6a;\n\n    font-size: 17px;\n    font-weight: 900;\n  }\n\n  .iec-login-top__card:last-child\n  .iec-login-top__icon {\n    background:\n      rgba(237, 86, 35, 0.10);\n\n    color:\n      var(--iec-orange);\n  }\n\n  .iec-login-top__card p {\n    margin: 0;\n\n    color:\n      var(--iec-muted);\n\n    font-size: 15.5px;\n    line-height: 1.65;\n  }\n\n  \/* HELP NOTICE *\/\n\n  .iec-login-top__notice {\n    display: flex;\n    align-items: flex-start;\n\n    gap: 12px;\n\n    margin-top: 14px;\n    padding: 17px 18px;\n\n    border-radius: 15px;\n\n    background: #fff8f4;\n\n    border:\n      1px solid\n      rgba(237, 86, 35, 0.20);\n  }\n\n  .iec-login-top__notice-icon {\n    flex: 0 0 30px;\n\n    display: grid;\n    place-items: center;\n\n    width: 30px;\n    height: 30px;\n\n    border-radius: 9px;\n\n    background:\n      var(--iec-orange);\n\n    color: #ffffff;\n\n    font-weight: 900;\n  }\n\n  .iec-login-top__notice strong {\n    display: block;\n\n    margin-bottom: 3px;\n\n    color:\n      var(--iec-text);\n\n    font-size: 15.5px;\n  }\n\n  .iec-login-top__notice p {\n    margin: 0;\n\n    color:\n      var(--iec-muted);\n\n    font-size: 14.5px;\n    line-height: 1.58;\n  }\n\n  .iec-login-top__notice a {\n    color: #cc451b;\n    font-weight: 800;\n    text-decoration: none;\n  }\n\n  .iec-login-top__notice a:hover {\n    text-decoration: underline;\n  }\n\n  \/* BREAK \/ TRANSITION *\/\n\n  .iec-login-break {\n    position: relative;\n\n    padding: 22px 24px 25px;\n\n    text-align: center;\n\n    background:\n      linear-gradient(\n        90deg,\n        rgba(33, 213, 205, 0.10),\n        #ffffff 48%,\n        rgba(237, 86, 35, 0.08)\n      );\n\n    border-left:\n      1px solid var(--iec-border);\n\n    border-right:\n      1px solid var(--iec-border);\n\n    border-top:\n      1px solid rgba(33, 213, 205, 0.25);\n  }\n\n  .iec-login-break__label {\n    margin: 0 0 4px;\n\n    color:\n      var(--iec-orange);\n\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n\n  .iec-login-break h2 {\n    margin: 0 0 6px;\n\n    color:\n      var(--iec-text);\n\n    font-size:\n      clamp(22px, 3vw, 29px);\n\n    line-height: 1.2;\n    font-weight: 800;\n  }\n\n  .iec-login-break p {\n    margin: 0;\n\n    color:\n      var(--iec-muted);\n\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iec-login-break__arrow {\n    display: grid;\n    place-items: center;\n\n    width: 34px;\n    height: 34px;\n\n    margin: 14px auto 0;\n\n    border-radius: 50%;\n\n    background:\n      var(--iec-orange);\n\n    color: #ffffff;\n\n    font-size: 21px;\n    font-weight: 800;\n  }\n\n  .iec-login-break::after {\n    content: \"\";\n\n    position: absolute;\n\n    left: 50%;\n    bottom: 0;\n\n    width: 74px;\n    height: 4px;\n\n    transform:\n      translateX(-50%);\n\n    border-radius:\n      999px 999px 0 0;\n\n    background:\n      var(--iec-teal);\n  }\n\n  \/* MOBILE *\/\n\n  @media (max-width: 760px) {\n\n    .iec-login-top {\n      padding: 0 12px;\n      margin-bottom: 5px;\n    }\n\n    .iec-login-top__hero {\n      padding: 24px 18px;\n\n      border-radius:\n        21px 21px 0 0;\n    }\n\n    .iec-login-top__lead {\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .iec-login-top__cards {\n      grid-template-columns: 1fr;\n\n      gap: 10px;\n\n      margin-top: 20px;\n    }\n\n    .iec-login-top__card {\n      padding: 17px;\n    }\n\n    .iec-login-top__progress {\n      gap: 5px;\n    }\n\n    .iec-login-top__step {\n      padding: 6px 9px;\n      font-size: 12px;\n    }\n\n    .iec-login-break {\n      padding: 19px 16px 22px;\n    }\n\n    .iec-login-break p {\n      font-size: 15px;\n    }\n  }\n<\/style>\n\n\n<section\n  class=\"iec-login-top\"\n  aria-label=\"Candidate User Area login\"\n>\n\n  <div class=\"iec-login-top__hero\">\n\n    <!-- JOURNEY -->\n\n    <div\n      class=\"iec-login-top__progress\"\n      aria-label=\"Candidate account access\"\n    >\n\n      <span\n        class=\"\n          iec-login-top__step\n          iec-login-top__step--done\n        \"\n      >\n        <span class=\"iec-login-top__tick\">\n          \u2713\n        <\/span>\n\n        Exam Candidate\n      <\/span>\n\n      <span\n        class=\"iec-login-top__chevron\"\n      >\n        \u203a\n      <\/span>\n\n      <span\n        class=\"\n          iec-login-top__step\n          iec-login-top__step--current\n        \"\n      >\n        User Area\n      <\/span>\n\n    <\/div>\n\n\n    <!-- INTRO -->\n\n    <div class=\"iec-login-top__eyebrow\">\n      Candidate User Area\n    <\/div>\n\n    <h1>\n      Access Your Intuition Exam Centre Account\n    <\/h1>\n\n    <p class=\"iec-login-top__lead\">\n\n      Use the login area below to access your\n      <strong>candidate account<\/strong>.\n\n      Please use the login details associated with your\n      Intuition Exam Centres account and keep your account\n      information secure.\n\n    <\/p>\n\n\n    <!-- CARDS -->\n\n    <div class=\"iec-login-top__cards\">\n\n      <div class=\"iec-login-top__card\">\n\n        <div\n          class=\"iec-login-top__card-heading\"\n        >\n\n          <span\n            class=\"iec-login-top__icon\"\n          >\n            \u2197\n          <\/span>\n\n          Existing users\n\n        <\/div>\n\n        <p>\n          If you already have an account, enter your\n          registered login details below to access your\n          user area.\n        <\/p>\n\n      <\/div>\n\n\n      <div class=\"iec-login-top__card\">\n\n        <div\n          class=\"iec-login-top__card-heading\"\n        >\n\n          <span\n            class=\"iec-login-top__icon\"\n          >\n            \u2713\n          <\/span>\n\n          Check your details\n\n        <\/div>\n\n        <p>\n          Please make sure you are using the email address\n          and account details connected with your exam\n          application.\n        <\/p>\n\n      <\/div>\n\n    <\/div>\n\n\n    <!-- HELP NOTICE -->\n\n    <div class=\"iec-login-top__notice\">\n\n      <span\n        class=\"iec-login-top__notice-icon\"\n      >\n        !\n      <\/span>\n\n      <div>\n\n        <strong>\n          Having trouble accessing your account?\n        <\/strong>\n\n        <p>\n          Please check that your login details have been\n          entered correctly.\n\n          If you continue to experience problems, contact\n          the Exams Office at\n\n          <a\n            href=\"mailto:examsofficer@intuitioncentres.com\"\n          >\n            examsofficer@intuitioncentres.com\n          <\/a>.\n\n          Email is the quickest way to contact our exams\n          team during busy periods.\n        <\/p>\n\n      <\/div>\n\n    <\/div>\n\n  <\/div>\n\n\n  <!-- BREAK \/ TRANSITION INTO LOGIN FORM -->\n\n  <div class=\"iec-login-break\">\n\n    <p class=\"iec-login-break__label\">\n      Secure access\n    <\/p>\n\n    <h2>\n      Candidate Login\n    <\/h2>\n\n    <p>\n      Enter your account details in the login area below.\n    <\/p>\n\n    <div\n      class=\"iec-login-break__arrow\"\n      aria-hidden=\"true\"\n    >\n      \u2193\n    <\/div>\n\n  <\/div>\n\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>\u2713 Exam Candidate \u203a User Area Candidate User Area Access Your Intuition Exam Centre Account Use the login area below to access your candidate account. Please use the login details associated with your Intuition Exam Centres account and keep your account information secure. \u2197 Existing users If you already have an account, enter your registered [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-19","page","type-page","status-publish","hentry","post"],"_links":{"self":[{"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/pages\/19","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/comments?post=19"}],"version-history":[{"count":5,"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/pages\/19\/revisions"}],"predecessor-version":[{"id":745,"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/pages\/19\/revisions\/745"}],"wp:attachment":[{"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/media?parent=19"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}