.brand .brand-mark {
  display: block;
  flex: none;
  width: 36px;
  height: 36px;
  object-fit: contain;
  background: none;
  color: initial;
}

.brand.large .brand-mark {
  width: 48px;
  height: 48px;
}

.connect-notice {
  margin: 16px 0 0;
  padding: 11px 13px;
  border: 1px solid #38d6c6;
  border-radius: 9px;
  background: #10283b;
  color: #f4f8ff;
  font-size: 12px;
  line-height: 1.45;
}

.connect-notice.error {
  border-color: #ff6b87;
  background: rgba(255, 107, 135, .08);
  color: #ffb3c1;
}
