welfareeuropa.it Open in urlscan Pro
135.125.190.97  Public Scan

Submitted URL: https://welfareeuropa.it/
Effective URL: https://welfareeuropa.it/login
Submission: On July 13 via api from US — Scanned from IT

Form analysis 1 forms found in the DOM

<form wire:submit.prevent="login">
  <div class="mb-4">
    <label for="email" class="block text-sm font-medium text-gray-700"> Nome utente </label>
    <div class="mt-1">
      <input id="email" name="email" type="text" value="" placeholder="Nome utente" autofocus="" class="input" wire:model="user.email">
    </div>
  </div>
  <div class="mb-4">
    <label for="password" class="block text-sm font-medium text-gray-700"> Password </label>
    <div class="mt-1">
      <input id="password" name="password" type="password" autocomplete="current-password" placeholder="Password" class="input" wire:model="user.password">
    </div>
  </div>
  <div class="mb-4">
    <div class="block text-sm font-medium text-gray-700 inline-flex items-center"> Lingua <div class="ml-4">
        <input wire:model="locale" type="radio" class="checkbox" id="it" name="it" value="it">
        <label for="it" class="mr-2 text-sm text-gray-600">IT</label>
        <input wire:model="locale" type="radio" class="checkbox" id="en" name="en" value="en">
        <label for="en" class="mr-2 text-sm text-gray-600">EN</label>
      </div>
    </div>
  </div>
  <!-- Remember Me -->
  <div class="mb-4">
    <label for="remember_me" class="inline-flex items-center">
      <input id="remember_me" type="checkbox" class="checkbox" name="remember">
      <span class="ml-2 text-sm text-gray-600">Ricordami in futuro</span>
    </label>
  </div>
  <div>
    <button type="submit" class="w-full flex justify-center submit"> Login </button>
  </div>
</form>

Text Content

Login
Nome utente

Password

Lingua
IT EN
Ricordami in futuro
Login