.frame-type-html.frame-layout-500, .frame-type-html.frame-layout-550 {
  background-color: #d7e5ee;
  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 !important;
  margin-top: 2rem;
}

/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style icon */
.inner-addon .btn-search {
  position: absolute;
  right: 0px;
  background-color: #2f5292;
  color: white;
  width: 80px;
  height: 42px;
  margin: 3px;
}

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

.icon-search::before {
  font-size: 25px;
  color: white;
}

.btn-account , .btn-account:hover{
  background-color: #2f5292;
  color: white;
  width: 100%;
}

.account-label {
  color: white;
  margin-left: 10px;
}

.search-label {
  color: #2f5292;
  margin-bottom: 0px;
  text-align: right;
  font-size: 1.25rem;
  padding-right: 0px;
  font-weight: bold;
}

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

@media (max-width:1200px) {
 .frame-type-html.frame-layout-500, .frame-type-html.frame-layout-550 {
    padding: 0rem 0;
  }
}
