.logo {
    max-height: 70px;
}

.form-control {
  border-color: #333333;
  background-color: #fff;
  border-radius: var(--border_radius);
  color: #ff0000;
  font-size: 0.875rem;
  padding-inline: 16px;
}
