@import url("/whitelabel/root.css?t=1771317790534");
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  font-weight: 200;
  color: rgb(255, 255, 255);
  color: var(--color-text-login, rgb(255, 255, 255));
  background: hsla(0, 0%, 0%, 1);
  background: var(--color-background, hsla(0, 0%, 0%, 1));
  display: flex;
  background-size: cover;
  background-position: center top;
  flex-direction: column;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  align-items: center;
  padding: 0.2rem 0.2rem 0.2rem;
}

.header {
  width: 100%;
}
.header nav {
  display: flex;
  justify-content: center;
}
.header nav .wrapper {
  position: relative;
}
.header nav .wrapper .pillar-wrapper {
  position: absolute;
  width: 100%;
  transition: all 0.5s ease-in-out;
  top: 33px;
  left: 0;
  right: 0;
  visibility: initial;
  opacity: 1;
  border: 1px solid;
  border-color: hsla(193, 100%, 50%, 1);
  border-color: var(--color-input-border-login, hsla(193, 100%, 50%, 1));
  border-top: none;
  background: hsla(0, 0%, 0%, 1);
  background: var(--color-background, hsla(0, 0%, 0%, 1));
}
.header nav .wrapper .pillar-wrapper li {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.3);
  border-bottom-color: var(--color-standard-transparent-3, rgba(255, 255, 255, 0.3));
}
.header nav .wrapper .pillar-wrapper li:last-child {
  border-bottom: none;
}
.header nav .wrapper .pillar-wrapper a {
  cursor: pointer;
  color: hsla(193, 100%, 50%, 1);
  color: var(--color-link-login, hsla(193, 100%, 50%, 1));
}
.header nav .wrapper .pillar-wrapper a:hover, .header nav .wrapper .pillar-wrapper a:focus {
  opacity: 0.9;
  color: rgb(255, 255, 255);
  color: var(--color-standard, rgb(255, 255, 255));
  background: hsla(193, 100%, 50%, 0.9);
  background: var(--color-primary-transparent-9, hsla(193, 100%, 50%, 0.9));
}
.header nav .wrapper .pillar-wrapper.hide {
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  border: none;
  background-color: transparent;
}
.header nav .wrapper .pillar-wrapper.hide > * {
  border: none;
  display: none;
}
.header nav .wrapper .dropdown-item {
  padding: 0.2rem;
}

.header-logo {
  display: flex;
  flex-direction: column;
  width: 10rem;
  margin-bottom: 10px;
}
.header-logo.auto-width {
  width: auto;
}
.header-logo .logo-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.header-logo .logo-img-app {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.container {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0 1rem;
}

form input {
  display: block;
  cursor: pointer;
  border: 1px solid;
  border-color: hsla(193, 100%, 50%, 1);
  border-color: var(--color-input-border-login, hsla(193, 100%, 50%, 1));
  height: 2.5rem;
  width: 100%;
  border-radius: 3px;
  background: transparent;
  padding: 5px;
  font-size: 16px;
  margin: 0;
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
  color: var(--color-text-login, rgb(255, 255, 255));
}
form input:focus, form input:hover {
  border-color: rgb(255, 255, 255);
  border-color: var(--color-input-border-login-hover, rgb(255, 255, 255));
  outline: none;
}
form .formgroup {
  display: block;
}
form .remember-me {
  min-width: 60%;
}
form .do-forget-password {
  margin-top: 5px;
  flex-grow: 100;
  flex-basis: 20px;
  flex: 1 1 auto;
  display: inline-flex;
  white-space: nowrap;
  margin-left: auto;
  align-items: flex-start;
  justify-content: flex-start;
}
form .formgroup:nth-child(2) input {
  margin-bottom: calc(20px / 2);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background: hsla(0, 0%, 0%, 1);
  background: var(--color-background, hsla(0, 0%, 0%, 1));
  color: rgb(255, 255, 255);
  color: var(--color-standard, rgb(255, 255, 255));
}

input[type=submit] {
  margin: 0;
  background: rgb(53, 193, 89);
  background: var(--color-submit-button-login, rgb(53, 193, 89));
  color: rgb(255, 255, 255);
  color: var(--color-standard, rgb(255, 255, 255));
  -webkit-appearance: none;
  appearance: none;
  height: 3rem;
  width: 100%;
  border: 0;
  outline: none;
  font-size: 16px;
  border-radius: 3px;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 400;
}
input[type=submit]:focus, input[type=submit]:hover {
  opacity: 0.9;
}

.checkbox {
  display: flex;
}
.checkbox label {
  margin: 0;
  text-transform: none;
  font-size: 14px;
  position: relative;
}
.checkbox input[type=checkbox]:checked + label::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 0.25rem;
  background: hsla(193, 100%, 50%, 1);
  background: var(--color-primary, hsla(193, 100%, 50%, 1));
  -webkit-mask-image: url(../img/checkmark.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-image: url(../img/checkmark.svg);
  mask-size: contain;
  background-position: center;
  width: 0.7rem;
  height: 0.53rem;
  overflow: hidden;
  display: block;
}

input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  margin-right: 0.3rem;
  background: rgb(255, 255, 255);
  background: var(rgb(255, 255, 255), rgb(255, 255, 255));
  height: 1rem;
  width: 1rem;
  border: 0;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid;
  border-color: hsla(193, 100%, 50%, 1);
  border-color: var(--color-input-border-login, hsla(193, 100%, 50%, 1));
}

input[type=checkbox]:hover,
input[type=checkbox]:focus {
  background-color: hsla(200, 15%, 90%, 0.1);
  background-color: var(--color-background-tint-transparent-1, hsla(200, 15%, 90%, 0.1));
  border-color: rgb(255, 255, 255);
  border-color: var(--color-input-border-login-hover, rgb(255, 255, 255));
}

input[type=checkbox]:checked {
  position: relative;
  border: 1px solid;
  border-color: hsla(193, 100%, 50%, 1);
  border-color: var(--color-input-border-login, hsla(193, 100%, 50%, 1));
  background-color: hsla(200, 15%, 90%, 0.1);
  background-color: var(--color-background-tint-transparent-1, hsla(200, 15%, 90%, 0.1));
}

label {
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.025rem;
}

.vwd_kc-account-box__alert.warning {
  margin-bottom: 10px;
}

a {
  color: hsla(193, 100%, 50%, 1);
  color: var(--color-primary, hsla(193, 100%, 50%, 1));
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
a:hover, a:focus {
  color: --color-primary;
  color: var(--color-link-login-hover, --color-primary);
}

.header .locale-btn > font {
  z-index: -1;
}
.header .locale-btn i {
  background-color: hsla(193, 100%, 50%, 1);
  background-color: var(--color-primary, hsla(193, 100%, 50%, 1));
  -webkit-mask-image: url(../img/icon-chevron-down-pilldown.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-image: url(../img/icon-chevron-down-pilldown.svg);
  mask-size: contain;
  margin-left: 2px;
  background-position: center;
  width: 1rem;
  height: 0.4rem;
  display: block;
  font-family: inherit;
  z-index: -1;
}

_:-ms-lang(x),
_:-webkit-full-screen,
.header .locale-btn i {
  width: 0.7rem;
}

#kc-totp-settings {
  padding-left: 19px;
}
#kc-totp-settings ul {
  list-style-type: disc;
  padding-left: 19px;
}
#kc-totp-settings #qr-code-container {
  text-align: center;
}
#kc-totp-settings #qr-code-container img {
  margin: 0.5rem 0;
}
#kc-totp-settings li {
  margin-bottom: 0.5rem;
}

.feedback-text .feedback-text-title {
  margin-bottom: 1rem;
}
.feedback-text ul {
  list-style-type: disc;
  padding-left: 30px;
  margin-bottom: 20px;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul li a {
  display: block;
  font-family: inherit;
  font-weight: 300;
}

.locale-btn {
  cursor: pointer;
  border-radius: 0;
  appearance: none;
  outline: none;
  position: relative;
  padding: 0.5rem 3rem;
  background: transparent;
  border: 1px solid;
  border-color: hsla(193, 100%, 50%, 1);
  border-color: var(--color-primary, hsla(193, 100%, 50%, 1));
  color: hsla(193, 100%, 50%, 1);
  color: var(--color-primary, hsla(193, 100%, 50%, 1));
  display: flex;
  align-items: center;
  justify-content: center;
  color: --color-primary;
  z-index: 100;
  border-radius: 3px;
}
.locale-btn:hover, .locale-btn:focus {
  border-color: rgb(255, 255, 255);
  border-color: var(--color-input-border-login-hover, rgb(255, 255, 255));
  color: rgb(255, 255, 255);
  color: var(--color-input-border-login-hover, rgb(255, 255, 255));
}
.locale-btn:hover i, .locale-btn:focus i {
  background: rgb(255, 255, 255);
  background: var(--color-input-border-login-hover, rgb(255, 255, 255));
}

.vwd-login-form,
#form-wrapper,
.vwd_login {
  width: 100%;
  max-width: 25rem;
}

.footer,
.vwd_login {
  margin-top: auto;
}

#form-login input[type=password]:nth-child(4) {
  margin-bottom: 15px;
}

.footer.with-copyright {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer.with-copyright .copyright {
  font-weight: 400;
  color: rgb(138, 138, 138);
  color: var(--color-text-footer-login, rgb(138, 138, 138));
  font-size: 14px;
  text-align: center;
}
.footer.with-copyright .copyright a {
  color: hsla(193, 100%, 50%, 1);
  color: var(--color-link-login, hsla(193, 100%, 50%, 1));
}
.footer.with-copyright .copyright a:hover {
  color: rgb(255, 255, 255);
  color: var(--color-link-login-hover, rgb(255, 255, 255));
  background-color: transparent;
}

.error {
  color: #ff0000;
  line-height: 1;
  margin-bottom: 15px;
}

.flex-space-between {
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.form-login > .flex-space-between {
  align-items: flex-end;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .checkbox input[type=checkbox]:checked + label::before {
    top: 0.15rem;
    background-color: transparent;
  }
  .header .locale-btn i {
    background-color: transparent !important;
    background: url(../img/icon-chevron-down-pilldown.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.popup-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 500ms;
  z-index: 101;
}
.popup-overlay.hide {
  display: none;
}

.popup-main {
  background-color: --color-background;
  position: absolute;
  min-height: 230px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.3);
  background-color: rgb(255, 255, 255);
  color: #333333;
  z-index: 101;
}
.popup-main.hide {
  display: none;
}
.popup-main .popup-close {
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: 10px;
  transition: all 200ms;
  font-weight: 200;
  font-size: 40px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  color: var(--color-standard, rgb(255, 255, 255));
}
.popup-main .popup-close:hover {
  color: rgba(255, 255, 255, 0.7);
  color: var(--color-standard-transparent-7, rgba(255, 255, 255, 0.7));
}
.popup-main .popup-title {
  background: rgb(51, 51, 51);
  background: var(--color-notification-header-background, rgb(51, 51, 51));
  color: rgb(255, 255, 255);
  color: var(--color-standard, rgb(255, 255, 255));
  padding: 0.2rem;
}
.popup-main .popup-title h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0.5rem;
  padding-left: 15px;
}
.popup-main .popup-content {
  max-width: 30rem;
  padding: 15px 20px;
  font-size: 14px;
}
.popup-main .popup-content h3 {
  font-size: 18px;
}
.popup-main .popup-content p {
  font-size: inherit;
}
.popup-main .popup-content ol {
  margin-bottom: 1rem;
  list-style-position: outside;
  list-style-type: none;
}
.popup-main .popup-content ol li {
  margin-bottom: 0.5rem;
  counter-increment: item;
  position: relative;
  padding-left: 1rem;
  font-size: inherit;
}
.popup-main .popup-content ol li:before {
  display: inline-block;
  position: absolute;
  left: -0.1rem;
  font-weight: bold;
  content: counter(item) ".";
  margin-right: 0.2rem;
}
.popup-main .popup-content a:hover {
  color: hsla(193, 100%, 50%, 0.8);
  color: var(--color-primary-transparent-8, hsla(193, 100%, 50%, 0.8));
}
.popup-main .popup-content strong {
  display: inline-block;
  width: 55%;
}
@media screen and (max-width: 368px) {
  .popup-main .popup-content strong {
    display: block;
    width: auto;
  }
}

.hide {
  display: none;
}

.device {
  border: solid 2px white;
  text-align: center;
  cursor: pointer;
  margin-bottom: 5px;
}

.device.active {
  border-color: #00a1d9;
}

#infront-logo > span {
  display: none;
}
#infront-logo > img {
  width: 10rem;
  height: 3rem;
}