
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>Portal - Login</title>
    <meta charset="UTF-8"/>
	<meta name="description" content=""/> 
	<meta name="keywords" content=""/>
	<meta name="subject" content=""/>
	<meta http-equiv="Content-language" content="en"/> 
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta http-equiv="cache-control" content="no-cache"/> 
	<meta http-equiv="imagetoolbar" content="no"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link href="..\data\formoid-solid-orange.css" rel="stylesheet" type="text/css" />
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
</head>

<body class="blurBg-true" style="background-color:#EBEBEB">
    <p><br /></p>
<form method="post" action="./login.aspx" id="ctl00" class="formoid-solid-orange">
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="sEcnVySjZkvYHRi91BUZvxlhqYo1jyyNcLMNzviFltr8sqSt+bHXyhFVXw3D9QyqRhcI64kNN5VA1lXoGRFw8KTbAi9YDISgXGwC/PyNHvs=" />
</div>

<div class="aspNetHidden">

	<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="1806D926" />
	<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="9U1ukTmICwdjMFGoQlL8HF0VnKgA9Anl6w+s04EhqgASJ3eKpOvev9WMVqlxLdGI0Q0ryhv+xwCGZnNmnO42+Tjyj8D3IH1rbqm8jObaoeuT1Hlu5m7aYjKp4EdzNJqe+mSMksHY1BSF1Ivl6HhG+GFZR9jCgQCSOCQlRsQaQnc=" />
</div>
    <div class="title"><h2>dzcard Portal</h2></div>
	<div class="element-input">
        <label class="title"><span class="required">*</span></label>
        <div class="item-cont">
            <input name="txtInit" type="text" id="txtInit" class="large" name="txtInit" required="required" placeholder="Username" /><span class="icon-place"></span>
        </div>
	</div>
	<div class="element-password">
        <label class="title"><span class="required">*</span></label>
        <div class="item-cont">
            <input name="TxtPassword" type="password" id="TxtPassword" class="large" name="TxtPassword" required="required" placeholder="Password" /><span class="icon-place"></span>
        </div>
	</div>
    <div class="submit"><input type="submit" name="btnLogin" value="Login" id="btnLogin" /></div>
</form>
    <p style="text-align:center;font-size:small;color:#808080"><span>&copy; 2017 dzcard Denmark. All Rights Reserved.</span></p>
</body>
</html>
