



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<title>SMP - Login</title>

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<meta name="gwt:property" content="locale=en">
<link rel="Shortcut Icon" href="images/icon.ico">
<link rel="Bookmark" href="images/icon.ico">

<link type="text/css" rel="stylesheet" href="fonts/loader.css">
	
<script type="text/javascript"
	src="https://resources.smpsurveys.com/js/jquery.min.js"></script>
<script type="text/javascript" language="javascript"
	src="https://resources.smpsurveys.com/gwt_login/gwt_login.nocache.js"></script>

<link type="text/css" rel="stylesheet"
	href="https://resources.smpsurveys.com/gwt_login/login.css">

<!-- when all images are loaded, reveal the bg image -->
<script>
	$(window).on("load", function() {
		$("#bg-cover").addClass("loaded");
		$("#footer-row").addClass("loaded");
	});
</script>

</head>

<body class="login-page" id="login-page-body">
	<div class="login-body noselect">
		<div id="bg-cover"></div>
		<div class="container-fluid">
			<div class="login">
				<div class="logo-img" id="logo">
					<img src="images/smp-logo-vector.svg"
						onerror="this.onerror=null; this.src='images/smp-logo.png'">
				</div>
				<form>
					<div class="login-input" id="loginWrap">
						<div id="nameFieldContainer"></div>
						<div id="passwordFieldContainer"></div>
						<!--<div id="submitContainer" style="max-width:100%"></div>-->

						<div class="remember-me">
							<div class="checkbox">
								<!--<input type="checkbox"  name="check" id="check23">
                      <label for="check23" >Remember</label>-->
								<div id="remember-container" style="max-width: 100%"></div>
							</div>
							<div id="submitContainer" style="max-width: 100%"></div>
							<div id="ForgotContainer"></div>
						</div>
					</div>
				</form>
			</div>
			<div class="lan-version" style="display: none">
				<div class="language" style="display: none">
					<ul>
						<li><a id="languageContainer"></a></li>
						<li><a id="languageContainer"></a></li>
					</ul>
				</div>
				<div class="version" id="version-number"></div>
			</div>
			<div id="footer-row" style="opacity: 0">
 	<div id="copyright" onclick="showBuild()">
 		Copyright 2019 @ Smp Surveys
		 <div id="build-version">
			Last updated<br>
			SMP_BUILD_DATE
			<!-- <br> <a href="" target="_blank" id="changelog">View changelog</a> -->
		</div>
 	</div>
</div>

<script>
	function showBuild() {
		document.getElementById("build-version").style.display = "block";
		setTimeout(function(){
			document.getElementById("build-version").style.display = "none";
		}, 5000);
	}
</script>

<style>
	#footer-row {
		background: #28bd8b;
	    position: fixed;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    height: 24px;
	}
	
	.login-page #footer-row {
		background: transparent;
	    margin: 15px 5px;
	    font-weight: 100;
	    transition: opacity 2s 1.5s;
	}
	
	.login-page #footer-row.loaded {
		opacity: 0.4 !important;
	}
	
	#monitor-dashboard #footer-row {
		opacity: 1 !important;
	}
	
	#copyright {
		color: #fff;
	    cursor: pointer;
	    text-align: right;
	    padding-right: 15px;
	    padding-left: 15px;
	    font-family: 'Open Sans', sans-serif;
	    font-size: 10px;
	    line-height: 24px;
	    display: table-cell;
	    position: absolute;
	    right: 0;
	}
	
	#build-version {
		display: none;
	    position: absolute;
	    right: 0;
	    bottom: 24px;
	    padding: 5px 15px;
	    line-height: 17px;
	    background: rgba(0, 0, 0, .5);
	    color: #fff;
	}
	
	#changelog {
		color: #444;
	}
</style>
		</div>
	</div>

	<!--load here in body so that these images
         are already loaded when we need them-->

	<div id="extra-image-load">
		<img src="images/msg.png"></img> <img src="images/specs.png"></img> <img
			src="images/check-active.png"></img> <img src="images/check.png"></img>
		<img src="images/round-shape.png"></img>
	</div>

</body>

</html>