Your IP : 216.73.217.87


Current Path : /hdd/hdd11/www/vlevski/e/
Upload File :
Current File : /hdd/hdd11/www/vlevski/e/login.php

<?php
	if ($emb!="OK")
	{
		header("location: https://e.vlevski.eu/");
	}
?>
<div style="margin-top: 55px;" class="container-fluid">
	<div class="row">
		<div class="col-12 col-sm-12 col-md-12 col-lg-12 col-xl-12" style="margin-bottom: 10px;">
			<h3 class="main-header"><i class="fas fa-sign-in-alt"></i>&nbsp;&nbsp;Вход</h3>
		</div>
	</div>
	<div class="row">
		<div class="col-12-none col-md-12-none col-sm-12-none col-xs-12-none col-lg-4 col-xl-4">
			&nbsp;
		</div>
		<div class="col-12 col-md-12 col-sm-12 col-xs-12 col-lg-4 col-xl-4">
			<div style="postion: relative; width: 100%; color: #000000; font-weight: bold; font-size: 20px; margin-top: 0px; text-align: center;">
				<form action="/" method="POST">
					<input type="hidden" name="pt" value="login" />
					<table style="postion: relative; margin: 0 auto; width: 320px; color: #555555; border: none;">
						<tr>
							<td style="width: 30px; margin-top: 10px; font-size: 28px; color: #555555;">
								<i class="far fa-envelope">&nbsp;</i>
							</td>
							<td style="width: 290px;">
								<input name="email" id="email" placeholder="Вашият E-mail" class="form-control-lg form-control" style="background-color: #CCCCCC;" type="email" value="" required />
							</td>
						</tr>
						<tr>
							<td style="width: 30px; font-size: 5px;">
								&nbsp;
							</td>
							<td style="width: 290px;">
							</td>
						</tr>
						<tr>
							<td style="width: 30px; margin-top: 10px; font-size: 28px; color: #555555;">
								<i class="fas fa-lock">&nbsp;</i>
							</td>
							<td style="width: 290px;">
								<input name="psw" placeholder="Парола" class="form-control-lg form-control" style="background-color: #CCCCCC;" type="password" value="" required />
							</td>
						</tr>
						<tr>
							<td id="remmei" onclick="remmef(); return true;" style="width: 30px; margin-top: 10px; font-size: 28px; color: #555555; cursor: pointer;">
								<i class="far fa-square">&nbsp;</i>
							</td>
							<td style="width: 290px; text-align: left;">
								<a href="javascript: void();" onclick="remmef(); return true;" onmouseover="this.style.textDecoration='none'; return true;" onmouseout="this.style.textDecoration='none'; return true;" style="color: #555555;">&nbsp;Запомни ме на устройството</a>
								<input id="remme" name="remme" type="hidden" value="" />
							</td>
						</tr>
						<tr>
							<td style="width: 30px; font-size: 5px;">
								&nbsp;
							</td>
							<td style="width: 290px;">
							</td>
						</tr>
						<tr>
							<td colspan="2" style="width: 320px; padding-top: 10px;">
								<button type="submit" class="form-control-lg form-control btn-success"><i class="fas fa-sign-in-alt"></i>&nbsp;&nbsp;Вход</button>
							</td>
						</tr>
					</table>
				</form>
				<br />
				<br />
			</div>
		</div>
		<div class="col-12-none col-md-12-none col-sm-12-none col-xs-12-none col-lg-4 col-xl-4">
			&nbsp;
		</div>
	</div>
</div>