﻿@font-face {
  font-family: "Segoe";
  src: url("/Content/fonts/segoe.ttf") format("truetype"); }

@font-face {
  font-family: "SegoeUI";
  src: url("/Content/fonts/segoeui.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto-Condensed";
  src: url("/Content/fonts/RobotoCondensed-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto-Light";
  src: url("/Content/fonts/Roboto-Light.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto-Regular";
  src: url("/Content/fonts/Roboto-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto-Medium";
  src: url("/Content/fonts/Roboto-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'MaterialIcons';
  font-style: normal;
  font-weight: 400;
  src: url(/Content/fonts/MaterialIcons-Regular.eot);
  src: local("MaterialIcons"), local("MaterialIcons-Regular"), url(/Content/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(/Content/fonts/MaterialIcons-Regular.woff) format("woff"), url(/Content/fonts/MaterialIcons-Regular.ttf) format("truetype"); }

.material-icons {
  font-family: initial;
  font-weight: normal;
  font-style: normal;
  font-size: initial;
  /* Preferred icon size */
  display: initial !important;
  line-height: 1;
  text-transform: none;
  letter-spacing: initial !important;
  word-wrap: initial !important;
  white-space: initial !important;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

body:not(.menu-on-top).desktop-detected {
  min-height: 100vh !important;
  max-height: 100vh; }

.login-wrap {
  height: inherit;
  min-width: 980px; }
  .login-wrap .smart-form {
    display: flex;
    flex-direction: column; }

.login-page {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
  background-color: #0ca597;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover; }
  .login-page .login-header {
    height: 134px;
    width: 100%;
    background: #304156;
    display: flex;
    justify-content: center;
    align-items: center; }
    .login-page .login-header .login-wrap {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
  .login-page .login-wrap {
    position: relative; }
  .login-page .installer-button {
    position: absolute;
    width: 370px;
    text-align: center;
    padding: 0;
    top: calc(50% - 40px);
    right: calc(50% - 185px);
    color: #0ca597;
    border: 1px solid #0ca597;
    border-radius: 2px;
    height: 40px;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: Roboto-Medium;
    margin: 0;
    line-height: 1;
    font-size: 16px;
    display: inline-flex !important; }
    .login-page .installer-button:hover {
      background: #fff;
      box-shadow: -2px 2px 6px 0 rgba(58, 70, 93, 0.92);
      transition: 0.1s; }
    .login-page .installer-button:active, .login-page .installer-button:active:focus {
      background: #f3f9fe;
      box-shadow: none;
      color: #027373;
      transition: 0.1s; }
  .login-page .installer-label {
    position: absolute;
    width: fit-content;
    padding: 0;
    width: 405px;
    text-align: center;
    top: calc(50% - 110px);
    right: calc(50% - 205px);
    font-family: Roboto-Regular;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    box-shadow: none;
    outline: none !important;
    padding: 8px 0;
    margin: 0;
    line-height: 1;
    display: inline-flex !important; }
  .login-page .forbidden-wrap {
    position: absolute;
    top: -70px;
    right: 0;
    padding: 0;
    background: #fff;
    width: 300px;
    border-radius: 2px;
    box-shadow: -8px 12px 18px 0 rgba(29, 42, 68, 0.13); }
    .login-page .forbidden-wrap header {
      height: 40px;
      font-family: Roboto-Regular;
      font-size: 20px;
      line-height: 2;
      letter-spacing: -0.42px;
      color: #FF2B00;
      padding: 0 8px;
      border-bottom: 1px solid #f2f4f5; }
    .login-page .forbidden-wrap h1 {
      font-family: Roboto-Regular;
      color: #000;
      cursor: pointer;
      font-size: 18px;
      padding: 18px 12px; }
  .login-page .login-sign {
    position: absolute;
    top: -70px;
    right: 0;
    padding: 0;
    background: #fff;
    width: 300px;
    border-radius: 2px;
    box-shadow: -8px 12px 18px 0 rgba(29, 42, 68, 0.13); }
    .login-page .login-sign.reset-password form fieldset section label input[type="password"] + .show-pass {
      border: 0;
      border-radius: 1px;
      outline: none !important;
      background: #fff0;
      font-size: 0;
      height: 24px;
      min-width: 25px;
      width: 25px;
      padding: 0;
      margin: 0;
      line-height: 1;
      display: inline-flex !important;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer; }
      .login-page .login-sign.reset-password form fieldset section label input[type="password"] + .show-pass:before {
        font-family: "MaterialIcons";
        content: "visibility";
        font-size: 16px;
        width: 16px;
        height: 16px;
        color: #0ca597;
        position: absolute; }
      .login-page .login-sign.reset-password form fieldset section label input[type="password"] + .show-pass:hover:before, .login-page .login-sign.reset-password form fieldset section label input[type="password"] + .show-pass:active:before, .login-page .login-sign.reset-password form fieldset section label input[type="password"] + .show-pass:active:focus:before {
        font-family: "MaterialIcons";
        content: "visibility";
        font-size: 16px;
        width: 16px;
        height: 16px;
        color: #027373;
        position: absolute; }
    .login-page .login-sign.reset-password form fieldset section label input[type="text"] + .show-pass {
      border: 0;
      border-radius: 1px;
      outline: none !important;
      background: #fff0;
      font-size: 0;
      height: 24px;
      min-width: 25px;
      width: 25px;
      padding: 0;
      margin: 0;
      line-height: 1;
      display: inline-flex !important;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer; }
      .login-page .login-sign.reset-password form fieldset section label input[type="text"] + .show-pass:before {
        font-family: "MaterialIcons";
        content: "visibility_off";
        font-size: 16px;
        width: 16px;
        height: 16px;
        color: #0ca597;
        position: absolute; }
      .login-page .login-sign.reset-password form fieldset section label input[type="text"] + .show-pass:hover:before, .login-page .login-sign.reset-password form fieldset section label input[type="text"] + .show-pass:active:before, .login-page .login-sign.reset-password form fieldset section label input[type="text"] + .show-pass:active:focus:before {
        font-family: "MaterialIcons";
        content: "visibility_off";
        font-size: 16px;
        width: 16px;
        height: 16px;
        color: #027373;
        position: absolute; }
    .login-page .login-sign.reset-password form footer button {
      margin: 0 !important; }
    .login-page .login-sign header {
      height: 40px;
      font-family: Roboto-Regular;
      font-size: 20px;
      line-height: 2;
      letter-spacing: -0.42px;
      color: #000;
      padding: 0 8px;
      border-bottom: 1px solid #f2f4f5; }
    .login-page .login-sign form label {
      height: 24px;
      line-height: 24px; }
      .login-page .login-sign form label.multiline {
        height: initial; }
      .login-page .login-sign form label.input input {
        border: 1px solid #c9c9c9;
        background: #fff;
        height: 24px;
        line-height: 24px; }
        .login-page .login-sign form label.input input::-webkit-input-placeholder {
          font-family: Roboto-Regular;
          color: rgba(48, 65, 86, 0.75) !important; }
        .login-page .login-sign form label.input input::-moz-placeholder {
          font-family: Roboto-Regular;
          color: rgba(48, 65, 86, 0.75) !important; }
        .login-page .login-sign form label.input input:-ms-input-placeholder {
          font-family: Roboto-Regular;
          color: rgba(48, 65, 86, 0.75) !important; }
        .login-page .login-sign form label.input input:-moz-placeholder {
          font-family: Roboto-Regular;
          color: rgba(48, 65, 86, 0.75) !important; }
        .login-page .login-sign form label.input input.authentication::-webkit-input-placeholder {
          font-size: 12px !important; }
        .login-page .login-sign form label.input input.authentication::-moz-placeholder {
          font-size: 12px !important; }
        .login-page .login-sign form label.input input.authentication:-ms-input-placeholder {
          font-size: 12px !important; }
        .login-page .login-sign form label.input input.authentication:-moz-placeholder {
          font-size: 12px !important; }
      .login-page .login-sign form label.input.authentication {
        width: 100px;
        min-width: 100px; }
        .login-page .login-sign form label.input.authentication input {
          border: 1px solid #c9c9c9;
          background: #fff;
          height: 24px;
          line-height: 24px; }
          .login-page .login-sign form label.input.authentication input::-webkit-input-placeholder {
            font-size: 12px !important; }
          .login-page .login-sign form label.input.authentication input::-moz-placeholder {
            font-size: 12px !important; }
          .login-page .login-sign form label.input.authentication input:-ms-input-placeholder {
            font-size: 12px !important; }
          .login-page .login-sign form label.input.authentication input:-moz-placeholder {
            font-size: 12px !important; }
      .login-page .login-sign form label.input.secretkey {
        width: 165px;
        min-width: 165px; }
        .login-page .login-sign form label.input.secretkey input {
          border: 1px solid #c9c9c9;
          background: #fff;
          height: 24px;
          line-height: 24px; }
          .login-page .login-sign form label.input.secretkey input::-webkit-input-placeholder {
            font-family: Roboto-Regular;
            color: rgba(48, 65, 86, 0.75) !important; }
          .login-page .login-sign form label.input.secretkey input::-moz-placeholder {
            font-family: Roboto-Regular;
            color: rgba(48, 65, 86, 0.75) !important; }
          .login-page .login-sign form label.input.secretkey input:-ms-input-placeholder {
            font-family: Roboto-Regular;
            color: rgba(48, 65, 86, 0.75) !important; }
          .login-page .login-sign form label.input.secretkey input:-moz-placeholder {
            font-family: Roboto-Regular;
            color: rgba(48, 65, 86, 0.75) !important; }
          .login-page .login-sign form label.input.secretkey input.authentication::-webkit-input-placeholder {
            text-align: right;
            font-size: 12px !important; }
          .login-page .login-sign form label.input.secretkey input.authentication::-moz-placeholder {
            text-align: right;
            font-size: 12px !important; }
          .login-page .login-sign form label.input.secretkey input.authentication:-ms-input-placeholder {
            text-align: right;
            font-size: 12px !important; }
          .login-page .login-sign form label.input.secretkey input.authentication:-moz-placeholder {
            text-align: right;
            font-size: 12px !important; }
      .login-page .login-sign form label.input.error input {
        border: 1px solid #FF2B00; }
    .login-page .login-sign form fieldset {
      background: #fff;
      padding: 8px 8px 6px 8px; }
      .login-page .login-sign form fieldset .verification-image {
        height: 72px;
        margin: 15px auto;
        display: flex; }
    .login-page .login-sign form .text {
      font-family: Roboto-Regular;
      font-size: 14px;
      line-height: 1.29;
      color: #304156;
      height: initial; }
      .login-page .login-sign form .text .bold {
        font-family: Roboto-Medium; }
    .login-page .login-sign form .text-sm {
      font-family: Roboto-Regular;
      font-size: 12px;
      line-height: 14px;
      color: #304156;
      height: initial; }
      .login-page .login-sign form .text-sm .bold {
        font-family: Roboto-Medium; }
    .login-page .login-sign form .text-ln24 {
      font-family: Roboto-Regular;
      font-size: 14px;
      line-height: 24px;
      color: #304156;
      height: initial; }
      .login-page .login-sign form .text-ln24 .bold {
        font-family: Roboto-Medium; }
    .login-page .login-sign form .text-danger {
      background: #FF2B00;
      font-family: Roboto-Regular;
      font-size: 14px;
      line-height: 18px;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 8px 0 0 0;
      border: 0;
      padding: 3px 5px;
      border-radius: 2px;
      min-width: calc(100% - 10px); }
      .login-page .login-sign form .text-danger:empty {
        display: none; }
    .login-page .login-sign form section {
      display: inline-flex;
      line-height: 24px;
      padding: 0;
      margin: 0;
      align-items: inherit;
      width: 100%; }
      .login-page .login-sign form section + section {
        margin-top: 5px; }
      .login-page .login-sign form section:empty {
        display: none !important; }
        .login-page .login-sign form section:empty + section {
          margin-top: 0px; }
      .login-page .login-sign form section label, .login-page .login-sign form section input {
        padding: 0;
        font-family: Roboto-Regular;
        font-size: 14px;
        width: 100%; }
      .login-page .login-sign form section label.label {
        min-width: 80px;
        line-height: 24px; }
      .login-page .login-sign form section label.label.reset {
        min-width: 130px; }
      .login-page .login-sign form section input {
        padding: 0 5px; }
      .login-page .login-sign form section.restore-pass {
        display: none !important; }
        .login-page .login-sign form section.restore-pass a {
          font-family: Roboto-Regular;
          font-size: 15px;
          color: #0093D5;
          margin: 0 0 0 80px; }
      .login-page .login-sign form section.send {
        width: 100%; }
        .login-page .login-sign form section.send label {
          height: 24px;
          line-height: 24px; }
          .login-page .login-sign form section.send label.input {
            width: 100%; }
            .login-page .login-sign form section.send label.input input {
              border: 1px solid #c9c9c9;
              background: #fff;
              height: 24px;
              line-height: 24px;
              width: 100%; }
    .login-page .login-sign footer {
      font-family: Roboto-Regular;
      font-size: 18px;
      color: #000;
      border-bottom: 1px solid #f2f4f5;
      padding: 0;
      line-height: 32px;
      display: inline-flex;
      width: 100%;
      align-items: center;
      justify-content: space-between;
      background: #fff;
      border-top: 0; }
      .login-page .login-sign footer.to-right {
        justify-content: flex-end; }
      .login-page .login-sign footer label {
        font-size: 14px;
        font-family: Roboto-Regular;
        line-height: 24px;
        height: 24px;
        margin: 0;
        display: inline-flex; }
        .login-page .login-sign footer label i {
          top: 1px; }
      .login-page .login-sign footer label.checkbox {
        padding: 0 0 6px 8px;
        width: 100%;
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start; }
        .login-page .login-sign footer label.checkbox:hover, .login-page .login-sign footer label.checkbox:active, .login-page .login-sign footer label.checkbox:active:focus, .login-page .login-sign footer label.checkbox:focus * {
          box-shadow: none !important; }
        .login-page .login-sign footer label.checkbox input + i {
          width: 14px !important;
          height: 14px !important;
          border-color: #e0e0e0 !important;
          background: #fff !important;
          box-shadow: none !important;
          border-radius: 2px;
          position: relative; }
          .login-page .login-sign footer label.checkbox input + i:after {
            color: #0ca597;
            top: -5px;
            left: -3px;
            font-size: 15px; }
          .login-page .login-sign footer label.checkbox input + i + span {
            margin-left: 8px;
            line-height: 20px;
            font-family: Roboto-Medium;
            align-self: flex-end; }
      .login-page .login-sign footer.reset {
        justify-content: flex-end; }
        .login-page .login-sign footer.reset button {
          margin: 0 15px 0 0; }
      .login-page .login-sign footer + div {
        padding: 8px 8px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
    .login-page .login-sign button {
      font-family: Roboto-Medium;
      font-size: 14px;
      color: #fff;
      box-shadow: none;
      background: #0ca597;
      border: 0;
      outline: none !important;
      padding: 0;
      margin: 0;
      border-radius: 2px;
      line-height: 1;
      display: inline-flex !important;
      min-width: 90px;
      height: 24px;
      width: 90px;
      justify-content: center;
      align-items: center;
      position: relative;
      -webkit-user-select: none;
      /* Safari 3.1+ */
      -moz-user-select: none;
      /* Firefox 2+ */
      -ms-user-select: none;
      /* IE 10+ */
      user-select: none;
      /* Standard syntax */ }
      .login-page .login-sign button[disabled="true"] {
        opacity: 0.5;
        pointer-events: none; }
      .login-page .login-sign button:hover, .login-page .login-sign button:active, .login-page .login-sign button:active:focus {
        background: #027373; }
      .login-page .login-sign button.cancel-login-button {
        font-family: Roboto-Regular;
        font-size: 18px;
        color: #fff;
        box-shadow: none;
        background: #04BFAD;
        border: 1px solid rgba(0, 45, 65, 0.2);
        outline: none !important;
        padding: 0 0 0 12px;
        margin: 0;
        line-height: 1;
        display: inline-flex !important;
        width: 114px;
        justify-content: center;
        position: relative; }
      .login-page .login-sign button.repeat-code {
        background: url(/content/img/ic-ribbon-action-restore.svg);
        width: 16px;
        height: 16px;
        min-width: 16px;
        background-repeat: no-repeat;
        background-size: 16px;
        top: 4px;
        left: 62px;
        position: absolute;
        transform: scale(-1, 1); }
  .login-page .login-inform {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 194px);
    padding-top: 30px; }
    .login-page .login-inform .login-wrap {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; }
    .login-page .login-inform .login-text {
      margin-top: 10px; }
    .login-page .login-inform h4 {
      font-family: Roboto-Regular;
      font-size: 30px;
      color: #fff;
      padding: 0;
      margin: 0 0 25px 0; }
    .login-page .login-inform p {
      font-family: Roboto-Light;
      font-size: 18px;
      color: #fff;
      padding: 0;
      margin: 0 0 10px 0; }
    .login-page .login-inform ul {
      margin: 0;
      padding: 0; }
      .login-page .login-inform ul li {
        list-style-type: none;
        font-family: Roboto-Light;
        font-size: 16px;
        color: #C3E4F3;
        display: flex;
        align-items: center; }
        .login-page .login-inform ul li:before {
          content: '';
          height: 3px;
          width: 3px;
          display: inline-flex;
          background: #0093D5;
          border-radius: 50%;
          margin-left: 6px;
          margin-right: 10px; }
  .login-page .login-footer {
    height: 40px;
    display: inline-flex;
    align-items: flex-end;
    justify-content: flex-end;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; }
    .login-page .login-footer .login-wrap {
      border-top: 1px solid rgba(255, 255, 255, 0.5);
      display: inline-flex;
      justify-content: flex-end;
      align-items: center;
      padding: 20px 0 0 0; }
      .login-page .login-footer .login-wrap > div {
        font-family: Roboto-Medium;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 1.3; }
        .login-page .login-footer .login-wrap > div a {
          margin-right: 20px;
          font-family: Roboto-Medium;
          font-size: 14px;
          color: rgba(255, 255, 255, 0.5); }
          .login-page .login-footer .login-wrap > div a:last-child {
            margin-right: 0; }
  .login-page .no-after:after {
    content: none !important;
    display: none !important; }

.no-after:after {
  content: none !important;
  display: none !important; }

a.cursor-pointer {
  font-family: Roboto-Medium;
  color: #0ca597;
  cursor: pointer;
  font-size: 14px; }
  a.cursor-pointer:hover {
    color: #027373; }
  a.cursor-pointer:active {
    color: #027373; }
  a.cursor-pointer:active:focus {
    color: #027373; }
  a.cursor-pointer:focus {
    color: #0ca597; }

.forgot-pass-contacts {
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #304156;
  line-height: 1.3;
  background: #fafafa;
  border-top: 1px solid #e1ecec;
  padding: 10px 8px; }
  .forgot-pass-contacts > div {
    font-family: Roboto-Medium;
    color: #002D41;
    margin-top: 5px; }
    .forgot-pass-contacts > div + div {
      max-height: calc(100vh - 700px);
      overflow-y: auto; }
      .forgot-pass-contacts > div + div::-webkit-scrollbar {
        width: 8px; }
      .forgot-pass-contacts > div + div::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2); }
      .forgot-pass-contacts > div + div::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        outline: 1px solid rgba(0, 0, 0, 0.2); }
    .forgot-pass-contacts > div > div {
      font-family: Roboto-Regular;
      font-size: 14px;
      color: #304156;
      width: 100%;
      height: initial;
      display: flex;
      flex-direction: column; }
      .forgot-pass-contacts > div > div + div {
        margin-top: 8px; }
      .forgot-pass-contacts > div > div a, .forgot-pass-contacts > div > div span {
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #304156;
        width: 100%; }
        .forgot-pass-contacts > div > div a:empty, .forgot-pass-contacts > div > div span:empty {
          display: none; }

.two-step .forgot-pass-contacts > div + div {
  max-height: 150px; }

.row-spacer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: block !important;
  margin: 5px 0; }

@supports (-moz-appearance: meterbar) {
  .forgot-pass-contacts > div + div {
    max-height: calc(100vh - 450px); } }

@supports (-webkit-appearance: none) {
  .forgot-pass-contacts > div + div {
    max-height: calc(100vh - 450px); } }

.alert-danger, .alert-block {
  background: #FF2B00;
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 0 0;
  border: 0;
  padding: 3px 5px;
  border-radius: 2px;
  width: inherit; }
  .alert-danger:empty, .alert-block:empty {
    display: none; }
  .alert-danger button, .alert-block button {
    display: none !important; }
  .alert-danger *, .alert-block * {
    font-family: Roboto-Regular !important;
    font-size: 15px !important;
    color: #fff !important; }
    .alert-danger *:before, .alert-block *:before {
      display: none !important; }
    .alert-danger *.close, .alert-block *.close {
      display: none !important; }

section > .alert-block:nth-child(1) {
  margin: 0; }

section.no-margin {
  padding: 0 8px !important;
  margin: 8px 0 !important;
  width: calc(100% - 16px) !important; }
  section.no-margin .alert-danger, section.no-margin .alert-block {
    margin: 0; }
  section.no-margin:empty {
    display: none; }

.smart-form .checkbox input, .smart-form .radio input {
  position: static;
  left: initial;
  display: none; }

.login-page .login-sign .alert button {
  display: none !important; }

#downCount {
  text-align: right;
  padding: 0 4px; }

@media (max-width: 979px) {
  .login-wrap {
    min-width: 340px;
    width: 100vw;
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .login-page .login-inform .login-wrap {
    align-items: flex-end; }
  .login-page .login-sign {
    position: static; } }

