@charset "UTF-8";
.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #fff;
  padding: 3px 10px;
  border-radius: 20px;
  height: 2.3em;
  width: auto;
  overflow: hidden;
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879D9;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline : none;
}