<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
		<title>Central Loan Resource Login</title>
		<link rel="shortcut icon" href="/static/images/favicon.ico" type="image/x-icon" />
		<meta name="robots" content="index, nofollow" />
		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
		<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
		<style type="text/css">
			*{font-family:Roboto,sans-serif;line-height:1.2;vertical-align:top}
			body{background:#e8e8e8}
			#wrap{display:block;position:relative;width:800px;margin:30px auto;padding:15px 0 0;border-radius:.25rem;overflow:hidden}
			.card,header{margin:0 0 15px;padding:10px;width:750px;margin-left:25px;clear:both}
			.card{border:1px solid #d8d8d8;-webkit-border-radius:3px;border-radius:3px;background-color:#fff;border-bottom-width:2px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1)}
			.card:after,header:after{content:".";display:block;height:0;clear:both;visibility:hidden}
			h1{font-size:1.6rem;font-weight:200;margin:0;line-height:48px}
			h2{font-size:1.5rem;margin:0;margin-bottom:10px;color:#555;font-weight:400}
			input[type=password],input[type=text]{
				-moz-appearance:none;
				-webkit-appearance:none;
				appearance:none;
				width:236px;
				display:inline-block;
				height:36px;
				padding:0 8px;
				margin:0;
				background:#fff;
				border:2px solid #ddd;
				-moz-box-sizing:border-box;
				-webkit-box-sizing:border-box;
				box-sizing:border-box;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				border-radius:3px;
				font-size:15px;
				color:#404040;
				margin-bottom:5px;
				margin-left:55px;
				-o-transition:border 0.7s;
				-webkit-transition:border 0.7s;
				-moz-transition:border 0.7s;
				-ms-transition:border 0.7s;
				transition:border 0.7s;
			}
			input[type=password]:focus,input[type=text]:focus{
				border-color:#669333;
				outline:0;
			}
			input[type=submit]{
				padding:10px;
				width:236px;
				cursor:pointer;
				border-radius:3px;				
				background: -webkit-gradient(linear, 0% 0%, 0% 170%, from(#ffffff), to(#b8b8b8));
				background: -moz-gradient(linear, 0% 0%, 0% 170%, from(#ffffff), to(#b8b8b8));
				background: -ms-gradient(linear, 0% 0%, 0% 170%, from(#ffffff), to(#b8b8b8));
				background: -o-gradient(linear, 0% 0%, 0% 170%, from(#ffffff), to(#b8b8b8));
				background: gradient(linear, 0% 0%, 0% 170%, from(#ffffff), to(#b8b8b8));
				-o-transition:border 0.7s;
				-webkit-transition:border 0.7s;
				-moz-transition:border 0.7s;
				-ms-transition:border 0.7s;
				transition:border 0.7s;
				border:2px solid #ddd;
				color:#000;
				text-shadow: 1px 1px 0 white;
				margin-left:55px
			}
			input[type=submit]:focus,input[type=submit]:hover{
				border-color:#669333;
				outline:0;
			}
				p{color:gray;margin:0}.left50{float:left;width:49%;clear:right}
				footer{font-size:.8em;width:100%;text-align:center}
		</style>		
	</head>
	<body>	
		<div id="wrap">
			<header>
				<div style="background-image:url(/static/images/branding/multilink_logo.png);display:block;width:200px;height:60px;float:left;background-repeat:no-repeat;">&nbsp;</div>
				<div style="background-image:url(/static/images/branding/logo.png);display:block;width:200px;height:60px;float:right;background-repeat:no-repeat;">&nbsp;</div>
			</header>
			<div class="card logincard">
				<div class="left50">
					<h2>CLR Login</h2>
					<p>If you have been provided with a username and password for the CLR system, you can login here.</p>
				</div>
				<div class="left50">
					<form name="login" method="post" action="/auth/strategy/local">
						<input id="inputUsername" name="username" type="text" placeholder="Username..." value="" spellcheck="false" class="">
						<input id="inputPassword" name="password" type="password" placeholder="Password..." value="" spellcheck="false" class="">
						<input name="redirect" type="hidden" value="" />
						<input name="hash" type="hidden" value="118ac0df6b9888a6870e167aadcd5d02" />
						<input id="signIn" name="signIn" type="submit" value="Sign in">
					</form>
				</div>
			</div>
			<footer>Central Loan Resource Version:2.1 Build:112:aae82023cb0e | &copy; <a href="http://multilinkbroadcast.co.uk">Multilink Broadcast Ltd</a> 2014</footer>
		</div>
	</body>
</html><!--Page Load took 0.1707 seconds-->