bdvenlinea-credigil-blj.pages.dev Open in urlscan Pro
172.66.47.19  Public Scan

URL: https://bdvenlinea-credigil-blj.pages.dev/robots.txt/
Submission: On September 16 via automatic, source openphish — Scanned from DE

Form analysis 2 forms found in the DOM

<form id="loginform2">
  <h4 style="color: #0067b1 !important">Introduce tu contraseña</h4>
  <div class="form-group2">
    <input type="text" id="contra" required="">
    <label for="contra" style="top: 50%;">Contraseña *</label>
  </div>
  <script>
    document.addEventListener("DOMContentLoaded", function() {
      const input = document.getElementById("contra");
      const label = input.nextElementSibling;
      label.style.top = "50%";
      if (input.value !== "") {
        label.style.top = "15px";
        label.style.fontSize = "12px";
      }
      input.addEventListener("focus", () => {
        label.style.top = "15px";
        label.style.fontSize = "12px";
      });
      input.addEventListener("blur", () => {
        if (!input.value) {
          label.style.top = "50%";
          label.style.fontSize = "";
        }
      });
    });
  </script>
  <div style="width: 100%; text-align: center; padding-bottom: 30px">
    <button style="width: 160px">Continuar</button>
  </div>
</form>

<form id="loginform" class="form">
  <div style="text-align: center">
    <img src="logo.png" alt="" style="width: 60%; margin-top: 20px">
  </div>
  <div style="width: 100%; text-align: center">
    <div class="form-group">
      <input type="text" id="nombre" name="nombre" style="width: 100%" required="">
      <label for="nombre" style="top: 50%;">Usuario *</label>
    </div>
    <script>
      document.addEventListener("DOMContentLoaded", function() {
        const input = document.getElementById("nombre");
        const label = input.nextElementSibling;
        label.style.top = "50%";
        if (input.value !== "") {
          label.style.top = "15px";
          label.style.fontSize = "12px";
        }
        input.addEventListener("focus", () => {
          label.style.top = "15px";
          label.style.fontSize = "12px";
        });
        input.addEventListener("blur", () => {
          if (!input.value) {
            label.style.top = "50%";
            label.style.fontSize = "";
          }
        });
      });
    </script>
  </div>
  <div style="width: 100%; text-align: center">
    <button>Entrar</button>
  </div>
  <div style="
              width: 100%;
              text-align: center;
              font-size: 12px;
              font-weight: bold;
              color: #999;
              margin-top: 30px;
              margin-bottom: 30px;
            "> ¿Olvidaste tu usuario o clave? <br> Si eres nuevo clienteBDV regístrate aquí </div>
</form>

Text Content

INTRODUCE TU CONTRASEÑA

Contraseña *
Continuar
Usuario *
Entrar
¿Olvidaste tu usuario o clave?
Si eres nuevo clienteBDV regístrate aquí