2 divs, one with image background of that password image & inside it another one of rectangular shape with white backround.
You can write out ur password in second div implementing white background
HTML
CSSCode:<div class="class1"> <center> <div class="class2"> HI </center> </div>
Output:Code:.class1{background-image:url('http://i.imgur.com/qq516.jpg');background-repeat:no-repeat;background-color:#CDF4A3;width:300;height:20;border:solid;border-color:#CDF4A3;border-radius:1em;padding:30 20 30 20;} .class2{background-color:#FFFFFF;width:80%;height:20;}