quiz.femglobalbrands.com.br Open in urlscan Pro
50.17.212.53  Public Scan

Submitted URL: http://quiz.femglobalbrands.com.br/
Effective URL: https://quiz.femglobalbrands.com.br/login
Submission: On November 29 via api from NL — Scanned from NL

Form analysis 1 forms found in the DOM

<form wire:submit.prevent="login" class="space-y-4">
  <div class="">
    <div class="flex justify-between items-end mb-1">
      <label class="block text-sm font-medium text-gray-700 dark:text-gray-400" for="0c83f57c786a0b4a39efab23731c7ebc"> E-mail </label>
    </div>
    <div class="relative rounded-md  shadow-sm ">
      <input type="email" autocomplete="off"
        class="placeholder-secondary-400 dark:bg-secondary-800 dark:text-secondary-400 dark:placeholder-secondary-500 border border-secondary-300 focus:ring-primary-500 focus:border-primary-500 dark:border-secondary-600 form-input block w-full sm:text-sm rounded-md transition ease-in-out duration-100 focus:outline-none shadow-sm"
        wire:model.defer="email" placeholder="E-mail" required="required" name="email" id="0c83f57c786a0b4a39efab23731c7ebc">
    </div>
  </div>
  <div x-data="wireui_inputs_password">
    <div class="">
      <div class="flex justify-between items-end mb-1">
        <label class="block text-sm font-medium text-gray-700 dark:text-gray-400" for="5f4dcc3b5aa765d61d8327deb882cf99"> Senha </label>
      </div>
      <div class="relative rounded-md  shadow-sm ">
        <input type="password" autocomplete="off"
          class="placeholder-secondary-400 dark:bg-secondary-800 dark:text-secondary-400 dark:placeholder-secondary-500 border border-secondary-300 focus:ring-primary-500 focus:border-primary-500 dark:border-secondary-600 form-input block w-full sm:text-sm rounded-md transition ease-in-out duration-100 focus:outline-none shadow-sm"
          x-bind:type="type" wire:model.defer="password" placeholder="Senha" required="required" name="password" id="5f4dcc3b5aa765d61d8327deb882cf99">
        <div class="absolute inset-y-0 right-0 pr-2.5 flex items-center">
          <div x-on:click="toggle" class="text-gray-400 cursor-pointer">
            <svg class="w-5 h-5" x-show="!status" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
              <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
                d="M13.875 18.825A10.05 10.05 0 0112 19c-4.478 0-8.268-2.943-9.543-7a9.97 9.97 0 011.563-3.029m5.858.908a3 3 0 114.243 4.243M9.878 9.878l4.242 4.242M9.88 9.88l-3.29-3.29m7.532 7.532l3.29 3.29M3 3l3.59 3.59m0 0A9.953 9.953 0 0112 5c4.478 0 8.268 2.943 9.543 7a10.025 10.025 0 01-4.132 5.411m0 0L21 21">
              </path>
            </svg>
            <svg class="w-5 h-5" x-show="status" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" style="display: none;">
              <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path>
              <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z"></path>
            </svg>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="flex items-center justify-between">
    <div>
      <div class="flex items-center">
        <label for="dc3c99bb4e249a95567a2bf7d5f327ed" tabindex="-1" class="group relative flex items-center select-none">
          <input name="remember" id="dc3c99bb4e249a95567a2bf7d5f327ed" class="absolute mx-0.5 my-auto inset-y-0 checked:translate-x-3 w-3 h-3 rounded-full border-0 appearance-none
            translate-x-0 transform transition ease-in-out duration-200 cursor-pointer shadow
            checked:bg-none peer focus:ring-0 focus:ring-offset-0 focus:outline-none bg-white
            checked:text-white dark:bg-secondary-200" wire:model.defer="remember" type="checkbox">
          <div class="
            block rounded-full cursor-pointer transition ease-in-out duration-100
            peer-focus:ring-2 peer-focus:ring-offset-2 h-4 w-7
            group-focus:ring-2 group-focus:ring-offset-2
        
                    bg-secondary-200 peer-checked:bg-primary-600 peer-focus:ring-primary-600
                    group-focus:ring-primary-600 dark:group-focus:ring-secondary-600
                    dark:peer-focus:ring-secondary-600 dark:peer-focus:ring-offset-secondary-800
                    dark:bg-secondary-600 dark:peer-checked:bg-secondary-700
                "></div>
        </label>
        <label class="block text-sm font-medium text-gray-700 dark:text-gray-400 ml-2" for="dc3c99bb4e249a95567a2bf7d5f327ed"> Lembrar-me </label>
      </div>
    </div>
    <div class="text-sm">
      <a href="https://quiz.femglobalbrands.com.br/forgot-password" class="font-medium text-primary-600 hover:text-primary-500">
                    Esqueceu sua Senha?
                </a>
    </div>
  </div>
  <button wire:loading.attr="disabled" wire:loading.class="!cursor-wait" type="submit" class="outline-none inline-flex justify-center items-center group transition-all ease-in duration-150 focus:ring-2 focus:ring-offset-2 hover:shadow-sm disabled:opacity-80 disabled:cursor-not-allowed rounded w-full gap-x-2 text-sm px-4 py-2     ring-primary-500 text-white bg-primary-500 hover:bg-primary-600 hover:ring-primary-600
    dark:ring-offset-slate-800 dark:bg-primary-700 dark:ring-primary-700
    dark:hover:bg-primary-600 dark:hover:ring-primary-600"> Acessar </button>
</form>

Text Content

Fechar





FORMONEY

E-mail

Senha


Lembrar-me
Esqueceu sua Senha?
Acessar