
		
		

		
			
				
					
		
			
		
		

		

		

		
			
			
			
				
				
					
				
			
		

		
		
		

		
		
		
		

		
		
		
		
		
		
		
		
		
		
		
		
			
			
		
			

			

			
			
				
			

			
			
			
			
			
			
			
				
				
			

			
				
				
				
				
					
				
				
				
				
					
				
				
				
				
					
				
				
			
			
			
			
			
		
			
			
			

			
		
			
		
		
		
		
		
		
		

		
	
		

		
		
		

		
	
		
			
		
		




<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />


<title>Development Mode</title>
<link rel="stylesheet" href="/admin/assets/fonts/font-awesome/css/font-awesome.css">


<style type="text/css">

body {
	background: #fff;
	color: #646464;
	font-family: "Helvetica", "Arial", sans-serif;
	margin: 0; padding: 0;
}

#wrapper {
	background: #FFF;
	border: 2px solid #ECEEEF;
  border-radius: 1px;
	margin: 100px auto;
	width: 360px;
}

#inner {
	margin: 30px 40px;
}

.alert {
	font-weight: bold;
    text-align: center;
}

form label {
	display: block;
	width: 100%;
	font-size: 13px;
}

form input, 
form input.text, 
form select{
  background-color: #fff;
  background-image: none;
	border: 1px solid #e6e6e6 !important;
  border-radius: 3px !important;
  color: #646464;
  display: block;
	font-size: 13px;
  line-height: 1.6;
	margin: 5px 0 25px;
  padding: 6px 15px;
  position: relative;
	transition: all .15s ease-out;
}

form input.text {
	margin: 5px auto 25px;
	width: 89%;

}

form input.text:focus {
	outline: 0;
}

form select {
	outline: 0;
}

form input.submit {
		cursor: pointer;
		padding: 2px 12px;
    font-weight: 400;
    font-size: 13px;
    display: block;
    width: 100%;
    border: none;
    background-color: #e34a36;
    color: #fff!important;
    height: 35px;
    margin-left: 0;
    margin-right: 0;
}

form p#submitWrap {
	text-align: center;
	margin: 0; padding: 0;
}

form p#error {
		background-color: #fff;
		background-image: none;
		border: 1px solid #e65e4c !important;
    border-radius: 2px!important;
    box-shadow: none!important;
    color: #e65e4c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 8px;
    min-height: 32px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    text-align: center;
}

.text-divider {
    display: flex;
    justify-content:center;
    align-items: center;
    margin-top: 20px;
    position: relative;
    text-align: center;
}

.text-divider::before,
.text-divider::after {
    content: '';
    background: #ccc;
    height: 1px;
    display: block;
    width: 100%;
}

.text-divider span {
		color: #646464;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
}

.center{
	text-align: center;
}
/* login and setup */
.mura-login-auth-btn{
  display: inline-block;
  margin: 0 0 6px;
  height: 40px;
  text-align: left;
 	text-decoration: none;
  width: 100%;
}

.mura-login-auth-btn.ggl{
  background-color: #dc4e41;
}

.mura-login-auth-btn.fb{
  background-color: #4267b2;
}

.mura-login-auth-btn.gh {
  background-color: #3c4146;
}

.mura-login-auth-btn.ms {
  border: 1px solid #7a818f;
}

.mura-login-auth-btn span{
  color: #fff;
  font-size: 16px;
  text-align: left;
  padding: 11px 0 0 12px;
  display: inline-block;
}

.mura-login-auth-btn.ms span{
  color: #7a818f;
}

.mura-login-auth-btn i{
  border-right: 1px solid #fff;
  color: #fff;
  height: 40px;
  font-size: 28px;
  float: left;
  padding: 6px;
  text-align: center;
  width: 40px;
 	font-family: 'FontAwesome';
}

.mura-login-auth-btn.ms i {
  border-right: 1px solid #7a818f;
}

h3.mura-login-auth-heading{
  margin: 22px;
}

</style>

</head>

<body>
	<div id="wrapper">
		<div id="inner">
			
				<form method="post" action="">

						  

					<label for="locku">Username</label>
					<input type="text" name="locku" id="locku" class="text" />

					<label for="lockp">Password</label>
					<input type="password" name="lockp" id="lockp" class="text" />
					

					<input type="hidden" name="locks" value="true" />
					
					<p id="submitWrap"><input type="submit" name="submit" value="Log In" class="submit" /></p>
				</form>
			
		</div>
	</div>
</body>

</html>
