
 @include('partials/__header',['page_inf'])

<body class="hidenav removebullets enableanimationss">

<!-- start preloader -->
<div id="preloader">
    <div id="status">&nbsp;</div>
</div>

 @include('partials/social',['lang','com'])
<!-- THEMES PREVIEW -->
 @include('partials/__tmprev')
 
 
 <!-- Navigation -->
	<div class="navigation white">

		<div class="container" >
         <?php foreach($com as $info){?>
			
             
			 
			 <?php $flogo=$info->logo;} ?>
			
			 	
			
		</div>
       
	</div>
 
    <section class="bg222 c999 relative z20 clearfix" style="height:100%;">
	<div class=" relative col-xs-12 col-sm-12 col-md-4 h700 offset-0" >
		<!--
		#################################
			- THEMEPUNCH BANNER -
		#################################
		-->
        
		<!-- START REVOLUTION SLIDER 3.1 rev5 fullwidth mode -->
		<div id="parallax-off" class="tp-banner-container relative" >
			<div class="tp-banner-fixed" >
				<ul>

					<!-- SLIDE 1  -->
					<li  data-transition="fade" data-slotamount="1" data-masterspeed="2000" data-thumb="{{url('/')}}/images/secondpages/pic1.jpg" data-delay="12000"  data-saveperformance="on"  data-title="Ken Burns Slide" data-color="white">
						<!-- MAIN IMAGE -->
						<img src="{{url('/')}}/images/dummy.png" alt="" data-lazyload="{{url('/')}}/images/secondpages/pic1.jpg" data-bgposition="left center" data-kenburns="on" data-duration="12000" data-ease="Power0.easeInOut" data-bgfit="100" data-bgfitend="100" data-bgpositionend="center center">


						<!-- Filter dark -->
						<div class="tp-caption customin customout"
							 data-x="center"
							 data-y="center"

							 data-customin="opacity:0;"
							 data-customout="opacity:1;"
							 data-speed="600"
							 data-start="0"
							 data-easing="easeOut"  
							 style="z-index: 4; display:block; background:rgba(0,0,0,0.3); width:100%; height:100%;"
						></div>
					</li>

					
					

				</ul>
				<div class="tp-bannertimer none"></div>
			</div>
		</div>
		<!-- END REVOLUTION SLIDER -->
	</div>
	<div class="container cus-pos-abs">
		<div class="clearfix"></div>
		<div class="cover-right-text col-sm-12 col-sm-offset-0 col-md-8 col-md-offset-4 sspacing">
			  @if (session('flag'))
      <div class="alert alert-danger" style="background-color:#336699; border:none">
        <p style="color:white; float:center">{{ session('flag') }}</p>
      </div>
      @endif
           @if (session('flag1'))
      <div class="alert alert-danger" style="background-color:#ff6666; border:none">
        <p style="color:white; float:center">{{ session('flag1') }}</p>
      </div>
      @endif
            <h1 class="titlefont cwhite">Log In</h1>
			<div class="separator100 bg333 mt30 mb50"></div>
		 <form name="loginform" id="loginform" method="POST" action="{{url('/')}}/logto1/newmember" accept-charset="UTF-8"  enctype="multipart/form-data">
			<input type="hidden"  name="_token" value="{{ csrf_token() }}">
            <div class="row">
            <div class="col-md-3">
            <label style="color:white">Email:</label>
            </div>
            <div class="col-md-6">
					<input type="email" class="form-control formlarge" placeholder="Email" name="email" required>
				</div>
                </div>
                <br/>
                <div class="row">
                 <div class="col-md-3">
            <label style="color:white">Password:</label>
            </div>
                <div class="col-md-6">
					<input type="password" class="form-control formlarge" placeholder="Password" name="password" required>
				</div>
                </div>
                <br/>
            <div class="row">
                 <div class="col-md-3">
           
            </div>
                <div class="col-md-6">
					 <button class="btn btn-success" style="background-color:white;color:black;border:none;float:center;">Login</button>
				</div>
                
                </div>
                
            </form>
            <div class="separator100 bg333 mt30 mb10"></div>
            
            <p class="bold pb20 cwhite titlefont">If you are not registered, Please <a href="{{url('/')}}/registration/member">Sign Up</a>/ Go to <a href="{{url('/')}}">Home</a></p>
           		
		</div>
	</div>
</section>
@include('elements/main_footer',['$flogo','footer'])
@include('partials/__footer')


</body>
</html>