<div class="row">
    <div class="col-12 col-lg-6">
        <div id="identifyInfo">
            <h1 class="desktop-very-big">איזור אישי</h1>
            <p class="">באזור אישי ניתן לראות את המידע הרלוונטי לך</p>
        </div>
    </div>
    <div class="col-12 col-lg-6">
        <div id="IdentifyFormDiv" class="">
            <p>אנא הקלידו את מספר תעודת הזהות שלכם – מיד לאחר מכן ישלח אליכם לנייד קוד אימות.</p>
            <form id="IdentifyForm" novalidate>
                <div id="idDiv" class="input-div">
                    <input type="tel" id="id" maxlength="9" placeholder="" data-filter="numbers" data-required="true"
                        data-validator="id" data-error="מספר ת.ז. שהוקלד שגוי – יש לבדוק ולהקליד מחדש" required="true">
                    <label for="id" class="mt-1 floating-label">ת.ז.</label>
                    <p id="idError" class="red error-message"></p>
                </div>

                <div id="sendIdBtnDiv" class="block mt-1 d-flex justify-content-center">
                    <button type="submit" id="sendIdBtn" class="btn align-self-center diagonal-orange">שלח</button>
                </div>
            </form>
        </div>
        <div id="tokenFormDiv" class="hide">
            <h4 class="text-center">יש להקליד את קוד האימות שקיבלת ב SMS:</h4>
            <form id="tokenForm" novalidate>
                <div id="tokenDiv" class="input-div">
                    <input type="tel" id="token" placeholder="" data-filter="numbers" data-required="true"
                        data-validator="" data-error='יש למלא קוד אימות' required="true">
                    <label for="token" class="mt-1 floating-label">קוד אימות</label>
                    <p id="tokenError" class="red error-message"></p>
                </div>

                <div id="SendTokenBtnDiv" class="block mt-1 d-flex justify-content-center">
                    <button type="submit" id="SendTokenBtn" class="btn align-self-center diagonal-orange">שלח קוד
                        אימות</button>
                </div>
            </form>
        </div>
        <div class="resendTokenDiv">
            <p id="resendToken" class="small bold hide">לשליחה חוזרת של קוד אימות לנייד, לחצו על כפתור <a
                    id="resendToken" href="#!identify" class="orange">שלח קוד אימות</a></p>
            <p id="tokenHelp" class="small bold hide">משהו לא מסתדר? לא קיבלתם קוד אימות? אנא צרו קשר עם 8946* לקבלת
                עזרה</p>
        </div>

        <p id="generalError" class="red block mt-1"></p>
    </div>
</div>
<script src="/js/personalzone/login.js"></script>