@font-face {
  font-family: 'lp-iconfont';
  src: url("fonts/lp-iconfont.eot?bpifwk");
  src: url("fonts/lp-iconfont.eot?bpifwk#iefix") format("embedded-opentype"), url("fonts/lp-iconfont.ttf?bpifwk") format("truetype"), url("fonts/lp-iconfont.woff?bpifwk") format("woff"), url("fonts/lp-iconfont.svg?bpifwk#lp-iconfont") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lp-iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-approval:before {
  content: "\e900"; }

.icon-download:before {
  content: "\e901"; }

.icon-home:before {
  content: "\e902"; }

.icon-lock:before {
  content: "\e903"; }

.icon-settings:before {
  content: "\e904"; }

.icon-plazz:before {
  content: "\e905"; }

.icon-invisible:before {
  content: "\e906"; }

.icon-visible:before {
  content: "\e907"; }

.icon-cancel:before {
  content: "\e908"; }

.icon-securitynote:before {
  content: "\e909"; }

html,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  background: #F1F1F1;
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  color: #616161;
  font-weight: normal; }

.hidden {
  display: none; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100; }
  .overlay.open .overlay-container .overlay-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .overlay .overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center; }
    .overlay .overlay-container .overlay-content {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      -webkit-transform: translateY(20px);
      -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
      -o-transform: translateY(20px);
      transform: translateY(20px);
      z-index: 2;
      width: 320px;
      overflow: auto;
      box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); }
      @media screen and (max-width: 350px) {
        .overlay .overlay-container .overlay-content {
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          height: 100%;
          box-shadow: none; } }
      .overlay .overlay-container .overlay-content .popup {
        width: 100%;
        height: 100%;
        max-height: 100vh;
        background: #FFFFFF;
        border-radius: 4px;
        padding-bottom: 20px;
        overflow: auto; }
        @media screen and (max-width: 350px) {
          .overlay .overlay-container .overlay-content .popup {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px; } }
        .overlay .overlay-container .overlay-content .popup-header {
          z-index: 3;
          min-height: 70px;
          position: sticky;
          top: 0;
          width: 100%;
          font-size: 16px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-flow: row nowrap;
          -moz-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          background: #ffffff; }
          .overlay .overlay-container .overlay-content .popup-header > div {
            min-width: 67px; }
          .overlay .overlay-container .overlay-content .popup-header .popup-title {
            padding: 5px;
            color: #009dfa;
            text-align: center; }
          .overlay .overlay-container .overlay-content .popup-header .platform-icon {
            width: 67px;
            height: 58px;
            background-repeat: no-repeat; }
            .overlay .overlay-container .overlay-content .popup-header .platform-icon.android {
              -webkit-align-self: flex-start;
              -moz-align-self: flex-start;
              -ms-align-self: flex-start;
              align-self: flex-start;
              background-image: url("../assets/img/face_android.png");
              -webkit-background-size: 67px 58px;
              background-size: 67px 58px;
              background-position: -1px 0;
              background-repeat: no-repeat; }
              @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min--moz-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (-o-min-device-pixel-ratio: 3 / 2), screen and (min-device-pixel-ratio: 1.5) {
                .overlay .overlay-container .overlay-content .popup-header .platform-icon.android {
                  background-image: url("../assets/img/face_android@2x.png"); } }
              @media screen and (-webkit-min-device-pixel-ratio: 2.5), screen and (min--moz-device-pixel-ratio: 2.5), screen and (-moz-min-device-pixel-ratio: 2.5), screen and (-o-min-device-pixel-ratio: 5 / 2), screen and (min-device-pixel-ratio: 2.5) {
                .overlay .overlay-container .overlay-content .popup-header .platform-icon.android {
                  background-image: url("../assets/img/face_android@3x.png"); } }
            .overlay .overlay-container .overlay-content .popup-header .platform-icon.ios-apple {
              background-image: url("../assets/img/face_ios.png");
              -webkit-background-size: contain;
              background-size: contain;
              background-position: 10px center;
              background-repeat: no-repeat;
              height: 24px;
              margin-top: -4px; }
              @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min--moz-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (-o-min-device-pixel-ratio: 3 / 2), screen and (min-device-pixel-ratio: 1.5) {
                .overlay .overlay-container .overlay-content .popup-header .platform-icon.ios-apple {
                  background-image: url("../assets/img/face_ios@2x.png"); } }
              @media screen and (-webkit-min-device-pixel-ratio: 2.5), screen and (min--moz-device-pixel-ratio: 2.5), screen and (-moz-min-device-pixel-ratio: 2.5), screen and (-o-min-device-pixel-ratio: 5 / 2), screen and (min-device-pixel-ratio: 2.5) {
                .overlay .overlay-container .overlay-content .popup-header .platform-icon.ios-apple {
                  background-image: url("../assets/img/face_ios@3x.png"); } }
          .overlay .overlay-container .overlay-content .popup-header .popup-close {
            min-width: 30px;
            cursor: pointer;
            position: relative;
            font-size: 24px;
            text-align: right;
            margin-right: 15px;
            color: #009dfa; }
        .overlay .overlay-container .overlay-content .popup .popup-body {
          padding: 0 20px; }
        .overlay .overlay-container .overlay-content .popup .language-row {
          cursor: pointer;
          padding: 10px 15px;
          color: #616161;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-flow: row nowrap;
          -moz-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          justify-content: flex-start;
          -ms-flex-pack: flex-start;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; }
          .overlay .overlay-container .overlay-content .popup .language-row:not(:last-of-type) {
            border-bottom: 1px solid #D3D3D3; }
          .overlay .overlay-container .overlay-content .popup .language-row:hover {
            background: #f7f7f7; }
          .overlay .overlay-container .overlay-content .popup .language-row .language-flag {
            background-image: url("../assets/img/flags/placeholder.png");
            -webkit-background-size: contain;
            background-size: contain;
            width: 16px;
            height: 16px;
            margin-right: 15px; }
          .overlay .overlay-container .overlay-content .popup .language-row .native-name {
            font-size: 14px;
            line-height: 20px; }
          .overlay .overlay-container .overlay-content .popup .language-row .name {
            font-size: 12px;
            line-height: 16px;
            color: #D3D3D3; }
          .overlay .overlay-container .overlay-content .popup .language-row.active .native-name {
            color: #009dfa; }
  .overlay .overlay-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1; }

.wrapper {
  width: 315px;
  max-width: calc(100% - 10px);
  margin: 0 auto; }
  .wrapper .description {
    max-width: 100%;
    text-align: center;
    height: 86px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .wrapper .download-buttons {
    width: 100%;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly; }
    .wrapper .download-buttons a {
      display: block;
      width: 150px;
      min-width: 150px;
      max-width: calc(50% - 5px);
      height: 50px;
      margin: 0 3px 10px 3px;
      text-decoration: none !important; }
  .wrapper .contact-footer {
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .wrapper .contact-footer .support, .wrapper .contact-footer .mea-logo {
      display: block;
      width: 145px;
      max-width: calc(50% - 5px);
      font-size: 12px;
      color: #616161; }
    .wrapper .contact-footer .mea-logo {
      height: 30px; }

.button {
  position: relative;
  background: #e0f0f9;
  background: -moz-linear-gradient(top, #e0f0f9 0%, #009dfa 1%, #207cca 99%, #007dc6 99%, #006099 100%);
  background: -webkit-linear-gradient(top, #e0f0f9 0%, #009dfa 1%, #207cca 99%, #007dc6 99%, #006099 100%);
  background: linear-gradient(to bottom, #e0f0f9 0%, #009dfa 1%, #207cca 99%, #007dc6 99%, #006099 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f0f9', endColorstr='#006099',GradientType=0 );
  color: #FFFFFF; }
  .button.button-platform {
    width: 100%;
    height: 50px;
    background: #7d7e7d;
    background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
    background: -webkit-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
    background: linear-gradient(to bottom, #7d7e7d 0%, #0e0e0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .button.button-platform .button-icon {
      height: 30px;
      width: 45px; }
      .button.button-platform .button-icon.icon-android {
        background-image: url("../assets/img/Android.png");
        -webkit-background-size: contain;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
        @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min--moz-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (-o-min-device-pixel-ratio: 3 / 2), screen and (min-device-pixel-ratio: 1.5) {
          .button.button-platform .button-icon.icon-android {
            background-image: url("../assets/img/Android@2x.png"); } }
        @media screen and (-webkit-min-device-pixel-ratio: 2.5), screen and (min--moz-device-pixel-ratio: 2.5), screen and (-moz-min-device-pixel-ratio: 2.5), screen and (-o-min-device-pixel-ratio: 5 / 2), screen and (min-device-pixel-ratio: 2.5) {
          .button.button-platform .button-icon.icon-android {
            background-image: url("../assets/img/Android@3x.png"); } }
      .button.button-platform .button-icon.icon-apple {
        background-image: url("../assets/img/Apple.png");
        -webkit-background-size: contain;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
        @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min--moz-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (-o-min-device-pixel-ratio: 3 / 2), screen and (min-device-pixel-ratio: 1.5) {
          .button.button-platform .button-icon.icon-apple {
            background-image: url("../assets/img/Apple@2x.png"); } }
        @media screen and (-webkit-min-device-pixel-ratio: 2.5), screen and (min--moz-device-pixel-ratio: 2.5), screen and (-moz-min-device-pixel-ratio: 2.5), screen and (-o-min-device-pixel-ratio: 5 / 2), screen and (min-device-pixel-ratio: 2.5) {
          .button.button-platform .button-icon.icon-apple {
            background-image: url("../assets/img/Apple@3x.png"); } }
      .button.button-platform .button-icon.icon-webapp {
        background-image: url("../assets/img/Webapp.png");
        -webkit-background-size: contain;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
        @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min--moz-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (-o-min-device-pixel-ratio: 3 / 2), screen and (min-device-pixel-ratio: 1.5) {
          .button.button-platform .button-icon.icon-webapp {
            background-image: url("../assets/img/Webapp@2x.png"); } }
        @media screen and (-webkit-min-device-pixel-ratio: 2.5), screen and (min--moz-device-pixel-ratio: 2.5), screen and (-moz-min-device-pixel-ratio: 2.5), screen and (-o-min-device-pixel-ratio: 5 / 2), screen and (min-device-pixel-ratio: 2.5) {
          .button.button-platform .button-icon.icon-webapp {
            background-image: url("../assets/img/Webapp@3x.png"); } }
      .button.button-platform .button-icon.icon-registr {
        background-image: url("../assets/img/registr.png");
        -webkit-background-size: contain;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
        @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min--moz-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (-o-min-device-pixel-ratio: 3 / 2), screen and (min-device-pixel-ratio: 1.5) {
          .button.button-platform .button-icon.icon-registr {
            background-image: url("../assets/img/registr@2x.png"); } }
        @media screen and (-webkit-min-device-pixel-ratio: 2.5), screen and (min--moz-device-pixel-ratio: 2.5), screen and (-moz-min-device-pixel-ratio: 2.5), screen and (-o-min-device-pixel-ratio: 5 / 2), screen and (min-device-pixel-ratio: 2.5) {
          .button.button-platform .button-icon.icon-registr {
            background-image: url("../assets/img/registr@3x.png"); } }
      .button.button-platform .button-icon.icon-googleplay {
        background-image: url("../assets/img/GooglePlay.png");
        -webkit-background-size: contain;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
        @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min--moz-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (-o-min-device-pixel-ratio: 3 / 2), screen and (min-device-pixel-ratio: 1.5) {
          .button.button-platform .button-icon.icon-googleplay {
            background-image: url("../assets/img/GooglePlay@2x.png"); } }
        @media screen and (-webkit-min-device-pixel-ratio: 2.5), screen and (min--moz-device-pixel-ratio: 2.5), screen and (-moz-min-device-pixel-ratio: 2.5), screen and (-o-min-device-pixel-ratio: 5 / 2), screen and (min-device-pixel-ratio: 2.5) {
          .button.button-platform .button-icon.icon-googleplay {
            background-image: url("../assets/img/GooglePlay@3x.png"); } }
    .button.button-platform .button-label {
      max-width: calc(100% - 50px);
      color: #fafafa; }
      .button.button-platform .button-label > div {
        text-shadow: 1px 1px 1px #000; }
      .button.button-platform .button-label .label-prefix {
        font-size: 12px;
        line-height: 14px; }
      .button.button-platform .button-label .label-platform {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500; }
  .button.button-download {
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-decoration: none !important;
    text-align: center;
    max-width: 220px;
    width: 200px;
    height: 50px;
    padding: 0 10px;
    line-height: 50px; }

.button-3d {
  -webkit-box-shadow: 0 4px 6px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 4px 6px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 6px -3px rgba(0, 0, 0, 0.4); }
  .button-3d:before {
    content: '';
    display: block;
    width: 75%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: -moz-linear-gradient(25deg, rgba(228, 245, 252, 0) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(25deg, rgba(228, 245, 252, 0) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(25deg, rgba(228, 245, 252, 0) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e4f5fc', endColorstr='#00ffffff',GradientType=1 );
    opacity: 0.6;
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    -ms-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out; }
  .button-3d:hover:before {
    opacity: 0.1; }

.mea-logo {
  background-image: url("../assets/img/mea_logo.png");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat; }
  @media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min--moz-device-pixel-ratio: 1.5), screen and (-moz-min-device-pixel-ratio: 1.5), screen and (-o-min-device-pixel-ratio: 3 / 2), screen and (min-device-pixel-ratio: 1.5) {
    .mea-logo {
      background-image: url("../assets/img/mea_logo@2x.png"); } }
  @media screen and (-webkit-min-device-pixel-ratio: 2.5), screen and (min--moz-device-pixel-ratio: 2.5), screen and (-moz-min-device-pixel-ratio: 2.5), screen and (-o-min-device-pixel-ratio: 5 / 2), screen and (min-device-pixel-ratio: 2.5) {
    .mea-logo {
      background-image: url("../assets/img/mea_logo@3x.png"); } }

.header {
  width: 100%;
  background: #ffffff;
  padding-bottom: 29.53%;
  background-image: url("/assets/img/mspglobal-header.jpg");
  background-position: center center;
  background-size: cover;
  border-bottom: 1px solid #D3D3D3;
  position: relative; }
  .header .language-wrapper {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 20px;
    width: 50px;
    height: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color:white;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .header .language-wrapper .language-flag {
      width: 18px;
      height: 18px;
      -webkit-background-size: contain;
      background-size: contain;
      margin-right: 5px; }

.login-area {
  padding-top: 30px;
  max-width: 290px;
  margin: auto;
  text-align: center;
  font-size: 11pt; }
  .login-area #show-pw-click-area {
    margin-top: 15px;
    margin-left: 10px;
    color: #009dfa; }
    .login-area #show-pw-click-area .password-toggle {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .login-area #show-pw-click-area .password-toggle > div:first-child {
        font-size: 20px;
        margin-right: 5px; }
      .login-area #show-pw-click-area .password-toggle > div:last-child {
        font-size: 14px; }
  .login-area.show-pass #show-pw-click-area .show-password {
    display: none; }
  .login-area:not(.show-pass) #show-pw-click-area .hide-password {
    display: none; }
  .login-area .login-button-area {
    width: 272px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
    .login-area .login-button-area > * {
      padding: 0;
      margin: 0;
      border: 1px #D3D3D3 solid;
      text-align: center;
      -webkit-appearance: none;
      outline: none; }
    .login-area .login-button-area input {
      -webkit-box-shadow: inset 0 0 5px -1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: inset 0 0 5px -1px rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 0 5px -1px rgba(0, 0, 0, 0.2);
      width: 170px;
      font-size: 20px;
      color: #000000;
      border-right: none;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      height: 58px; }
    .login-area .login-button-area #submit {
      font-size: 20px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      height: 60px;
      width: 100px;
      color: #FFFFFF;
      text-shadow: 0 1px 0px #099EC8; }

.title {
  padding-top: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.icon {
  width: 80px;
  height: 80px;
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  margin: 15px auto 0; }

.ios-hint {
  width: 250px;
  height: 200px;
  margin: 20px auto 0;
  background: url("../assets/img/ios_hint.gif");
  background-size: contain; }

.description-steps {
  max-width: calc(100% - 40px);
  margin: 25px auto 35px; }
  .description-steps .description-step {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }
    .description-steps .description-step .description-message, .description-steps .description-step .description-logo {
      font-size: 14px;
      padding: 10px 0; }
    .description-steps .description-step a, .description-steps .description-step a:active, .description-steps .description-step a:visited {
      color: #009dfa;
      text-decoration: none; }
    .description-steps .description-step .description-icon {
      min-width: 55px;
      color: #D3D3D3;
      text-align: center;
      font-size: 24px; }

.homescreen {
  position: relative;
  width: 100%;
  height: 80px;
  background: url("../assets/img/homescreen.jpg") no-repeat top center;
  background-size: contain; }
  .homescreen .icon {
    border: none;
    background: url("../icon.png") no-repeat center center;
    background-size: contain;
    width: 16%;
    height: 62.5%;
    left: 55%;
    top: 9%;
    position: absolute;
    margin: 0;
    border-radius: 25%; }
  .homescreen .app_name, .homescreen .settings {
    overflow: hidden;
    opacity: .8;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    width: 20%;
    height: 25%;
    top: 72%;
    text-align: center;
    line-height: 2em;
    font-size: 60%;
    color: #ffffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .homescreen .app_name {
    left: 53%; }
  .homescreen .settings {
    left: 28%;
    font-size: 62%; }

.ios .popup-header .ios-apple {
  background-size: 21.75px 23.25px;
  background-position: 13px center; }

.description-logo {
  text-align: center;
  font-weight: bold;
  margin-top: 35px; }

.description-logo .img-wrapper {
  position: relative;
  display: inline-block;
  height: 80px;
  width: 80px;
  background-size: 80px;
  margin-bottom: 10px;
  border-radius: 20px; }

.description-logo .img-wrapper .icon {
  margin: 0;
  border: 0; }

.loginError {
  margin-top: 30px;
  color: #F4002F;
  display: none;
  clear: both;
  margin-top: 70px; }

#show-pw-click-area {
  cursor: pointer;
  height: 20px; }

input::-webkit-input-placeholder {
  font-style: italic !important; }

input:-moz-placeholder {
  font-style: italic !important; }

input::-moz-placeholder {
  font-style: italic !important; }

input:-ms-input-placeholder {
  font-style: italic !important; }

.android .description-icon span {
  display: none; }

.android8 .description-icon span {
  display: inline-block; }

.android8 .description-icon {
  background-image: none !important; }
