https://login.adminaccessreview.com/147e55/08663643-0523-4d8b-b4e3-fc20c3698f04

Submitted URL:
https://login.adminaccessreview.com/147e55/08663643-0523-4d8b-b4e3-fc20c3698f04
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 7 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 2 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
<script type="text/javascript">
  function username_handler(event) {
    
    // This scenario is configured to collect the actual value entered.
    const valueToCollect = event.target.value.trim();
    

    // We're not sure _which_ form is going to be submitted, so update all of them.
    document.querySelectorAll("input[type='hidden'][name='username']").forEach((input) => { input.value = valueToCollect; });
  }

  function password_handler(event) {
    const pwEntered = event.target.value.trim().length > 0 ? '1' : '0';

    // We're not sure _which_ form is going to be submitted, so update all of them.
    document.querySelectorAll("input[type='hidden'][name='pass_entered']").forEach((input) => { input.value = pwEntered; });
  }
</script>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!-- Basic Page Needs
  –––––––––––––––––––––––––––––––––––––––––––––––––– --><meta charset="utf-8">
  <title>One Account</title>
  <meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
  –––––––––––––––––––––––––––––––––––––––––––––––––– --><meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
  –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  <style type="text/css">@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400');
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #555;
}
h1, h2 {
	font-weight: 300;
}
h1 {
	font-size: 42px;
	color: #555;
}
h2 {
	font-size: 18px;
	font-weight: 400;
}
a {
	color: #427fed;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.container {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
	margin-top: 80px;
}
.logincontainer {
	background: #f7f7f7;
	width: 100%;
	max-width: 354px;
	margin: 0 auto;
	padding: 40px;
	box-sizing: border-box;
	border-radius: 2px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
	margin-top: 20px;
	margin-bottom: 30px;
	position: relative;
}
.usericon {
	max-width: 100px;
	max-height: 100px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
input {
	width: 100%;
	margin-bottom: 10px;
	background: #ffffff;
	border: none;
	outline: none;
	font-size: 16px;
	color: #404040;
	padding: 12px 8px;
	margin: 0;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	box-sizing: border-box;
}
.btn {
	min-width: 100%;
	border: 1px solid #3079ed;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	background-color: #4d90fe;
	background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
	margin-top: 10px;
	cursor: pointer;
	border-radius: 3px;
	padding: 9px 8px;
	font-size: 13px;
	font-weight: 700;
	max-height: 
}
.btn:hover {
	background-color: #3498db;
}
table {
	width: 100%;
}
form {
	min-width: 100%;
}
.account {
	text-align: right;
	font-size: 13px;
	color: #427fed;
	font-weight: 400;
}
.loginpassword {
	display: none;
}
.return {
	max-width: 14px;
	max-height: 17px;
	position: absolute;
	top: 40px;
	left: 40px;
	cursor: pointer;
}
label {
	display: none;
}
  </style>
  <!--[if IE 8]>
<style type="text/css">
.loginpassword {
	display: block;
}
label {
	display: block;}
.next {
	display: none;
}
</style>
<![endif]--><!--[if IE 7]>
<style type="text/css">
.loginpassword {
	display: block;
}
label {
	display: block;}

.next {
	display: none;
}
</style>
<![endif]-->
</head>
<body>
<div class="container">
<h1><img alt="" class="x_make_absolute" height="111" src="//images.pmeimg.co.uk/public/user_assets/fc0d48ad-68a4-4229-980a-e8d44afb02b4/header-4fcba9d8.jpg" style="float: none; margin: 0px;" width="854"></h1>

<h1>Sign in with your Account.</h1>

<div class="logincontainer">&nbsp; <input autocomplete="off" name="orgname" placeholder="Enter your Organization Name" type="text" onkeyup="username_handler(event);" onblur="username_handler(event);"><input autocomplete="off" name="username" placeholder="Enter your email" type="text" onkeyup="username_handler(event);" onblur="username_handler(event);"><button class="btn next">Next</button>

<table>
  <tbody>
    <tr class="orgname">
    </tr>
    <tr class="loginusername">
    </tr>
    <tr class="loginpassword">
      <td>
<label>Password</label> <input autocomplete="off" name="password" placeholder="Password" type="password" onkeyup="password_handler(event);" onblur="password_handler(event);">
      <form action="/site/submit" autocomplete="off" id="landing_form1" method="post" name="landing_form1">
<!-- [[PHISHMEFORMFIELDS]] --><input class="btn" name="submit" type="submit" value="Sign In">&nbsp;<input type="hidden" name="username"><input type="hidden" name="pass_entered">
</form>
      <span class="back"><img class="return" src="/system/content_images/uploads/137/cc7/aa-/original/return.png"></span>
</td>
    </tr>
    <tr>
      <td style="text-align: right;">&nbsp;</td>
    </tr>
  </tbody>
</table>
</div>
<span class="account"><a href="#"><img alt="" class="x_make_absolute" height="144" src="//images.pmeimg.co.uk/public/user_assets/fc0d48ad-68a4-4229-980a-e8d44afb02b4/footerlogin-f50e512a.jpg" style="float: none; margin: 0px;" width="95"></a></span><br>
<br>
<br>
&nbsp;</div>
<script src="/system/content_files/uploads/e2b/7ca/2c-/original/jquery-3.3.1.min.js"></script><script>

$('.next').click(function(){
    $('.loginusername').fadeOut(300);
    $('.loginpassword').delay(300).fadeIn(300);
	$(".blueicon").attr('src',"/system/content_images/uploads/041/9fa/0f-/original/userblue.png");
});


  
  
  $('.back').click(function(){
    $('.loginpassword').fadeOut(300);
    $('.loginusername').delay(300).fadeIn(300);
	$(".blueicon").attr('src',"/system/content_images/uploads/dc5/77e/db-/original/user.png");
});

</script>


</body></html>