<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="/assets/favicon.ico">
<title>Login</title>

<!-- Bootstrap core CSS -->
<link href="/assets/stylesheets/css/bootstrap.css" rel="stylesheet">

<!-- Custom styles for this template -->
<link href="/assets/stylesheets/css/app.css" rel="stylesheet">
<link href="/assets/stylesheets/css/font-awesome.min.css" rel="stylesheet">
<link href="/assets/js/chosen_v1.4.2/chosen.css" rel="stylesheet">
<link href="/assets/stylesheets/css/style.css" rel="stylesheet">

<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->

</head>

<body>
<div class="container">
  <div class="row"> <?php echo $__env->yieldContent("authcontent"); ?> </div>
</div>

<!-- Bootstrap core JavaScript
================================================== --> 
<!-- Placed at the end of the document so the pages load faster --> 
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> 
<script src="/assets/js/bootstrap.min.js"></script> 
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> 
<script src="/assets/js/ie10-viewport-bug-workaround.js"></script> 
<script src="/assets/js/chosen_v1.4.2/chosen.jquery.min.js"></script>
<?php echo $__env->yieldContent("authfooter"); ?>
</body>
</html>
