@charset "UTF-8";
/**** -------------- VIZ ID - STYLE ---------------------------------------------- ****/
html {
  font-size: 62.5%;
}

body {
  font-family: Arial, sans-serif;
  font-weight: 400;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #000;
  line-height: 1;
}

h1 {
  font-size: 8rem;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 11rem;
  }
}

@media (min-width: 1500px) {
  h1 {
    font-size: 13.6rem;
  }
}

h2 {
  font-size: 5rem;
}

@media (min-width: 1200px) {
  h2 {
    font-size: 6rem;
  }
}

@media (min-width: 1500px) {
  h2 {
    font-size: 6.4rem;
  }
}

h3 {
  font-family: Arial, sans-serif;
  font-size: 4rem;
}

h4 {
  font-family: Arial, sans-serif;
  font-size: 1.8rem;
}

@media (min-width: 1200px) {
  h4 {
    font-size: 2rem;
  }
}

@media (min-width: 1500px) {
  h4 {
    font-size: 2.4rem;
  }
}

h5 {
  font-size: 2.4rem;
  font-weight: 600;
}

h6 {
  font-size: 1.6rem;
  text-transform: uppercase;
}

p {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2;
}

p.large {
  font-size: 1.6rem;
}

@media (min-width: 1200px) {
  p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  p.large {
    font-size: 1.8rem;
  }
}

@media (min-width: 1500px) {
  p {
    font-size: 1.6rem;
  }
  p.large {
    font-size: 2.2rem;
  }
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark p {
  color: #fff;
}

* {
  margin: 0px;
  padding: 0px;
}

html, body {
  height: 100%;
  width: 100%;
  /*background-color:#ffffff;*/
  color: #000000;
  font-weight: normal;
  font-family: Arial, sans-serif;
  min-width: 500px;
  overflow: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
  font-size: 0.9em;
}

#noScript {
  margin: 16px;
  color: Black;
}

:lang(en-GB) {
  quotes: '\2018' '\2019' '\201C' '\201D';
}

:lang(zh) {
  font-family: 微软雅黑;
}

@-ms-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* Theme layout styles */
#fullPage {
  width: 100%;
  height: 100%;
  background-color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#brandingWrapper {
  width: 75vh;
  height: 100%;
}

#branding {
  /* A background image will be added to the #branding element at run-time once the illustration image is configured in the theme.
		 Recommended image dimensions: 1420x1200 pixels, JPG or PNG, 200 kB average, 500 kB maximum. */
  height: 100%;
  margin-left: 0px;
  width: 100%;
  background-color: inherit;
  background-repeat: no-repeat;
  background-size: cover;
}

#contentWrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#content {
  min-height: 100%;
  height: auto !important;
  margin: 0px 10% 0px 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 560px;
}

#header {
  font-size: 2em;
  font-weight: lighter;
  font-family: Arial, sans-serif;
  margin-bottom: 70px;
  min-height: 100px;
}

#header img {
  /* Logo image recommended dimension: 60x60 (square) or 350X35 (elongated), 4 kB average, 10 kB maximum. Transparent PNG strongly recommended. */
  width: 100%;
  height: auto;
  max-width: 360px;
}

#loginMessage {
  display: none;
}

#formsAuthenticationArea div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mfaGreetingDescription {
  color: #000;
  font-size: 16px;
  font-family: Arial, sans-serif;
}

#mfaArea {
  text-align: left !important;
  font-size: 16px;
  margin-bottom: -10px;
  font-family: Arial, sans-serif;
  overflow: hidden;
  width: 100%;
}

#footer {
  max-width: 550px;
  color: #a100ff;
  margin: 0px 10% 0px 10%;
}

#footerLinks {
  margin-right: 10%;
  float: none;
}

#footerLinks div {
  text-align: right;
  position: relative;
}

.footerPos .pageLink {
  display: none;
}

.pageLink {
  color: #a100ff;
  font-weight: 500;
  font-family: Arial, sans-serif;
  font-size: 16px;
  position: absolute;
  right: -40px;
  top: -45px;
  -webkit-transition: all 0.6s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.6s cubic-bezier(0.65, 0, 0.076, 1);
  padding: 10px;
  border: 1px solid transparent;
}

.pageLink:hover, .pageLink:focus {
  color: #a100ff;
}

.pageLink:focus {
  outline: 0;
  border: 1px solid #0041f0;
}

#copyright {
  color: #696969;
  display: none;
}

#LeftArea {
  padding-top: 5px;
}

/* Common content styles */
.clear {
  clear: both;
}

.float {
  float: left;
}

.floatReverse {
  float: right;
}

.indent {
  margin-left: 16px;
}

.indentNonCollapsible {
  padding-left: 16px;
}

.hidden {
  display: none;
}

.notHidden {
  display: inherit;
}

.error {
  color: #ff3246;
}

.actionLink {
  margin-bottom: 8px;
  display: block;
}

a {
  color: #2672ec;
  text-decoration: none;
  background-color: transparent;
}

ul {
  list-style-type: disc;
}

ul, ol, dd {
  padding: 0 0 0 16px;
}

h1, h2, h3, h4, h5, label {
  margin-bottom: 8px;
}

.topFieldMargin {
  margin-top: 8px;
}

.fieldMargin {
  margin-bottom: 20px;
}

.sectionMargin {
  margin-bottom: 64px;
}

.block {
  display: block;
}

.autoWidth {
  width: auto;
}

.smallTopSpacing {
  margin-top: 15px;
}

.mediumTopSpacing {
  margin-top: 25px;
}

.largeTopSpacing {
  margin-top: 35px;
}

.smallBottomSpacing {
  margin-bottom: 5px;
}

.mediumBottomSpacing {
  margin-bottom: 15px;
}

.largeBottomSpacing {
  margin-bottom: 25px;
}

input {
  max-width: 100%;
  font-family: inherit;
  margin-bottom: 8px;
}

input[type="radio"], input[type="checkbox"] {
  vertical-align: middle;
  margin-bottom: 0px;
}

span.submit,
input[type="submit"],
.submit {
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-family: Arial, sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-width: 180px;
  border-radius: 90px;
  font-size: 18px;
  -webkit-transition: all 0.6s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.6s cubic-bezier(0.65, 0, 0.076, 1);
  background: #a100ff;
  color: #fff;
  height: 48px;
}

span.submit:hover,
input[type="submit"]:hover,
.submit:hover {
  background: #7500c0;
}

span.submit:focus,
input[type="submit"]:focus,
.submit:focus {
  background: #460073;
  outline: 0;
}

span.submit:after,
input[type="submit"]:after,
.submit:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  border-radius: 90px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  -webkit-transition: all 0.6s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.6s cubic-bezier(0.65, 0, 0.076, 1);
  opacity: 0;
}

span.submit:focus:after,
input[type="submit"]:focus:after,
.submit:focus:after {
  opacity: 1;
  top: -5px;
  left: -5px;
  border-radius: 90px;
  border: #0041f0 1px solid;
}

input.text {
  font-size: 16px;
  line-height: 2.5;
  font-family: Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 16px;
  height: 48px;
  border: 1px solid #96968c;
  color: #000;
  -webkit-transition: outline 0.3s;
  transition: outline 0.3s;
  outline: 4x solid transparent;
  max-width: 550px;
}

input.text:focus {
  border: 1px solid transparent;
  color: #000;
  outline: 4px solid #a100ff;
}

#passwordInput,
.submitMargin {
  margin-top: 32px;
}

#workArea {
  position: relative;
}

#errorText {
  font-weight: 600;
  font-size: 16px;
  max-width: 550px;
  display: block;
}

#helpContent {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  overflow-y: auto;
  padding-bottom: 60px;
}

#helpContent h2,
#helpContent b,
#helpContent p {
  width: 50%;
  margin: 0 auto;
  display: block;
}

#helpContent h2 {
  margin-top: 12vh;
  font-size: 64px;
  font-weight: 700;
}

#helpContent b {
  font-family: Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  margin: 20px auto 5px;
}

#helpContent p {
  font-size: 16px;
}

#helpContent .close {
  position: fixed;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

select {
  height: 28px;
  min-width: 60px;
  max-width: 100%;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 2px;
  font-family: inherit;
}

h1, .giantText {
  font-size: 2.0em;
  font-weight: lighter;
}

h2, .bigText {
  font-size: 1.33em;
  font-weight: lighter;
}

h3, .normalText {
  font-size: 1.0em;
  font-weight: normal;
}

h4, .smallText {
  font-size: 0.9em;
  font-weight: normal;
}

h5, .tinyText {
  font-size: 0.8em;
  font-weight: normal;
}

.hint {
  color: #999999;
}

.emphasis {
  font-weight: 700;
  color: #2F2F2F;
}

.smallIcon {
  height: 20px;
  padding-right: 12px;
  vertical-align: middle;
}

.largeIcon {
  height: 48px;
  /* width:48px; */
  vertical-align: middle;
  margin-right: 5px;
  background-color: black;
}

.largeIconFormer {
  height: 30px;
  /* width:48px; */
  vertical-align: middle;
  margin-right: 5px;
  background-color: black;
}

.largeIconFormer:hover {
  background-color: gray;
}

.largeTextNoWrap {
  height: 48px;
  display: table-cell;
  /* needed when in float*/
  vertical-align: middle;
  white-space: nowrap;
  font-size: 1.2em;
}

.idp {
  height: 48px;
  clear: both;
  padding: 8px;
  overflow: hidden;
}

.idp:hover {
  background-color: #cccccc;
}

.idpFormer {
  height: 30px;
  clear: both;
  padding: 8px;
  overflow: hidden;
  display: inline;
}

.idpDescription {
  width: 80%;
}

.idpDescriptionFormer {
  width: 80%;
  display: none;
}

.external-providers ul {
  list-style: none;
  padding: 0;
}

.external-providers ul > li {
  display: inline-block;
}

.external-providers ul > li > a {
  background-color: black;
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  display: inline-block;
}

.link-cont {
  margin-top: 20px;
  font-family: Arial, sans-serif;
}

.link-cont a {
  color: #000;
}

.link-cont a:hover {
  color: gray;
}

/* Form factor: intermediate height layout. Reduce space of the header. */
@media only screen and (max-height: 820px) {
  #header {
    padding-top: 40px;
    min-height: 0px;
    overflow: hidden;
  }
}

/* Form factor: intermediate height layout. Reduce space of the header. */
@media only screen and (max-height: 500px) {
  #header {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  #header img {
    max-width: 300px;
  }
}

@media (orientation: portrait) and (max-width: 1024px) {
  #fullPage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #brandingWrapper {
    height: 39vh;
  }
  #contentWrapper {
    margin-top: 15%;
  }
  #content {
    min-height: auto;
  }
}

/* Form factor: intermediate layout (WAB in non-snapped view falls in here) */
@media only screen and (max-width: 600px) {
  html, body {
    min-width: 260px;
  }
  #fullPage {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #brandingWrapper {
    display: none;
  }
  #contentWrapper {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
  #content, #footer, #header {
    width: 300px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  #workArea {
    width: 100%;
  }
  #mfaArea {
    text-align: center !important;
  }
  .fullWidth {
    width: 392px;
  }
  .fullWidthIndent {
    width: 376px;
  }
}

@media only screen and (max-width: 450px) {
  body {
    font-size: 0.8em;
  }
  #content, #footer {
    width: auto;
    margin-right: 33px;
    margin-left: 25px;
  }
  #header {
    width: auto;
  }
  #header img {
    max-width: 300px;
  }
  span.submit, input[type="submit"] {
    font-size: 1.9em;
  }
  .fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .fullWidthIndent {
    width: 85%;
  }
  .idpDescription {
    width: 70%;
  }
}

/* Form factor: snapped WAB (for WAB to work in snapped view, the content wrapper width has to be set to 260px) */
@media only screen and (max-width: 280px) {
  #contentWrapper {
    width: 260px;
  }
  .idpDescription {
    max-width: 160px;
    min-width: 100px;
  }
}

.illustrationClass {
  background-image: url("/assets/img/viz-id-people.jpg");
}

/**** -------------- END: VIZ ID - STYLE ---------------------------------------------- ****/

