<?php
/**
 * Created by PhpStorm.
 * User: roysinclair
 * Date: 2016/02/29
 * Time: 8:33 AM
 */

?>

<div class="row">


    <div class="<?php echo $boxSize ?>">

        <form role="form"  autocomplete="off">
            <div class="form-body">

                <div class="form-group form-md-line-input form-md-floating-label">
                    <input type="email" class="form-control input-lg" value="" id="emailAddress" >
                    <label for="form_control_1">Email Address</label>
                </div>

                <div class="form-group form-md-line-input">
                    <div class="col-md-10">
                        <div class="md-radio-list">
                            <div class="md-radio">
                                <input type="radio" id="NewCustomer" name="signIn" class="md-radiobtn" value="NewCustomer">
                                <label for="NewCustomer">
                                    <span class="inc"></span>
                                    <span class="check"></span>
                                    <span class="box"></span> New Partner <br> Create a new Account and open up your facility for <br> Saving and Investing</label>
                            </div>
                            <div class="md-radio margin-top-20">
                                <input type="radio" id="ReturningCustomer" name="signIn" class="md-radiobtn" value="ReturningCustomer">
                                <label for="ReturningCustomer">
                                    <span class="inc"></span>
                                    <span class="check"></span>
                                    <span class="box"></span> Returning Customer </label>
                            </div>
                        </div>
                    </div>
                </div>

                <div class="clearfix margin-bottom-40"></div>

                <div class="hiddenContent" id="newLogin">

                        <a href="#">
                            <button type="button" class="btn purple btn-lg" id="newClientSubmit">Submit</button>
                        </a>
                    </div>

                </div>


            <div class="hiddenContent" id="login">

                <div class="form-group form-md-line-input form-md-floating-label">
                    <input type="password" class="form-control input-lg" value="" id="password" >
                    <label for="form_control_1">Password</label>
                </div>


                <div class="clearfix"></div>
                <div class="form-actions noborder">
                    <div class="padding-top35px"></div>
                    <a href="#">
                        <button type="button" class="btn purple btn-lg" id="IFAsignIn">Sign In</button>
                    </a>
                    <p>By signing in, you accept the <span class="bold"><a href="<?php echo str_replace('/dashboard', '', $SiteUrl); ?>/index.php?pageReq=disc">Terms of Use and Privacy Policy</a></span></p>
                </div>

                <div class="form-actions noborder">
                    <div class="padding-top35px"></div>
                    <br> <span class="bold">Forgot Password</span>
                    <br>Enter your Email Address below to reset your password
                    <div class="form-group form-md-line-input form-md-floating-label">
                        <input type="text" class="form-control input-lg" value="" id="form_control_1" >
                        <label for="form_control_1">Email Address</label>
                    </div>

                    <a href="#">
                        <button type="button" class="btn purple btn-lg" id="newClient">Submit</button>
                    </a>
<!--
                    <a href="#">
                        <button type="button" class="btn purple btn-lg" id="testButton">Test Button</button>
                    </a>
-->
                </div>

            </div>

        </form>

    </div>


</div>

