#loginBlock {
  width: 625px;
  min-height: 500px;
  padding: 40px;
  position: absolute;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  top: 50%;
  margin-top: -300px;
  margin-left: -300px;
  /*border: 1px solid rgba(255, 255, 255, .1);*/
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  overflow: hidden;
  margin-bottom: 30px; }
  #loginBlock .loginBlock-block {
    position: relative;
    z-index: 100;
    max-width: 385px;
    width: 100%; }
  #loginBlock:before {
    content: "";
    background: url("../img/loginbg.jpg");
    width: calc(100% + 20px);
    min-height: 550px;
    height: 100%;
    margin-left: -10px;
    filter: blur(9px);
    -ms-filter: blur(9px);
    position: absolute;
    background-position: center;
    background-attachment: fixed;
    background-size: cover; }
    @media all and (-ms-high-contrast: none) {
      #loginBlock:before {
        background: transparent; } }
  #loginBlock:after {
    content: "";
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    min-height: 500px;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0; }
  #loginBlock .login-block {
    position: relative; }
    #loginBlock .login-block label {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 17px;
      color: #ababab;
      margin-top: 13px;
      margin-left: 20px;
      transition: color .3s; }
      #loginBlock .login-block label span[class*='vega-icons'] {
        font-size: 25px; }
      #loginBlock .login-block label span[class*='icon-key'], #loginBlock .login-block label span[class*='icon-user'] {
        position: relative;
        top: -2px; }
  #loginBlock .errorMessage {
    background: rgba(231, 55, 75, 0.8);
    color: white;
    font-size: 11px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    top: -10px;
    border-radius: 2px; }
  #loginBlock .login-block-footer {
    display: flex;
    padding-top: 45px;
    width: calc(100% + 80px);
    align-items: center;
    opacity: .7; }
    #loginBlock .login-block-footer .lbf-logo {
      display: inline-block;
      width: 192px;
      height: 27px;
      background: url("../img/logo.png") no-repeat;
      margin-left: -40px; }
    #loginBlock .login-block-footer .lbf-line {
      width: 2px;
      height: 38px;
      background: white;
      margin-left: 25px;
      margin-right: 25px; }
    #loginBlock .login-block-footer .lbf-bbo p {
      font-size: 22px;
      font-weight: lighter;
      padding: 0;
      margin: 0;
      padding-top: 3px; }
    #loginBlock .login-block-footer .lbf-bbo .lbg-block-small {
      font-size: 14px;
      font-weight: lighter;
      display: inline-block;
      position: relative;
      top: -4px;
      opacity: .7; }
  #loginBlock h1 {
    font-weight: lighter;
    color: white;
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px; }
  #loginBlock .profile-block {
    justify-content: center;
    padding: 20px; }
    #loginBlock .profile-block .profile-block-name {
      color: white; }
  #loginBlock input {
    width: 100%;
    padding: 8px 5px;
    background: white;
    font-size: 12px;
    box-shadow: 0 0px 2px rgba(0, 0, 6, 0.41);
    border-radius: 4px;
    color: black;
    max-width: 385px;
    height: 47px;
    margin-bottom: 20px;
    transition: box-shadow .3s;
    padding-left: 63px;
    font-size: 14px; }
    #loginBlock input::placeholder {
      color: rgba(0, 0, 0, 0.5); }
  #loginBlock input.active + label {
    color: #095f80; }
  #loginBlock input:focus {
    outline: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.7); }
    #loginBlock input:focus + label {
      color: #095f80; }
  #loginBlock .loginbutton {
    width: 100%;
    /*border: none;*/
    color: white;
    border-radius: 4px;
    background: #37b55b;
    cursor: pointer;
    transition: background .3s;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0px 2px rgba(0, 0, 6, 0.41);
    z-index: 10; }
    #loginBlock .loginbutton span[class*='vega-icons'] {
      width: 46px;
      height: 46px;
      background: #2f994d;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    #loginBlock .loginbutton span[class*='icon-downloadBtn']:before {
      transform: rotate(-90deg); }
    #loginBlock .loginbutton span:not([class*='vega-icons']) {
      flex: 1;
      font-size: 14px;
      padding-right: 10px; }
  #loginBlock .supervisoryNumber {
    position: relative;
    left: -3px;
    top: -3px; }
  #loginBlock #FormCkbLogin {
    max-width: 385px;
    width: 100%;
    display: inline-block;
    margin: 0 auto; }
  #loginBlock .loginbutton:hover {
    background: #2f994d; }
  #loginBlock .lb-buttons {
    position: relative;
    top: -12px; }
  #loginBlock .login-block-forgetpassword {
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;
    color: #a7a7a7;
    transition: color .3s; }
    #loginBlock .login-block-forgetpassword:hover {
      color: #c1c0c0; }

.lb-block-passwordreset {
  padding-top: 10px;
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.7); }
  .lb-block-passwordreset ul {
    padding: 0;
    margin: 0;
    opacity: .8; }
    .lb-block-passwordreset ul li {
      list-style: none;
      font-size: 12px;
      padding-left: 10px; }
      .lb-block-passwordreset ul li:before {
        content: "";
        width: 3px;
        height: 3px;
        background: white;
        display: inline-block;
        position: relative;
        top: -2px;
        left: -10px; }

#dashboard {
  padding-top: 55px;
  height: calc(100vh - 100px); }
  #dashboard .dashboard-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center; }
    @media (min-width: 769px) {
      #dashboard .dashboard-container {
        justify-content: center; } }
  #dashboard .tiles-block {
    width: 110px;
    height: 110px;
    background: #4f9e66;
    transition: transform .3s;
    transform: scale(1, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    will-change: transform;
    margin: 5px; }
    #dashboard .tiles-block.blue {
      background: #48a0c9; }
    #dashboard .tiles-block.product-blue {
      background: #4390DF; }
    #dashboard .tiles-block.indigo {
      background: #475290; }
    #dashboard .tiles-block.porsche {
      background: #2c424a; }
    #dashboard .tiles-block.inactive {
      opacity: .4; }
    #dashboard .tiles-block.lightgreen {
      background: #4bb04f; }
    #dashboard .tiles-block.orange {
      background: #df672d; }
    #dashboard .tiles-block.teal {
      background: #40a5a1; }
    #dashboard .tiles-block.dark_pink {
      background: #9A165A; }
    #dashboard .tiles-block .tiles-text {
      font-family: 'Open Sans';
      font-size: 12px;
      color: white;
      padding-bottom: 5px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center; }
    #dashboard .tiles-block:not(.inactive):hover {
      transform: scale(0.98, 0.98); }
    #dashboard .tiles-block .vega-icons {
      font-size: 3em; }
    #dashboard .tiles-block.ckb4Icon .vega-icons {
      margin-top: 11px;
      font-size: 4.3em; }
    #dashboard .tiles-block a {
      display: flex;
      flex-direction: column;
      width: 100%;
      flex: 1 1 auto;
      color: white;
      padding-bottom: 5px;
      align-items: center;
      justify-content: center;
      font-weight: lighter; }
  #dashboard .dashboard-block {
    max-width: 600px;
    width: 100%; }
    #dashboard .dashboard-block .dashboard-block-header {
      color: #3a3a4e;
      padding-left: 5px;
      padding-bottom: 25px; }
    #dashboard .dashboard-block .dashboard-block-main {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: left; }

/*# sourceMappingURL=package.css.map */