@font-face {
  font-family: "SegoeUI";
  src: url(https://cdn-dev.montrium.app/login-dev/src/fonts/segoeui.WOFF);
  font-weight: normal;
}
@font-face {
  font-family: "SegoeUI";
  src: url(https://cdn-dev.montrium.app/login-dev/src/fonts/segoeui_bold.WOFF);
  font-weight: bold;
}

html {
  font-size: 62.5%;
  /* Sets up the Base 10 (1.4rem == 14px) */
}

body {
  font-size: 1.6em;
}

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

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

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

@-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,
#brandingWrapper {
  width: 100%;
  height: 100%;
  background-color: inherit;
}

#brandingWrapper {
  background-color: #fff;
}

#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-right: 500px;
  margin-left: 0px;
  background-color: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-image: url("https://cdn-dev.montrium.app/login-dev/src/backgrounds/montrium-bg.png");
}

#contentWrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 500px;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  margin-left: -500px;
  margin-right: 0px;
  color: #1c1c51;
}

#content {
  padding-left: 56px;
}

#header {
  font-size: 2em;
  font-weight: lighter;
  font-family: "Segoe UI Light", "Segoe", "SegoeUI-Light-final", Tahoma,
    Helvetica, Arial, sans-serif;
  padding-top: 90px;
  margin-bottom: 24px;
  overflow: hidden;
}

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

#workArea,
#header {
  word-wrap: break-word;
  width: 350px;
}

#workArea {
  margin-bottom: 90px;
}

.main-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
}

.pageLink {
  color: #000000;
  padding-left: 16px;
}

/* Common content styles */
.medium-section {
  width: 282px;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}
.clear {
  clear: both;
}

.float {
  float: left;
}

.floatReverse {
  float: right;
}

.indent {
  margin-left: 16px;
}

.indentNonCollapsible {
  padding-left: 16px;
}

.hidden {
  display: none;
}

.notHidden {
  display: inherit;
}

.error {
  margin: 4px 0;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #e51f36;
}

.pageLevel {
  text-align: justify;
}

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

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

a:hover {
  color: #52e0ae;
}

a:visited {
  color: #fff;
}
a:visited:hover {
  color: #52e0ae;
}

ul {
  list-style-type: none;
}

ul,
ol,
dd {
  padding: 0;
}

ul.bullet-point {
  margin-left: 32px;
  font-size: 1.6rem;
}

ul.bullet-point li::before {
  content: "\2022";
  color: #46c598;
  font-size: 1.6rem;
  display: inline-block;
  width: 1.6rem;
  margin-left: -1.6rem;
}

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

.submitMargin {
  margin-top: 16px;
  margin-bottom: 30px;
}

.topFieldMargin {
  margin-top: 8px;
}

.fieldMargin {
  margin-bottom: 8px;
}

.groupMargin {
  margin-bottom: 32px;
}

.sectionMargin {
  margin-bottom: 64px;
}

.leftContainer {
  margin-right: 40px;
  width: 368px;
}

.block {
  display: block;
}

.autoWidth {
  width: auto;
}

.fullWidth {
  width: 342px;
}

.fullWidthIndent {
  width: 326px;
}

.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;
}

.buttons button {
  border: 1px solid #1c1c51;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  outline: none;
  transition: all 0.1s ease-in;
  font-weight: bold;
  color: #1c1c51;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    linear-gradient(transparent, transparent);
  width: 100%;
  padding: 0 12px;
  font-size: 1.3rem;
  height: 3.2rem;
  font-weight: bold;
  margin: 10px 0;
}

.buttons button:hover,
.buttons button:active {
  background-color: rgb(82, 224, 174, 0.2);
  border-color: rgb(82, 224, 174);
  color: #1c1c51;
  cursor: pointer;
}

.buttons button[aria-disabled="true"],
.buttons button[aria-disable="true"]:hover,
.buttons button:disabled {
  background-image: none;
  background-color: #bdbeca;
  color: #fff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.helpLink {
  display: none;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  color: #000;
  font-weight: normal;
  font-family: "Segoe UI", "Segoe", "SegoeUI-Regular-final", Tahoma, Helvetica,
    Arial, sans-serif;
  min-width: 500px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

input {
  align-content: center;
  border: 1px solid #bdbeca;
  color: #0c0c28;
  border-radius: 5px;
  display: flex;
  font-size: 1.3rem;
  min-height: 32px;
  justify-content: flex-start;
  outline: none;
  padding: 0 12px;
  transition: border-color 0.3s ease-out;
  width: 100%;
  margin: 5px 0 15px 0;
}

input::placeholder {
  color: #bdbeca;
  font-size: 1.3rem;
  font-style: italic;
}
input:focus,
input:hover {
  border: 1px solid #1c1c51;
}

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

h1,
.giantText {
  font-size: 4rem;
  font-weight: lighter;
  line-height: 60px;
}

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

h3,
.normalText {
  font-size: 1em;
  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;
  vertical-align: middle;
}

.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;
}

.idpDescription {
  width: 80%;
}

/* 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;
  }

  #workArea {
    margin-bottom: 60px;
  }
}

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

  #workArea {
    margin-bottom: 40px;
  }
}

/* Form factor: intermediate layout (WAB in non-snapped view falls in here) */
@media only screen and (max-width: 600px) {
  html,
  body {
    min-width: 260px;
  }

  #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%;
  }

  .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;
  }

  button.submit,
  input[type="submit"] {
    font-size: 0.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;
  }
}

#simplemodal-container .simplemodal-data {
  padding: 5px 8px;
  overflow: hidden;
  background-color: #fff !important;
  color: #1c1c51 !important;
  border-radius: 3px;
  font-style: italic;
}
