/*Write your custom css in this file.*/
#password + .glyphicon {
    cursor: pointer;
    pointer-events: all;
  }
 
 /* Styles for CodePen Demo Only */
 #wrapper {
   max-width: 500px;
   margin: auto;
   padding-top: 25vh;
 }