﻿.search-bar {
  border: solid 1px #363636;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  top: 75%;
  left: 305px;
  display: block;
  border-top: solid 0px #84828e;
  border-right: solid 0px #84828e;
  border-bottom: solid 0px #84828e;
  border-left: solid 0px #84858e;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-top: -15px;
  box-shadow: 0px 0px 0px #cac9ce;
  -webkit-box-shadow: 0px 0px 0px #cac9ce;
  -moz-box-shadow: 0px 0px 0px #cac9ce;
}