/**
 * Copyright 2016-present, Baifendian, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.bfd-search-input2 {
  position: relative;
  display: inline-block;
}
.bfd-search-input2 .bfd-input {
  padding-right: 25px;
  width: 100%;
}
.bfd-search-input2--block {
  display: block;
}
.bfd-search-input2__search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}
