input:required
 {
  background-image: url(../images/req.png);
  background-repeat: no-repeat;
  text-indent: 0px;  
  background-position: 1% 50%;
 }

select:required
 {
  background-image: url(../images/req.png);
  background-repeat: no-repeat;
  text-indent: 0px;  
  background-position: 1% 50%;
 }
 
 .pass-icon
            {
                float: right;
                margin-top: -28px;
                position: relative;
                z-index: 5;
                font-size:20px;
            }