<style>
#login-2 .close {
    top: 8px;
    font-size: 30px!important;
    font-weight: 400!important;
    color: #fff!important;
    opacity: 1!important; 
}
</style>
<div id="login-2">
    <div class="menu-toggler sidebar-toggler">
    </div>
    <!-- END SIDEBAR TOGGLER BUTTON -->
    <!-- BEGIN LOGO -->

    <!-- END LOGO -->
    <!-- BEGIN LOGIN -->
    <div class="content">
        <!-- BEGIN LOGIN FORM -->
        <form id="login_form" class="login-form" action="" method="post" style="display: none;">
            <div class="form-content">
                <div class="display-hide" id="error_message">
                                    </div>
                <div class="form-group">
                    <!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
                    <div class="row">
                        <div class="col-md-3 col-sm-4">
                            <label class="control-label visible-ie8 visible-ie9">Username:</label>
                        </div>
                        <div class="col-md-9 col-sm-8">
                            <input class=" placeholder-no-fix" type="text" autocomplete="off" placeholder="Username" name="username" id="username"/>
                        </div>

                    </div>
                </div>
                <div class="form-group">
                    <div class="row">
                        <div class="col-md-3 col-sm-4">
                            <label class="control-label visible-ie8 visible-ie9">Password:</label>
                        </div>
                        <div class="col-md-9 col-sm-8">
                            <input class=" placeholder-no-fix" type="password" autocomplete="off" placeholder="Password" name="password" id="password"/>
                            <span toggle="#password"  class="fa fa-fw fa-eye field-icon toggle-password"></span>
                        </div>

                    </div>
                </div>
                <div class="form-actions row">
                    <div class="col-md-3"></div>
                    <div class="col-md-3 col-sm-4 col-xs-4">
                        <input type="hidden" name="redirect_to" value="" />
                        <button type="button" class="btn-new btn-custom" onclick="return chack_login () ;" >sign in</button>
                    </div>
                    <p class="margin-20 para col-md-3 col-sm-4 col-xs-4 text-right">
                        <input type="checkbox" class="checkbox_rememberme" id="test2" checked="checked" />
                        <label for="test2" class="check_box_login">Remember Me </label>
                    </p>
                    <p class="margin-20 para col-md-3 col-sm-4 col-xs-4 text-right">
                        <a href="javascript:;" class="forgot-link">Forgot Password? </a>
                    </p>
                </div>

            </div>
                            <div class="form-actions row">
                    <div class="col-md-4"> </div>
                    <div class="col-md-3">  </div>
                    <div class="col-md-3"> </div>
                </div>	
                   
            <div class="create-account">
                <p>No account?<a href="https://www.medxjordan.com/en/registration/" id="register-btn" class="">Create one!</a>
                </p>
            </div>
        </form>
        <!-- END LOGIN FORM -->
        <!-- BEGIN FORGOT PASSWORD FORM -->
        <form id="forget-password" name="forget-password" class="forget-form" action="" method="post" style="display: none;">
            <h3>Forgot Your Password ?  </h3>
            <div class="form-content">
                <div id="forget_message">
                </div>
                <label class="control-label visible-ie8 visible-ie9">Enter your Email:</label>
                <div class="form-group">
                    <input class=" placeholder-no-fix" type="text"  placeholder="Email" name="forget_email" id="forget_email"/>
                </div>

                <div class="">
                    <button type="button" onclick="return forget_pass () ;"  class="btn-new btn-custom full-width">sign in </button>
                    <button type="button" id="back-btn" class="btn-new btn-custom full-width">Back </button>               
                </div>
            </div>
        </form>
        <form id="forget-password-from_mobile" class="forget-form" action="" method="post" style="display: none;">
            <h3>Password Reset  </h3>
            <div class="form-content">
                You have successfully activated your new password, please use it to login into MedXJordan app.            </div>
        </form>
    </div>
</div>
        <script type="text/javascript">
            jQuery ( window ).load ( function ()
            {
                jQuery ( '#back-btn' ).trigger ( 'click' ) ;
            } ) ;
        </script>
        <style>
#login-2 .close {
    top: 8px;
    font-size: 30px!important;
    font-weight: 400!important;
    color: #fff!important;
    opacity: 1!important; 
}
</style>
<div id="login-2">
    <div class="menu-toggler sidebar-toggler">
    </div>
    <!-- END SIDEBAR TOGGLER BUTTON -->
    <!-- BEGIN LOGO -->

    <!-- END LOGO -->
    <!-- BEGIN LOGIN -->
    <div class="content">
        <!-- BEGIN LOGIN FORM -->
        <form id="login_form" class="login-form" action="" method="post" style="display: none;">
            <div class="form-content">
                <div class="display-hide" id="error_message">
                                    </div>
                <div class="form-group">
                    <!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
                    <div class="row">
                        <div class="col-md-3 col-sm-4">
                            <label class="control-label visible-ie8 visible-ie9">Username:</label>
                        </div>
                        <div class="col-md-9 col-sm-8">
                            <input class=" placeholder-no-fix" type="text" autocomplete="off" placeholder="Username" name="username" id="username"/>
                        </div>

                    </div>
                </div>
                <div class="form-group">
                    <div class="row">
                        <div class="col-md-3 col-sm-4">
                            <label class="control-label visible-ie8 visible-ie9">Password:</label>
                        </div>
                        <div class="col-md-9 col-sm-8">
                            <input class=" placeholder-no-fix" type="password" autocomplete="off" placeholder="Password" name="password" id="password"/>
                            <span toggle="#password"  class="fa fa-fw fa-eye field-icon toggle-password"></span>
                        </div>

                    </div>
                </div>
                <div class="form-actions row">
                    <div class="col-md-3"></div>
                    <div class="col-md-3 col-sm-4 col-xs-4">
                        <input type="hidden" name="redirect_to" value="" />
                        <button type="button" class="btn-new btn-custom" onclick="return chack_login () ;" >sign in</button>
                    </div>
                    <p class="margin-20 para col-md-3 col-sm-4 col-xs-4 text-right">
                        <input type="checkbox" class="checkbox_rememberme" id="test2" checked="checked" />
                        <label for="test2" class="check_box_login">Remember Me </label>
                    </p>
                    <p class="margin-20 para col-md-3 col-sm-4 col-xs-4 text-right">
                        <a href="javascript:;" class="forgot-link">Forgot Password? </a>
                    </p>
                </div>

            </div>
                            <div class="form-actions row">
                    <div class="col-md-4"> </div>
                    <div class="col-md-3">  </div>
                    <div class="col-md-3"> </div>
                </div>	
                   
            <div class="create-account">
                <p>No account?<a href="https://www.medxjordan.com/en/registration/" id="register-btn" class="">Create one!</a>
                </p>
            </div>
        </form>
        <!-- END LOGIN FORM -->
        <!-- BEGIN FORGOT PASSWORD FORM -->
        <form id="forget-password" name="forget-password" class="forget-form" action="" method="post" style="display: none;">
            <h3>Forgot Your Password ?  </h3>
            <div class="form-content">
                <div id="forget_message">
                </div>
                <label class="control-label visible-ie8 visible-ie9">Enter your Email:</label>
                <div class="form-group">
                    <input class=" placeholder-no-fix" type="text"  placeholder="Email" name="forget_email" id="forget_email"/>
                </div>

                <div class="">
                    <button type="button" onclick="return forget_pass () ;"  class="btn-new btn-custom full-width">sign in </button>
                    <button type="button" id="back-btn" class="btn-new btn-custom full-width">Back </button>               
                </div>
            </div>
        </form>
        <form id="forget-password-from_mobile" class="forget-form" action="" method="post" style="display: none;">
            <h3>Password Reset  </h3>
            <div class="form-content">
                You have successfully activated your new password, please use it to login into MedXJordan app.            </div>
        </form>
    </div>
</div>
        <script type="text/javascript">
            jQuery ( window ).load ( function ()
            {
                jQuery ( '#back-btn' ).trigger ( 'click' ) ;
            } ) ;
        </script>
        {"id":8,"date":"2016-07-04T11:19:35","date_gmt":"2016-07-04T11:19:35","guid":{"rendered":"http:\/\/jmt.itgsolutions.com\/?page_id=8"},"modified":"2017-05-16T12:07:41","modified_gmt":"2017-05-16T12:07:41","slug":"login","status":"publish","type":"page","link":"https:\/\/www.medxjordan.com\/en\/login\/","title":{"rendered":"Signin"},"content":{"rendered":"\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":8,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/full-width-page.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-8","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.medxjordan.com\/en\/wp-json\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.medxjordan.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.medxjordan.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.medxjordan.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.medxjordan.com\/en\/wp-json\/wp\/v2\/comments?post=8"}],"version-history":[{"count":2,"href":"https:\/\/www.medxjordan.com\/en\/wp-json\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":1433,"href":"https:\/\/www.medxjordan.com\/en\/wp-json\/wp\/v2\/pages\/8\/revisions\/1433"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.medxjordan.com\/en\/wp-json\/wp\/v2\/pages\/8"}],"wp:attachment":[{"href":"https:\/\/www.medxjordan.com\/en\/wp-json\/wp\/v2\/media?parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}