body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
#MainContent,
#MainContentContainer {
  background-color: transparent;
  height: 100%;
  margin: 0;
  padding: 0;
}
.loginBoxPositioner {
  height: 0;
  overflow: visible;
  position: relative;
  top: 50%;
}
.loginBox {
  width: 500px;
  margin: auto;
  position: relative;
  top: -120px;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  border: 1px solid #eeeeee;
  background-color: rgba(255, 255, 255, 0.88);
  box-shadow: 0 5px 19px rgba(0, 0, 0, 0.4);
}
.boxHeader {
  border-radius: 12px 12px 0 0;
  padding: 10px;
  font-size: 18px;
  color: white;
}
.boxContent .formEntry {
  width: 310px;
  margin-left: auto;
  margin-right: auto;
}
.boxContent .formEntry .fieldValue {
  width: 150px;
}
.boxContent {
  padding: 10px;
  margin-bottom: 20px;
}
body {
  background-repeat: no-repeat;
  background-position: bottom right;
}
.bcLogoContainer {
  width: 0;
  height: 0;
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
}
.bcLogo {
  border-radius: 12px;
  padding: 12px;
  background-repeat: no-repeat;
  width: 780px;
  height: 84px;
  overflow: hidden;
  position: relative;
  top: -254px;
  left: -390px;
}
.errorMessage {
  color: red;
  text-align: center;
  font-weight: bold;
  overflow: visible;
  height: 11px;
}
