html.ie-sso-warning-active,
html.ie-sso-warning-active body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

#ie-sso-warning {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  color: #303133;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  text-align: center;
  background: #f5f7fa;
}

.ie-sso-warning-card {
  display: table-cell;
  padding: 24px;
  vertical-align: middle;
}

.ie-sso-warning-mark {
  width: 56px;
  height: 56px;
  margin: 0 auto 22px;
  color: #fff;
  font-size: 38px;
  line-height: 56px;
  background: #2b6aff;
  border-radius: 50%;
}

.ie-sso-warning-title {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: bold;
}

.ie-sso-warning-text {
  max-width: 620px;
  margin: 0 auto;
  color: #606266;
  font-size: 16px;
  line-height: 1.9;
}
