body {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 120%;
  font-weight: normal;
  margin: auto;
}
img {
  max-width: 100%;
}
.contentEN {
  display: none;
}
#formLogin {
  padding: 30px 20px;
}
#formLogin .submitButton {
  background: #aa0000;
  border-radius: 5px;
  padding: 10px 15px;
  border: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 20px;
}
.privacyWarning {
  font-size: 16px;
}
.privacyWarning a {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
#divPrivacyTherms {
  margin: 50px auto;
  width: auto;
  max-width: 80%;
  display: inline-block;
  text-align: left;
}
#divPrivacyTherms h1,
#divPrivacyTherms h2,
#divPrivacyTherms h3 {
  margin-bottom: 0;
  margin-block-end: 0;
}
#divPrivacyTherms h1 {
  font-size: 1.5em;
}
#divPrivacyTherms h2 {
  font-size: 1.2em;
}
#divPrivacyTherms h3 {
  font-size: 1.4em;
}
#divPrivacyTherms p {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  margin-block-end: 1.5em;
  margin-block-start: 0.5em;
}
.logoWrapper {
  margin-top: 48px;
}
.logoWrapper img {
  max-width: 80px;
}
