52cadf06-0651-469f-88f2-ac5eda8f6f32-00-v1r6exe7hph5.spock.replit.dev
Open in
urlscan Pro
34.82.58.13
Public Scan
URL:
https://52cadf06-0651-469f-88f2-ac5eda8f6f32-00-v1r6exe7hph5.spock.replit.dev/
Submission: On October 02 via api from US — Scanned from US
Submission: On October 02 via api from US — Scanned from US
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="https://images.seeklogo.com/logo-png/53/1/bdv-banco-de-venezuela-logo-png_seeklogo-534119.png" alt="" style="width: 30%; margin-top: 10px">
</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í