<!-- login/logout -->

<div class="content-padding w-100  login-page-form mx-auto">
        <!-- login modal content -->



<form       action="https://atuleisure.com/login/"
      method="post"
      class="login-form"
>
    <input type="hidden" name="action" value="login" />

    <input placeholder="Email"
           type="text"
           class="w-100 mb-3"
           name="username"
           maxlength="100"
           value=""     />
    <input placeholder="Password"
           type="password"
           class="w-100 mb-3"
           name="password"
           maxlength="100"     />

    <div class="mb-3">
        <input type="submit" class="w-100" value="Sign in"  />
        <span class="hookUserNavbar">    <div class="ha-icons-container in-navigation">
        <div class="ha-or"><span>or</span></div>

        <div class="ha-social-icons">
                            <div class="ha-social-icon">
                    <a class="ha-google-provider " href="https://atuleisure.com/plugins/hybridAuthLogin/google">
                        <svg viewBox="0 0 24 24" class="ha-social-icon-svg">
                            <use xlink:href="#ga-google"></use>
                        </svg>
                    </a>
                </div>
                            <div class="ha-social-icon">
                    <a class="ha-twitter-provider " href="https://atuleisure.com/plugins/hybridAuthLogin/twitter">
                        <svg viewBox="0 0 24 24" class="ha-social-icon-svg">
                            <use xlink:href="#ga-twitter"></use>
                        </svg>
                    </a>
                </div>
                    </div>
    </div>
</span>
    </div>

    </form>

    Forgot your password? <a title="Reset your password" href="https://atuleisure.com/reset-password/">Reset your password</a>
            <div class="mt-1">
            New here? <a title="Register for a new account" href="https://atuleisure.com/registration/">Register for a new account</a>
        </div>
    
<!-- login modal content end --></div>

<!-- login/logout end -->