.pass_show{position: relative} 

.pass_show .ptxt { 
position: absolute; 
top: 30%; 
right: 30px; 
z-index: 1; 
color: #f36c01; 
margin-top: -10px; 
cursor: pointer; 
transition: .3s ease all; 
} 

.pass_show .ptxt:hover{color: #333333;} 

.g-recaptcha{
    width: 300px;
    margin: 0 auto 1em auto;
} 