.frame-type-html.frame-layout-500 {
  background-color: #00285a;
  left: 50%;
  margin-bottom: 4.5rem;
  margin-left: -50vw;
  margin-right: 50vw;
  max-width: none;
  overflow: hidden;
  padding: 3rem 0;
  position: relative;
  width: 100vw;
}

.frame-type-html.frame-layout-500 .content-element-wrapper{
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.inner-addon { 
  position: relative; 
}

.inner-addon .btn-search{  
  position: absolute;
  right: 0px;
  background-color: #506b89;
  width: 80px;
  height: 42px;
  padding: 3px 5px 5px 20px;
  margin: 3px;
  
}

.inner-addon .glyphicon {
  pointer-events: none;
  color: white;
  width: 80px;
  height: 42px;
  padding-right: 35px;
}

.right-addon input { 
	padding-right: 30px;
	border-radius: 0px;
}

.icon-search::before {
  font-size: xx-large;
}

.search-label {
	color: #fff; 
	margin-bottom:0px;
  text-align: center;
}

.form-control-lg {
  border: 0px;
  border-radius: 0px;
  width: 100%;
}