:root {
  --brand: #7292CB;
}

.custom-header {
  background: var(--brand);
  padding-top: 0px;
  padding-bottom: 0px;
}

.logo-placeholder {
 
  width: 180px;
}
/* 
.logo-placeholder {
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.logo-placeholder img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.page-content {
  padding-top: 310px;
}

.custom-footer {
  background: #f8f9fa;
  padding: 20px 0;
  margin-top: 60px;
}
