.card_search {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 20px 0;
}
.card_search:first-child {
  margin-top: 0;
}
.card_search:last-child {
  margin-bottom: 0;
}
.card_search .card_search_box,
.card_search .card_search_info {
  width: 300px;
  height: 40px;
  max-width: 100%;
}
.card_search .card_search_box {
  position: relative;
}
.card_search .card_search_box i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  width: 40px;
  height: 100%;
}
.card_search .card_search_box .card_search_input {
  width: 100%;
  height: 100%;
  padding: 0 40px 0 10px;
  border: solid 1px #101010;
  border-radius: 0;
}
.card_search .card_search_info {
  margin-top: 10px;
  color: #a0a0a0;
  text-align: center;
  font-style: italic;
}

/*# sourceMappingURL=card-search.css.map */