.help-block {
  color: #e15050;
}
div.required label:after {
  content: " *";
  color: #ff0000;
}

.brand-box {
  box-shadow: rgb(50 50 93 / 25%) 0px 6px 22px -12px,
    rgb(11 193 187) 0px 30px 12px -30px, rgb(11 193 187) 0px -2px 6px 0px inset;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.brand-box h4 {
  color: #0bc1bb;
}
