orlen.store Open in urlscan Pro
69.57.162.25  Public Scan

Submitted URL: http://orlen.store/
Effective URL: https://orlen.store/login
Submission: On November 04 via manual from PL — Scanned from PL

Form analysis 2 forms found in the DOM

POST /login

<form action="/login" method="POST" class="space-y-6">
  <input id="csrf_token" name="csrf_token" type="hidden" value="IjE4MmNkYTQzNzZhYzllMDI0OTkyZmMxNTUzYmNiNzVjMWJlMGU3MTki.ZyieOw.nnOLRYthhyyZiJU8YBY0mUhjryw">
  <div class="relative">
    <label class="block text-sm font-medium text-gray-300 mb-1" for="phone_no">Mobile Number</label>
    <div class="relative rounded-md shadow-sm">
      <div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none">
        <i class="fas fa-phone text-gray-500"></i>
      </div>
      <input class="block w-full pl-10 pr-3 py-3 text-base bg-gray-800 border-gray-700 text-gray-300 focus:outline-none focus:ring-red-500 focus:border-red-500 rounded-md" id="phone_no" inputmode="tel" name="phone_no"
        placeholder="Enter your mobile number" required="" type="text" value="">
    </div>
  </div>
  <div class="relative">
    <label class="block text-sm font-medium text-gray-300 mb-1" for="password">Password</label>
    <div class="relative rounded-md shadow-sm">
      <div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none">
        <i class="fas fa-lock text-gray-500"></i>
      </div>
      <input class="block w-full pl-10 pr-3 py-3 text-base bg-gray-800 border-gray-700 text-gray-300 focus:outline-none focus:ring-red-500 focus:border-red-500 rounded-md" id="password" name="password" placeholder="Enter your password" required=""
        type="password" value="">
    </div>
  </div>
  <div>
    <input class="w-full flex justify-center py-3 px-4 border border-transparent rounded-md shadow-sm text-base font-medium text-white bg-red-600 hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500" id="submit"
      name="submit" type="submit" value="Log in">
  </div>
</form>

POST /signup

<form action="/signup" method="POST" class="space-y-6">
  <input id="csrf_token" name="csrf_token" type="hidden" value="IjE4MmNkYTQzNzZhYzllMDI0OTkyZmMxNTUzYmNiNzVjMWJlMGU3MTki.ZyieOw.nnOLRYthhyyZiJU8YBY0mUhjryw">
  <div class="relative">
    <label class="block text-sm font-medium text-gray-300 mb-1" for="phone_no">Mobile Number</label>
    <div class="relative rounded-md shadow-sm">
      <div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none">
        <i class="fas fa-phone text-gray-500"></i>
      </div>
      <input class="block w-full pl-10 pr-3 py-3 text-base bg-gray-800 border-gray-700 text-gray-300 focus:outline-none focus:ring-red-500 focus:border-red-500 rounded-md" id="phone_no" inputmode="tel" name="phone_no"
        placeholder="Please enter your mobile number" required="" type="text" value="">
    </div>
  </div>
  <div class="relative">
    <label class="block text-sm font-medium text-gray-300 mb-1" for="password">Password</label>
    <div class="relative rounded-md shadow-sm">
      <div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none">
        <i class="fas fa-lock text-gray-500"></i>
      </div>
      <input class="block w-full pl-10 pr-3 py-3 text-base bg-gray-800 border-gray-700 text-gray-300 focus:outline-none focus:ring-red-500 focus:border-red-500 rounded-md" id="password" name="password" placeholder="Password" required=""
        type="password" value="">
    </div>
  </div>
  <div class="relative">
    <label class="block text-sm font-medium text-gray-300 mb-1" for="confirm_password">Confirm Password</label>
    <div class="relative rounded-md shadow-sm">
      <div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none">
        <i class="fas fa-lock text-gray-500"></i>
      </div>
      <input class="block w-full pl-10 pr-3 py-3 text-base bg-gray-800 border-gray-700 text-gray-300 focus:outline-none focus:ring-red-500 focus:border-red-500 rounded-md" id="confirm_password" name="confirm_password"
        placeholder="Repeat you password" required="" type="password" value="">
    </div>
  </div>
  <div class="relative">
    <label class="block text-sm font-medium text-gray-300 mb-1" for="referrer">Invitation Code</label>
    <div class="relative rounded-md shadow-sm">
      <div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none">
        <i class="fas fa-user-plus text-gray-500"></i>
      </div>
      <input class="block w-full pl-10 pr-3 py-3 text-base bg-gray-800 border-gray-700 text-gray-300 focus:outline-none focus:ring-red-500 focus:border-red-500 rounded-md" id="referrer" name="referrer" placeholder="Enter invite code" type="text"
        value="">
    </div>
  </div>
  <div>
    <input class="w-full flex justify-center py-3 px-4 border border-transparent rounded-md shadow-sm text-base font-medium text-white bg-red-600 hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500" id="submit"
      name="submit" type="submit" value="Submit">
  </div>
</form>

Text Content

LOG IN

Mobile Number

Password



Don't have an account? Register


REGISTER

Mobile Number

Password

Confirm Password

Invitation Code



Already registered? Log In