www.slgroup.site Open in urlscan Pro
104.248.157.27  Public Scan

Submitted URL: https://slgroup.site/
Effective URL: https://www.slgroup.site/login
Submission: On August 28 via api from US — Scanned from SG

Form analysis 1 forms found in the DOM

<form wire:submit.prevent="authenticate">
  <div>
    <label for="email" class="block text-sm font-medium text-gray-700 leading-5"> Employee ID <span style="color:#AC0C2E">*</span>
    </label>
    <div class="mt-1 rounded-md shadow-sm">
      <input wire:model.lazy="email" id="email" name="email" type="text" required="" autofocus=""
        class="appearance-none block w-full px-3 py-2 border border-gray-300 rounded-md placeholder-gray-400 focus:outline-none input transition duration-150 ease-in-out sm:text-sm sm:leading-5 custom-border ">
    </div>
  </div>
  <div class="mt-6">
    <label for="password" class="block text-sm font-medium text-gray-700 leading-5"> Password <span style="color:#AC0C2E">*</span>
    </label>
    <div class="mt-1 rounded-md shadow-sm">
      <input wire:model.lazy="password" id="password" type="password" required=""
        class="appearance-none block w-full px-3 py-2 border border-gray-300 rounded-md placeholder-gray-400 focus:outline-none focus:ring-blue focus:border-red-500 transition duration-150 ease-in-out sm:text-sm sm:leading-5 ">
    </div>
  </div>
  <div class="flex items-center justify-between mt-6">
    <div class="flex items-center">
      <input wire:model.lazy="remember" id="remember" type="checkbox" class="form-checkbox w-4 h-4 text-customRed border focus:ring focus:ring-customRed focus:border-customRed transition duration-150 ease-in-out">
      <label for="remember" class="block ml-2 text-sm text-gray-900 leading-5"> Remember </label>
    </div>
  </div>
  <div class="mt-6">
    <span class="block w-full rounded-md shadow-sm">
      <button type="submit" style="background: #AC0C2E" class="flex justify-center w-full px-4 py-2 text-sm font-medium text-white rounded-md  active:bg-indigo-700 transition duration-150 ease-in-out"> Sign in </button>
    </span>
  </div>
</form>

Text Content

Employee ID *

Password *

Remember
Sign in