<div id="smad-login-section" class="container-fluid">
    <div class="container">
        <div class="row">

            <div class="main">
                <div class="text-center">
                    <a href="/" title="AUTONOMICZNE LABORATORIUM ANALITYCZNE"><img src="<?= $this->asset("assets/images/logo-bocian-big.png"); ?>" alt="AUTONOMICZNE LABORATORIUM ANALITYCZNE" /></a>
                    <div class="title-system">
                        AUTONOMICZNE <br/>
                        LABORATORIUM ANALITYCZNE
                    </div>
                </div>

                <div class="smad-form-forgot-pass text-center">
                    <?php if (!empty($errors)) : ?>
                			<?php foreach ($errors as $errMsg) : ?>
                				<div class="alert alert-danger" style="max-width: 500px; margin: 12px auto; text-align: center"><?php echo $errMsg; ?></div>
                			<?php endforeach; ?>
                		<?php else : ?>
                			<div class="alert alert-info" style="max-width: 500px; margin: 12px auto; text-align: center">
                				Zostałeś wylogowany
                			</div>
                		<?php endif; ?>
                    <div style="padding:24px auto; text-align:center">
                      <a  class="btn btn-primary" href="index.php"> zaloguj się </a>
                    </div>
                </div>
            </div>

						<script>
							jQuery(document).ready(function(){
								document.getElementById('username').focus();
							});
						</script>
        </div>
    </div>
    <!-- end sm-page -->
</div>
<!-- end:sm-wrapper -->