applex365.paralex-ao.com Open in urlscan Pro
2a02:4780:3f:1790:0:1813:c78f:2  Public Scan

URL: https://applex365.paralex-ao.com/
Submission: On October 26 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

#

<form class="space-y-4 md:space-y-6" action="#">
  <!-- <div>
                            <label for="email" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">Email</label>
                            <input type="email" name="email" id="email" class="border border-gray-300 text-gray-900 text-sm focus:ring-green-600 focus:border-green-600 block w-full px-5 py-3" placeholder="nome@empresa.com" required="">
                        </div> -->
  <div class="mb-4">
    <label for="emailInput" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">Email</label>
    <input type="email" name="email" id="email" placeholder="Digite o seu email"
      oninput="this.className = 'border border-gray-300 text-gray-900 text-sm focus:ring-green-600 focus:border-green-600 block w-full px-5 py-3 ';  document.querySelector('#cinco').style = 'display:none'; validateEmail(this.value)"
      class="border border-gray-300 text-gray-900 text-sm focus:ring-green-600 focus:border-green-600 block w-full px-5 py-3 " required="">
    <span class="px-1 text-sm mt-1 text-red-600 hidden" id="cinco">Este campo não pode ficar vazio</span>
  </div>
  <div class="mb-4">
    <label for="password" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">Password</label>
    <input type="password" name="password" id="password" placeholder="••••••••" class="border border-gray-300 text-gray-900 text-sm focus:ring-green-600 focus:border-green-600 block w-full px-5 py-3" required="">
  </div>
  <div class="flex items-center justify-between">
    <div class="flex items-start">
      <!-- <div class="flex items-center h-5">
                                  <input id="remember" aria-describedby="remember" type="checkbox" class="w-4 h-4 border border-gray-300 rounded focus:ring-3 focus:ring-green-300 dark:bg-gray-700 dark:border-gray-600 dark:focus:ring-green-600 dark:ring-offset-gray-800" required="">
                                </div> -->
      <!-- <div class="ml-3 text-sm">
                                  <label for="remember" class="text-gray-500 dark:text-gray-300">Remember me</label>
                                </div> -->
    </div>
    <a href="recoveryGetEmail" class="text-sm font-medium text-green-600 hover:underline dark:text-green-500">Esqueceu a senha?</a>
  </div>
  <!-- <button type="submit" class="w-full text-white bg-green-600 hover:bg-green-700 focus:ring-4 focus:outline-none focus:ring-green-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-green-600 dark:hover:bg-green-700 dark:focus:ring-green-800">Entrar</button> -->
  <button id="submit" type="button" onclick="finalizarFormulario()"
    class="w-full px-6 py-3 mt-6 text-sm font-medium tracking-wide text-white capitalize duration-300 transition bg-[#00AF00] rounded-0  hover:bg-[#04cc04] focus:outline-none focus:ring focus:ring-blue-400 focus:ring-opacity-50 rounded-md"> Entrar
  </button>
  <p class="text-sm text-center font-light text-gray-500 dark:text-gray-400"> Não tem uma conta? <a href="./signupPrev" class="font-medium text-green-600 hover:underline dark:text-green-500">Criar conta</a>
  </p>
</form>

Text Content

ACESSE A SUA CONTA

Email Este campo não pode ficar vazio
Password

Esqueceu a senha?
Entrar

Não tem uma conta? Criar conta