div.search {
    width: 195px;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 6px 0px;
    border-radius: 2px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 215px;
}

img.search {
    width: 18px;
    display: block;
    float: right;
    padding: 5px 2px 0px 0px;
    opacity: 0.6;
    transition: 0.25s ease-in-out;
}

input.search {
    width: 165px;
    background: transparent;
    color: #000;
    font: normal 13px 'lucida sans', sans-serif;
    line-height: 24px;
    border: 0px;
    padding-left: 5px;
}

  input.search:focus {
      outline: none;   
  }
