www.lzsprovider.com Open in urlscan Pro
2606:4700:3036::6815:4bb9  Public Scan

Submitted URL: http://www.lzsprovider.com/
Effective URL: https://www.lzsprovider.com/login
Submission: On February 01 via manual from US — Scanned from DE

Form analysis 5 forms found in the DOM

POST

<form id="CustomerLoginForm" method="post" accept-charset="UTF-8" class="contact-form">
  <div class="response-msg text-danger text-center"></div>
  <h1 class="text-center mb-3 login-heading-title">Login Here</h1>
  <p class="text-center mb-5">Enter your credentials to access your account</p>
  <div class="row">
    <div class="col-12 col-sm-12 col-md-12 col-lg-12">
      <div class="form-group">
        <label for="CustomerEmail" class="required d-none">Email</label>
        <input autocomplete="off" type="text" name="customer[email]" data-validate="cmVxdWlyZWQ= ZW1haWw=" maxlength="50" placeholder="Email*" id="CustomerEmail" class="validation_field1 form-control">
        <span class="error"></span>
      </div>
    </div>
    <div class="col-12 col-sm-12 col-md-12 col-lg-12">
      <div class="form-group">
        <label for="CustomerPassword" class="required d-none">Password</label>
        <input autocomplete="off" type="password" value="" name="customer[password]" placeholder="Password*" id="CustomerPassword" data-validate="cmVxdWlyZWQ= bWlubGVu c3BhY2VkZXRlY3Q=" minlen="8" maxlength="20"
          class="validation_field1 slash_passwprd form-control">
        <span class="fa fa-fw field-icon toggle_password fa-eye-slash"></span>
        <span class="error"></span>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div id="loginCaptha">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-w5r0xoih9r" frameborder="0" scrolling="no"
            sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdvHGMpAAAAAMzn6Cnt0KC-hzUC69cyHZxCRUeq&amp;co=aHR0cHM6Ly93d3cubHpzcHJvdmlkZXIuY29tOjQ0Mw..&amp;hl=de&amp;v=MHBiAvbtvk5Wb2eTZHoP1dUd&amp;size=normal&amp;cb=ajtwmriusk13"></iframe>
        </div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response" class="g-recaptcha-response" aria-labelledby="g-recaptcha-response"
          style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-12">
      <div class="form-group form-check">
        <input autocomplete="off" type="checkbox" class="form-check-input" name="keep_logged_in" id="exampleCheck1">
        <label class="form-check-label" for="exampleCheck1">Keep me logged in</label>
      </div>
    </div>
    <div class="col-12 col-sm-12 col-md-12 col-lg-12 d-flex align-items-center justify-content-center mt-2 login-button-block p-0 ">
      <input type="submit" class="btn btn-primary w-100 login-page-btn" value="Sign In">
    </div>
  </div>
</form>

POST

<form method="post" id="recoverPassForm">
  <h2 class="text-center mb-4 login-heading-title">Forgot Password?</h2>
  <div class="form-group">
    <label class="required d-none" for="recoverEmail">Email</label>
    <input autocomplete="off" type="text" name="recover[email]" placeholder="Email" id="recoverEmail" data-validate="cmVxdWlyZWQ= ZW1haWw=" maxlength="50" class="validation_field1 form-control">
    <span class="error"></span>
  </div>
  <div class="form-group">
    <div id="forgotPageCaptha">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-f8wa2n8tqa4l" frameborder="0" scrolling="no"
            sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdvHGMpAAAAAMzn6Cnt0KC-hzUC69cyHZxCRUeq&amp;co=aHR0cHM6Ly93d3cubHpzcHJvdmlkZXIuY29tOjQ0Mw..&amp;hl=de&amp;v=MHBiAvbtvk5Wb2eTZHoP1dUd&amp;size=normal&amp;cb=3n5dol8jf9s6"></iframe>
        </div><textarea id="g-recaptcha-response-2" name="g-recaptcha-response" class="g-recaptcha-response" aria-labelledby="g-recaptcha-response"
          style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div>
    </div>
  </div> <button type="submit" class="btn signup-btn btn-primary w-100">Submit</button>
</form>

POST

<form method="post" id="resetPassForm">
  <h2 class="text-center mb-4 login-heading-title">Reset Password</h2>
  <div class="col-12 col-sm-12">
    <div class="form-group">
      <label for="resetPassword" class="required d-none">Password</label>
      <input autocomplete="off" id="resetPassword" type="password" name="resetpass[password]" placeholder="Password*" data-validate="cmVxdWlyZWQ= bWlubGVu c3BhY2VkZXRlY3Q=" minlen="8" maxlength="16"
        class="validation_field1 slash_passwprd form-control">
      <span class="fa fa-fw field-icon toggle_password fa-eye-slash"></span>
      <span class="error"></span>
    </div>
  </div>
  <div class="col-12 col-sm-12">
    <div class="form-group">
      <label for="resetConfirmPassword" class="required d-none">Confirm New Password</label>
      <input id="resetConfirmPassword" type="Password" name="resetpass[confirmPassword]" placeholder="Confirm New Password*" data-validate="cmVxdWlyZWQ= bWlubGVu c3BhY2VkZXRlY3Q=" minlen="8" maxlength="16" class="validation_field1 form-control">
      <span class="fa fa-fw field-icon toggle_password fa-eye-slash"></span>
      <span class="error"></span>
    </div>
  </div>
  <div class="form-group">
    <div id="resetPassPageCaptha">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-x8jvpl607awg" frameborder="0" scrolling="no"
            sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdvHGMpAAAAAMzn6Cnt0KC-hzUC69cyHZxCRUeq&amp;co=aHR0cHM6Ly93d3cubHpzcHJvdmlkZXIuY29tOjQ0Mw..&amp;hl=de&amp;v=MHBiAvbtvk5Wb2eTZHoP1dUd&amp;size=normal&amp;cb=l816s14q4rse"></iframe>
        </div><textarea id="g-recaptcha-response-3" name="g-recaptcha-response" class="g-recaptcha-response" aria-labelledby="g-recaptcha-response"
          style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div><iframe style="display: none;"></iframe>
    </div>
  </div> <button type="submit" class="btn signup-btn btn-primary w-100">Submit</button>
</form>

POST https://www.lzsprovider.com/track-order

<form action="https://www.lzsprovider.com/track-order" method="post" id="trackOrderForm">
  <div class="modal-body">
    <div class="form-group">
      <label for="order-number" class="col-form-label">Order Number</label><span class="require">*</span>
      <input type="text" class="form-control validation_field1" id="order-number" name="order_number" data-validate="cmVxdWlyZWQ=">
      <span class="error"></span>
    </div>
    <div class="form-group">
      <label for="order-email" class="col-form-label">Order Email</label><span class="require">*</span>
      <input type="text" class="form-control validation_field1" id="order-email" name="order_email" data-validate="cmVxdWlyZWQ= ZW1haWw=">
      <span class="error"></span>
    </div>
    <div class="form-group">
      <div id="captcha_container">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-7mu37k9lmlq5" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdvHGMpAAAAAMzn6Cnt0KC-hzUC69cyHZxCRUeq&amp;co=aHR0cHM6Ly93d3cubHpzcHJvdmlkZXIuY29tOjQ0Mw..&amp;hl=de&amp;v=MHBiAvbtvk5Wb2eTZHoP1dUd&amp;size=normal&amp;cb=aj5omscohgy7"></iframe>
          </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" aria-labelledby="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div>
      </div>
    </div>
  </div>
  <div class="modal-footer">
    <button type="button" class="btn btn-primary track_order_button">Submit</button>
  </div>
</form>

POST

<form id="homeCustomerLoginForm" class="h-100" method="post">
  <div class="offer-modal-content h-100 d-flex justify-content-center flex-column">
    <div class="offer-modal-top">
      <h2 class="modal-prd-name">For Exclusive offers<br> and the latest product</h2>
      <h3 class="modal-login-text">log in to our<br> website</h3>
      <div class="modal-auth-cover checkout-wrapper">
        <div class="modal-login-cover accordian-cover-main text-left p-0">
          <div>
            <div class="row card-body">
              <div class="form-group col-md-12 col-sm-12 mb-4">
                <input class="text-field-input autoCompelte-input validation_field1" type="text" name="customer[email]" placeholder="Email" id="UserInputEmail2" data-validate="cmVxdWlyZWQ= ZW1haWw=" maxlength="50">
                <label class="float-label required" for="UserInputEmail2">Email address</label>
              </div>
              <div class="form-group col-md-12 col-sm-12">
                <input class="text-field-input autoCompelte-input validation_field1" autocomplete="off" name="customer[password]" placeholder="Password" type="password" maxlength="16" minlen="8" id="userInputPassword2"
                  data-validate="cmVxdWlyZWQ= bWlubGVu c3BhY2VkZXRlY3Q=">
                <label class="float-label required" for="userInputPassword2">Password</label>
              </div>
              <div class="form-group col-md-12 col-sm-12">
                <div id="homeLoginCaptcha"></div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="offer-modal-bottom mt-2">
      <button type="submit" id="homeCustomerLoginForm1" class="offer-modal-login btn btn-primary w-100">Log in</button>
      <a href="https://www.lzsprovider.com/login?home=1" class="modal-signup-link font-13 mt-3 d-inline-flex">Create an Account</a>
    </div>
  </div>
</form>

Text Content

LOGIN HERE

Enter your credentials to access your account

Email
Password

Keep me logged in


Forgot your password? Reset password


FORGOT PASSWORD?

Email

Submit

Already have an account? Login


RESET PASSWORD

Password
Confirm New Password

Submit

Already have an account? Login

Privacy Policy Terms & Conditions California Privacy Policy California
Transparency in Supply Chains Act





YOUR CART - 0 ITEM(S)

×

GET NOTIFIED

Select Color Red
Select Size XL 2XL
Email
Notify Me

TRACK YOUR ORDER

Order Number*
Order Email*

Submit
×


FOR EXCLUSIVE OFFERS
AND THE LATEST PRODUCT


LOG IN TO OUR
WEBSITE

Email address
Password

Log in Create an Account