/* css for insiders_search_input.mak */

.insiders-search-container {
  background: url('/static/img/web_resources/dt_landing_v2_background.jpg') no-repeat;
  background-size: 100% 200%;
  height: 500px;
  min-width: 1220px;
  padding: 105px;
  margin-left: -25px;
  border-bottom: 1px solid #eee;
}
.insiders-search-container-inner {
  width: 800px;
  margin: auto;
  background: linear-gradient(to bottom, rgba(240,88,34,0.3) 0%, #f1f1f1 60%);
  opacity: 0.8;
  border-radius: 3px;
  overflow: hidden;
}
.insiders-search-container .title {
  padding: 8px 30px;
  font-size: 23px;
  /* background-color: #f06636; */
  /* background-color: #008ce9; */
  background-color: #08c; 
  color: #fff;
}
.insiders-search-container .title span {
  font-weight: bold;
}
.insiders-search-container .tagline {
  margin-top: 15px;
  margin-left: 58px;
  font-size: 18px;
}
.insiders-search-container .tagline span {
  font-size: 23px;
  font-weight: bold;
}
#insiders-search-form {
  margin-top: 38px;
  margin-bottom: 68px;
  text-align: center;
}
#insiders-search-form input {
  border-radius: 0px;
  min-width: 500px;
  font-size: 16px;
}

