.search__background{
  background-image: url("../../img/background-search.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 30rem;
}

.search__label{
  color:white;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.search__input-container{
  position: relative;
}

.search__input-button{
  position: absolute;
  top: 50%;
  left: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-100%, -50%);
  height: 37px;
  border: none;
  border-radius: 0px 5px 5px 0px;
}
.search__input-button:hover{
  background-color: #dddddd;
}

.search__input-button:focus{
  outline: none;
}


.search__button-advanced{
  position: absolute;
  top: 117%;
  left: 100%;
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);

  white-space: nowrap;
  color: white;
  font-size: 1.2rem ;
  font-weight: 700;
}

.search__button-advanced:hover{
  color: white;
  text-decoration: none;
}

.br-input input:not(:disabled):focus{
  box-shadow: 0 0 0 3px rgb(0 148 255 / 40%);
  border-color: rgb(0 148 255 / 40%);
}

