.fake-input {
   position: relative;
   padding-left: 70px;
   border: 1px solid #ffffff;
   height: 40px;
   box-shadow: none;
   background: rgba(255, 255, 255, 0.7);
    font-size:18px;
  }
  
  .fake-input input {
   border: none: background:#fff;
   display: block;
   box-sizing: border-box;
   width: 20%;
   height: 0px;
   border-bottom: hidden;
   color:#000000;
   font-size:18px;
  }
  
  .fake-input img {
   position: absolute;
   left: 5px
  }
.padd0{padding:0px}