.logo-container {
  background: rgb(228,228,228);
  background: radial-gradient(circle, rgba(228,228,228,1) 0%, rgba(160,210,250,1) 100%);  
}
.bg-secondary {
  background-color: #006eb7 !important;
}
.border-secondary {
  border-color: #006eb7 !important;
}
.rounded-top-right {
  border-top-right-radius: 0.25rem !important;
}
.rounded-top-left {
  border-top-left-radius: 0.25rem !important;
}
.separate {
  border: 2px solid #006eb7;
  border-width: 2px 0
}
.btn-primary {
  background-color: #006eb7;
  border-color: #006eb7;
}
.btn-primary:hover {
  background-color: #16284c;
  border-color: #16284c;
}
.eho path {fill: black;}