.loginPage {
  background-image: url("/api/documents/tDer21FcXw9/data");
  background-size: cover;
  background-color: #263238;
  padding: 0.5em;
  overflow-x: hidden;
  /* overflow: hidden; */
}

#flagArea {
  display: none;
  position: absolute;
  top: 22px;
  left: 52px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  max-width: 105px;
  margin-bottom: 5%;
}

#titleArea {
  position: absolute;
  width: 100%;
  top: 120px;
  left: auto;
  font-size: 19px;
  text-align: center;
  color: white;
}

#introArea {
  width: 100%;
  position: absolute;
  top: 80px;
  left: auto;
  font-size: 25px;
  color: white;
  text-align: center;
  font-weight: bold;
}

#loginForm {
  margin: 0 auto;
  text-align: center;
}

#loginArea {
  /* background-color: yellow; */
  width: 350px;
  float: right;
  height: 350px;
}

#loginField {
  background-image: url("/api/documents/xcCvBTatxOo/data");
  background-size: cover;
  overflow: auto;
  margin: 128px auto 0 auto;
  width: 900px;
  background-color: white;
  /* float: left; */
  height: 405px;
  background-repeat: no-repeat;
  background-size: 525px 404px;
  border: 10px solid white;
}

#notificationArea {
  font-size: 14px;
  background-color: #daeafa;
  color: #333;
  margin-top: -15px;
  padding: 15px;
  border-radius: 3px;
  width: 240px;
  height: 10px;
  margin: auto auto 0 auto;
}

#footerArea {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 0 7px 0;
  font-size: 13px;
  border-top: 1px solid #416f9d;
  color: #6b90b8;
  width: 100%;
}

/* label {
  display: none;
} */

#signInLabel {
  padding: 0 0 1px 0;
  font-size: 24px;
  font-family: "Trebuchet MS", sans-serif;
  color: black;
}

.button {
  width: 270px;
  background: #1d5288;
  color: white;
  cursor: pointer;
}

.button:hover {
  color: black;
}

#bannerArea {
  pointer-events: none;
  margin-top: 15px;
}

[id="2fa"] {
  display: none;
}

#loginMessage {
  margin: 8px 0;
}
