https://painelhelpbmg.com.br/

ID da verificação
62862fa4-0300-490d-a08a-f97b0827b4d9Concluído
URL enviado:
https://painelhelpbmg.com.br/
Relatório concluído:

Ligações · 0 encontradas

Variáveis JavaScript · 5 encontradas

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
uidEventnumber
bootstrapobject

Mensagens de registo da consola · 2 encontradas

TipoCategoriaRegisto
verbosedom
URL
https://painelhelpbmg.com.br/
Texto
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o
errornetwork
URL
https://painelhelpbmg.com.br/favicon.ico
Texto
Failed to load resource: the server responded with a status of 404 ()

HTML

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Painel Help BMG</title>
    <style>
        html{height: 100%;}
        body{
            background-image: url("imgs/bg-body.png");
            background-repeat: no-repeat;
            background-size: contain;            
            background-position-x:0;
            background-position-y:bottom ;
            height: 100%;
        }
        form{
            background-color: #462a71;
            border-radius: 10px;
            box-shadow: #575757 0px 0px 10px;
            backdrop-filter: blur(5px);
            height: max-content;
        }
    </style>
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body>
    <section id="" class="pt-5 d-flex justify-content-center" style="height: 100%;">
        <form class="mt-5 p-3 col-10 col-md-7 col-lg-5 d-flex justify-content-center flex-wrap" action="login.php" method="POST">
            <img class="rounded-circle" src="imgs/logotipo.png" width="100" height="100" alt="">
            <fieldset class="container-fluid">
                <legend class="mb-3 text-center display-6 text-light" style="font-size: x-large;">AREA DE ACESSO</legend>
                <div class="form-floating mb-3">
                    <input type="text" class="form-control" id="InputUsuario" name="usuario" placeholder="Usuário" required="">
                    <label for="InputUsuario">
                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-person" viewBox="0 0 16 16">
                            <path d="M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6m2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0m4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4m-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10s-3.516.68-4.168 1.332c-.678.678-.83 1.418-.832 1.664z"></path>
                        </svg>
                        Usuário
                    </label>
                </div>
                <div class="form-floating mb-3">
                    
                    <input type="password" class="form-control" id="InputSenha" name="senha" placeholder="Senha" required="">
                    <label for="InputSenha">
                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-key" viewBox="0 0 16 16">
                            <path d="M0 8a4 4 0 0 1 7.465-2H14a.5.5 0 0 1 .354.146l1.5 1.5a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0L13 9.207l-.646.647a.5.5 0 0 1-.708 0L11 9.207l-.646.647a.5.5 0 0 1-.708 0L9 9.207l-.646.647A.5.5 0 0 1 8 10h-.535A4 4 0 0 1 0 8m4-3a3 3 0 1 0 2.712 4.285A.5.5 0 0 1 7.163 9h.63l.853-.854a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.793-.793-1-1h-6.63a.5.5 0 0 1-.451-.285A3 3 0 0 0 4 5"></path>
                            <path d="M4 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0"></path>
                          </svg>
                        Senha
                    </label>
                </div>
                <button type="submit" class="col-12 btn btn-outline-light px-4">Entrar</button>
            </fieldset>
        </form>
        
    
    </section>
    


    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>

</body></html>