.new-sso-login,
.new-sso-signUp {
  display: none !important;
}
.privacy-header {
  background-color: white;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 265px;
}
@media (max-width: 768px) {
  .privacy-header {
    background-position: center center;
    min-height: 150px;
  }
}
.privacy-header #pageData {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .privacy-header #pageData {
    justify-content: center;
  }
}
.privacy-header #pageData .header-image {
  max-width: 504px;
}
@media (max-width: 768px) {
  .privacy-header #pageData .header-image {
    max-width: 300px;
  }
}
