.parent_div{
  width: 100%;
  height: auto;
  margin: 0;
  left:0px;
  padding: 0;
  overflow: hidden;
  clear: both;
  background: #FAF9F6;
  position: absolute;
}
.account_holder{
  width: 74%;
  height: auto;
  margin: 25px 13%;
  padding: 0;
  overflow: hidden;
  clear: both;
  background: ;
  border-radius: 15px;
}
.access_left{
  width: 65%;
  height: auto;
  margin: 0;
  padding:2% 3% 8% 3%;
  overflow: hidden;
  float: left;
  background: #fff;
}
.access_left h1{
  color: ;
  font-size: 170%;
  font-family: arial;
  font-weight: lighter;

}
.access_left p{
  color:grey;
  font-family: arial;
  font-weight: lighter;
  font-size: 90%;
}
form{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0%;
  overflow: hidden;
  background: #fff;
}
form .key_field label{
  color:rgba(0,0,0,0.7);
  font-family: arial;
  font-weight: lighter;
  font-size: 80%;
}
form input.key{
  width: 90%;
  height: 55px;
  padding: 0 2%;
  margin: 5px 0 0 0;
  color: #222;
  border:0.5px solid #ccc;
  position: relative;
	display: inline-block;
}
.p-viewer {
	z-index: 9999;
	position: absolute;
	right: 542px;
	margin-top: 25px;
  color: #0F52BA;
  display:none;
  cursor: pointer;
}
.p-viewer2 {
	z-index: 9999;
	position: absolute;
	right: 542px;
	margin-top: 25px;
  color: #0F52BA;
  cursor: pointer;
}
form .warning{
  width: 90%;
  height: 10px;
  padding: 4% 2%;
  margin:0 0 40px 0;
  border-radius: 2px;
  background: rgba(255, 0, 0,0.1);
  border: 1px  solid rgba(255, 0, 0,0.6);
  display: none;
}
form .warning label{
  color:rgba(0,0,0,0.7);
  font-family: arial;
  font-weight: lighter;
  font-size: 100%;
}
form .warning i{
  color:red;
  font-size: 110%;
  margin-right: 2%;
}


form .checkbox{
  width: 90.5%;
  height: 25px;
  padding: 4% 2%;
  margin:0;
  border-radius: 2px;
  background: #ADD8E6;
}
form .checkbox input{
  float: left;
}
form .checkbox label{
  float: left;
  width: 85%;
  color:rgba(0,0,0,0.7);
  font-family: arial;
  font-weight: lighter;
  font-size: 80%;
  margin:-13px 0 0 2%;
  line-height: 18px;
}

form .buttons{
  width: 100%;
  height: auto;
  padding: 4% 2%;
  margin:0;
}
form .buttons button{
  width:;
  height: auto;
  padding:3% 12%;
  margin:0;
  background:#0F52BA;
  border: 0px;
  color: #fff;
  font-size: 100%;
  font-family: arial;
  float: left;
}
form .new{
  width: auto;
  height: auto;
  padding: 0;
  margin:5px 0 0 4%;
  float: left;
}
form .new p{
  color:grey;
  font-family: arial;
  font-weight: lighter;
  font-size: 90%;
}
form .new a{
  color:#0F52BA;
  text-decoration: none;
}



.access_right{
  width: 23%;
  min-height: 390px;
  margin: 0;
  padding:2% 3%;
  overflow: hidden;
  float: right;
  background: rgba(226, 223, 210, 0.3);
}
.access_right p{
  color:grey;
  font-family: arial;
  font-weight: lighter;
  font-size: 80%;
  line-height: 20px;
}
.access_right .url{
  margin: 0;
  padding:3% 6%;
  background: #fff;
  border-radius: 50px;
  border: 0.5px solid #ccc;
  text-align: center;
  color:grey;
  font-family: arial;
  font-weight: lighter;
  font-size: 80%;
  line-height: 20px;
  letter-spacing: 1px;
}

.wallet_connect{
  width: 96%;
  height: auto;
  margin: 0;
  padding:2% 3%;
  overflow: hidden;
  background: #fff;
}
.wallet_connect h1{
  color: rgba(0,0,0,0.7) ;
  font-size: 110%;
  font-family: arial;
  font-weight: lighter;

}
.wallet_connect p{
  color:grey;
  font-family: arial;
  font-weight: lighter;
  font-size: 90%;
}
.hold{
  width: 98%;
  height: auto;
  margin: 0 0 20px 2%;
  padding:0 0%;
  background: #fff;
  clear: both;
}
.wallet_type{
  width: 22%;
  height: auto;
  margin: 0 1%;
  padding:1% 0;
  overflow: hidden;
  background: rgba(250, 249, 246, 0.9);
  float: left;
  border: 0.5px solid #ccc;
  cursor: pointer;
}
.wallet_type img{
  max-width: 15%;
  height: auto;
  margin: 10px 3%;
  float: left;
}
.wallet_type p{
  color:#222;
  font-family: arial;
  font-weight: lighter;
  font-size: 90%;
  float: left;
  margin-left:3%;
}


/* for the eye icon */

@media (min-width:1000px) {
  .p-viewer {
  	right: 480px;
  	margin-top: 25px;
  }
  .p-viewer2 {
    margin-right: 60px;
  	margin-top: 25px;
    display: ;
  }
}

@media (min-width:0px) and (max-width:1279px) {
  .account_holder{
    width: 95%;
    height: auto;
    margin: 25px 2.5%;
    padding: 0;
    overflow: hidden;
    clear: both;
    background: ;
    border-radius: 10px;
  }
  .access_right{
    height: 390px;
    margin: 0;
    padding:2% 3%;
  }

  .p-viewer {
  	right: 380px;
  	margin-top: 25px;
  }
  .p-viewer2 {
  	right: 380px;
  	margin-top: 25px;
  }
}
