section.login-register-page .login-register-page-logo {
  width: 12.5vw !important;
  margin-bottom: 0;
}
section.login-register-page h2.privacy-msg {
  width: 20vw !important;
  font-size: 0.85vw !important;
  font-weight: 300;
  text-align: center;
  line-height: 1.5vw !important;
}
@media (max-width: 450px) {
  section.login-register-page .login-register-page-logo {
    width: 27.5vw !important;
    margin-bottom: 6vw;
  }
  section.login-register-page h2.privacy-msg {
    width: 80vw !important;
    font-size: 3.85vw !important;
    font-weight: 300;
    text-align: center;
    line-height: 5.5vw !important;
  }
}
