.cmsExtranet {
  color: inherit; }
  .cmsExtranet button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    outline: none; }
  .cmsExtranet input[type="text"], .cmsExtranet input[type="password"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: 0;
    font: inherit;
    min-width: 100px;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-overflow: ellipsis;
    outline: none; }
  .cmsExtranet .cmsExtranet-error {
    color: #ca3333;
    font-size: 0.85em;
    text-align: center;
    font-weight: bold; }
  .cmsExtranet .cmsExtranet-icon {
    width: 1em;
    height: 1em;
    stroke: currentColor;
    stroke-width: .1em;
    fill: none; }
  .cmsExtranet .cmsExtranet-fieldset {
    margin: 0 auto;
    display: block;
    border: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    max-width: 18em; }
  .cmsExtranet .cmsExtranet-submitBtn {
    padding: .8em 2em;
    border-radius: .2em;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cmsExtranet .cmsExtranet-submitBtn svg {
      font-size: 1.4em; }
    .cmsExtranet .cmsExtranet-submitBtn .cmsExtranet-icon--log-in {
      margin: 0 0 0 0.4em; }
    .cmsExtranet .cmsExtranet-submitBtn .cmsExtranet-icon--log-out {
      margin: 0 0.4em 0 0; }
  .cmsExtranet .cmsExtranet-connectedMessage {
    margin: 0 0 0.4em; }
    .cmsExtranet .cmsExtranet-connectedMessage span {
      font-weight: bold; }
  .cmsExtranet .cmsExtranet-showpwd {
    width: 2em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cmsExtranet .cmsExtranet-showpwd span {
      display: none; }
  .cmsExtranet .cmsExtranet-tick {
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: .2em;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: #ffffff;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin: 0 0.4em 0 0;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    .cmsExtranet .cmsExtranet-tick::before {
      content: '';
      width: 80%;
      height: 40%;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      border-left: 2px solid currentColor;
      border-bottom: 2px solid currentColor;
      opacity: 0;
      transition: opacity 0.2s linear, -webkit-transform 0.2s cubic-bezier(0.63, -0.39, 0.43, 1.42);
      transition: transform 0.2s cubic-bezier(0.63, -0.39, 0.43, 1.42), opacity 0.2s linear;
      transition: transform 0.2s cubic-bezier(0.63, -0.39, 0.43, 1.42), opacity 0.2s linear, -webkit-transform 0.2s cubic-bezier(0.63, -0.39, 0.43, 1.42);
      -webkit-transform: translate3d(-48%, -67%, 0) rotate(-45deg) scale(1.2);
              transform: translate3d(-48%, -67%, 0) rotate(-45deg) scale(1.2); }
  .cmsExtranet .cmsExtranet-forgotten {
    text-align: center;
    font-size: 0.85em; }
  .cmsExtranet .cmsExtranet-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cmsExtranet .cmsExtranet-formTitle {
      display: block;
      margin: 0;
      padding: 0;
      width: 100%;
      text-align: center;
      font-size: 1.3em;
      font-weight: bold;
      margin: 0 0 0.4em; }
    .cmsExtranet .cmsExtranet-formElement {
      position: relative;
      margin: 0.8em 0; }
      .cmsExtranet .cmsExtranet-formElement--text, .cmsExtranet .cmsExtranet-formElement--password {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .cmsExtranet .cmsExtranet-formElement--password input[type="password"] ~ .cmsExtranet-showpwd .cmsExtranet-icon--eye-off {
        display: none; }
      .cmsExtranet .cmsExtranet-formElement--password input[type="password"] ~ .cmsExtranet-showpwd .cmsExtranet-icon--eye {
        display: inline-block; }
      .cmsExtranet .cmsExtranet-formElement--password input[type="text"] ~ .cmsExtranet-showpwd .cmsExtranet-icon--eye-off {
        display: inline-block; }
      .cmsExtranet .cmsExtranet-formElement--password input[type="text"] ~ .cmsExtranet-showpwd .cmsExtranet-icon--eye {
        display: none; }
      .cmsExtranet .cmsExtranet-formElement--checkbox {
        text-align: center; }
        .cmsExtranet .cmsExtranet-formElement--checkbox input[type="checkbox"] {
          opacity: 0;
          width: 0;
          overflow: hidden;
          pointer-events: none;
          height: 0; }
        .cmsExtranet .cmsExtranet-formElement--checkbox input[type="checkbox"]:checked ~ .cmsExtranet-tick::before {
          opacity: 1;
          -webkit-transform: translate3d(-48%, -67%, 0) rotate(-45deg);
                  transform: translate3d(-48%, -67%, 0) rotate(-45deg); }
      .cmsExtranet .cmsExtranet-formElement--submit {
        text-align: center; }
    .cmsExtranet .cmsExtranet-form--inline input[type="text"], .cmsExtranet .cmsExtranet-form--inline input[type="password"] {
      background: #ffffff;
      padding: 0.25em .6em; }
    .cmsExtranet .cmsExtranet-form--inline .cmsExtranet-formElement--text, .cmsExtranet .cmsExtranet-form--inline .cmsExtranet-formElement--password {
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: .2em; }
    .cmsExtranet .cmsExtranet-form--inline .cmsExtranet-showpwd {
      border-left: 1px solid rgba(0, 0, 0, 0.2); }
    .cmsExtranet .cmsExtranet-form--inline .cmsExtranet-label--texticon, .cmsExtranet .cmsExtranet-form--inline .cmsExtranet-label--icon {
      padding: 0 0.2em;
      border-right: 1px solid rgba(0, 0, 0, 0.2); }
    .cmsExtranet .cmsExtranet-form--inline .cmsExtranet-label--texticon {
      padding: 0 0.4em;
      width: 8em;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .cmsExtranet .cmsExtranet-form--inline .cmsExtranet-label--texticon span {
        font-size: 0.8em;
        margin-left: 0.4em; }
    .cmsExtranet .cmsExtranet-form--inline .cmsExtranet-label--icon {
      width: 2em;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .cmsExtranet .cmsExtranet-form--floating .cmsExtranet-formElement--text, .cmsExtranet .cmsExtranet-form--floating .cmsExtranet-formElement--password {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      margin: 1.4em 0; }
      .cmsExtranet .cmsExtranet-form--floating .cmsExtranet-formElement--text .cmsExtranet-label, .cmsExtranet .cmsExtranet-form--floating .cmsExtranet-formElement--password .cmsExtranet-label {
        position: absolute;
        -webkit-transform-origin: 0 100%;
            -ms-transform-origin: 0 100%;
                transform-origin: 0 100%;
        transition: -webkit-transform 0.2s cubic-bezier(0.63, -0.39, 0.43, 1.42);
        transition: transform 0.2s cubic-bezier(0.63, -0.39, 0.43, 1.42);
        transition: transform 0.2s cubic-bezier(0.63, -0.39, 0.43, 1.42), -webkit-transform 0.2s cubic-bezier(0.63, -0.39, 0.43, 1.42); }
      .cmsExtranet .cmsExtranet-form--floating .cmsExtranet-formElement--text input:-webkit-autofill ~ .cmsExtranet-label,
      .cmsExtranet .cmsExtranet-form--floating .cmsExtranet-formElement--text.is-on .cmsExtranet-label, .cmsExtranet .cmsExtranet-form--floating .cmsExtranet-formElement--password input:-webkit-autofill ~ .cmsExtranet-label,
      .cmsExtranet .cmsExtranet-form--floating .cmsExtranet-formElement--password.is-on .cmsExtranet-label {
        -webkit-transform: scale(0.75) translate3d(0, -1.6em, 0);
                transform: scale(0.75) translate3d(0, -1.6em, 0); }