
.broker-logo-wrapper {
  display: inline-block;
  background-color: white;
  padding: 10px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.broker-logo-wrapper svg{max-width: 71%;}
.logo-has-light-content {
  /* background-color: #DDDDDD !important;*/
}

input[type='text'] {
  width: 200px;
}