

<?php
/**
 *
 * PHP 5
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.View.Layouts
 * @since         CakePHP(tm) v 0.10.0.1076
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

$cakeDescription = __d('cake_dev', 'Foqas');
?>
<!DOCTYPE html>
<html>
<head>
	<?php echo $this->Html->charset(); ?>
	<title>
		<?php echo $cakeDescription ?>
	</title>
	<link rel="shortcut icon" type="image/x-icon" href="<?php echo $this->webroot; ?>img/foqas_symbol.png">
	<?php
//		echo $this->Html->meta('icon');

        echo $this->Html->meta('foqas_symbol.png','/img/foqas_symbol.png',array('type' => 'icon'));
		echo $this->Html->css(array('bootstrap_new','bootstrap-responsive','login','opaicons','font_x'));		
		echo $this->Html->script(array('jquery-1.9.1.min'));

		//echo $this->fetch('meta');
		//echo $this->fetch('css');
		//echo $this->fetch('script');
	?>
	<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Schoolbell" />
<style>
    
    body{
        min-width: 960px;
/*        padding-left: 0px;
        padding-right: 0px;*/
    }
            
.topppp { 
    display: inline-block;
    width: 168px;
    float: left;
    height: 48px;
    position: absolute;

  
}
.topppp1{
    background: #4a9fd7; 
    display: inline-block;
    padding-left: 168px;
    width: 100%;
    height: 48px;
    float: right;
  
}
.container-fluid {
    /*padding-right:0px;*/
}
.form-group {
  margin-bottom: 10px;
  
}
.logo {
    background: none repeat scroll 0 0 #ededed;
    box-shadow: -2px 0 3px 5px #CDCDCD;
    /*height: 6.7%;*/
    position: absolute;
    width: 164px;
    height: 48px;
    
}

.logo img {
    height: 45px;
    padding: 5px 2px 1px 36px;
    width: 125px;
}
.container{
	position: relative;
}
.footer{
	background: #EDEDED;
	padding: 10px 0;
position: absolute;
bottom: 0;
width: 100%;
}

</style>
<script src='https://www.google.com/recaptcha/api.js'></script>
</head>
<body>
			
            <?php echo $this->fetch('content'); ?>
        <!--<div class="footer" align="center" style="bottom: 0; margin-top: 35px;">
            &copy; 2015 Foqas LLC, All Right Reserved
        </div> 
	
--></body>
</html>
