<?php
/**
 * Created by PhpStorm.
 * User: roysinclair
 * Date: 2016/02/29
 * Time: 8:33 AM
 */

?>

<div class="row">

    <div class="<?php echo $boxSize ?>">

        <div class="circle-small">
            <h5 class="margin-top-30">Questions?</h5>
            <p class="small text-center">Please don't hesitate to contact us if you have any queries</p>
            <h5>business@sabullion.co.za</h5>
            <h5>+21 21 447 3240</h5>
        </div>

        <h1 class="text-center">Login Details</h1>
        <h5 class="text-center">Please fill in your login details below <br> to become a Partner</h5>

        <form role="form" id="sa-natural-login">
            <div class="form-body padding-top35px">


                <div class="form-group form-md-line-input form-md-floating-label" id="password">
                    <input type="password" class="form-control input-lg" value=""  >
                    <label for="form_control_1">Password</label>
                    <span class="help-block hiddenContent"></span>
                </div>


                <div class="form-group form-md-line-input form-md-floating-label" id="confirmPassword">
                    <input type="password" class="form-control input-lg" value="" >
                    <label for="form_control_1">Re-type Password</label>
                    <span class="help-block hiddenContent"></span>
                </div>


            </div>
            <div class="form-actions noborder">
                <div class="padding-top52px"></div>
                <a href="#">
                    <button type="button" class="btn purple btn-lg">Continue</button>
                </a>
            </div>
        </form>

    </div>


</div>

