div[neplatform-top-header] {
  height: 65px;
}

body:not([neplatform-hide-top-header]) {
  padding-top: 65px;
}

.main-content {
  min-height: calc(100vh - 145px);
}

.main-content .top-section,
.main-content .bottom-section {
  background-color: #f4f5f7;
  padding: 40px 0;
  color: #222222;
  font-size: 14px;
}

.main-content .top-section {
  background-image: url(/resources/logos/sign-in-exception.png);
  background-repeat: no-repeat;
  background-position: 85% 50%;
}

.main-content .bottom-section {
  background-color: #ffffff;
}

.main-content .main-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.main-content .switch-account-btn {
  height: 32px;
  background: #FFA33A;
  border: 1px solid #CC6600;
  border-radius: 3px;
  border-radius: 3px;
  letter-spacing: 1px;
  padding: 0 26px;
  margin-top: 10px;
  font-weight: bold;
}

.main-content .switch-account-btn:hover {
  text-decoration: underline;
}

footer {
  height: 80px;
  background-color: #f6f6f6;
  font-size: 13px;
  color: #222222;
  text-align: center;
  padding: 22px 0;
  box-sizing: border-box;
}

.privacy-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}

.privacy-panel a {  
  color: #4c4c4c;
  font-weight: 600;
  text-decoration: none;
}

.privacy-panel a:hover {
  text-decoration: underline;
}

.privacy-panel .h-divider {
  height: 10px;
  width: 1px;
  margin: 0 8px;
  background-color: #4c4c4c;
}