﻿.browser-support {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 32px;
  margin: 24px;
  background-color: #FFE2E2;
  z-index: 11;
  box-shadow: 0px 4px 12px rgba(15, 55, 65, 0.5);
  border-radius: 8px;
}
.browser-support.collapsed {
  margin: 0;
  border-radius: 0;
  padding: 16px 24px;
}
.browser-support__close {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
}
.browser-support.collapsed .browser-support__close {
  display: none;
}
.browser-support__copy,
.browser-support__browsers {
  display: table-cell;
}
.browser-support__copy {
  vertical-align: middle;
}
.browser-support__copy--collapsed {
  display: none;
}
.browser-support.collapsed .browser-support__copy--full {
  display: none;
}
.browser-support.collapsed .browser-support__copy {
  display: block;
}
.browser-support.collapsed .browser-support__copy--collapsed {
  display: block;
}
.browser-support.collapsed .browser-support__copy--collapsed span {
  top: -8px;
  position: relative;
}
.browser-support__browsers {
  padding: 0 32px;
  min-width: 440px;
}
.browser-support.collapsed .browser-support__browsers {
  display: none;
}
.browser-support__header {
  display: block;
  margin-bottom: 24px;
  padding-right: 16px;
}
.browser-support__header span {
  position: relative;
  top: -5px;
}
.browser-support.collapsed .browser-support__header {
  display: none;
}
.browser-support__body {
  display: table-row;
}
.browser-support .browser {
  display: inline-block;
  text-decoration: none;
}
.browser-support .browser img {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.browser-support .browser span {
  display: block;
}
@media screen and (max-width: 1000px) {
  .browser-support .browser span {
    text-align: center;
  }
}
@media screen and (min-width: 1001px) {
  .browser-support .browser + .browser {
    margin-left: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .browser-support .browser {
    display: block;
  }
  .browser-support .browser + .browser {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .browser-support__browsers {
    padding: 0 16px;
    min-width: 160px;
    text-align: center;
    max-width: 50%;
  }
}
.button {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  display: block;
  text-align: center;
  border-radius: 6px;
  padding: 0 16px;
  min-width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: background-color ease 0.2s;
}
.button--main {
  box-shadow: 0px 1px 2px rgba(146, 176, 184, 0.5);
  background-color: #51C6CB;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button--main:disabled {
  background-color: #B4E5E9;
}
.button--main:hover:not([disabled]) {
  background-color: #1bb0b6;
}
.button--primary {
  background-color: #0f3741;
  color: #FFFFFF;
}
.button--primary:disabled {
  background-color: #0f3741;
  opacity: 0.8;
}
.button--primary:hover:not([disabled]) {
  background-color: #0f3741;
  opacity: 0.8;
}
.button--justify-end {
  margin-left: auto;
}
.button--default {
  background-color: #ffffff;
  color: #0f3741;
  box-shadow: none;
}
.button--default:disabled {
  /*background-color: darken(@button-background-default, 5%);
      border-color: darken(@button-background-default, 5%);
      box-shadow: none;*/
  color: #7898A0;
}
.button--tertiary {
  background-color: transparent;
  color: #0f3741;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button--tertiary:disabled {
  color: #92B0B8;
}
.button--tertiary:hover:not([disabled]) {
  background-color: #C3DFE6;
}
.button:hover {
  transition: background-color ease 0.2s;
}
.button--full-width {
  width: 100%;
}
.button:disabled {
  cursor: not-allowed;
}
.button--ico {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.button--ico-go-back {
  background-image: url(/ic-go-back.svg);
  cursor: pointer;
  height: 22px;
  width: 22px;
  vertical-align: bottom;
}
.button--ico-main {
  background-image: url(/ic-go-back-white.svg);
}
.button--ico-locked {
  background-image: url(/ic-locked.svg);
  background-size: 80%;
}
.button--ico-microsoft {
  background-image: url(/ic-microsoft.svg);
  background-size: 85%;
}
.button.margin-top--2 {
  margin-top: 16px;
}
@media screen and (max-width: 600px) {
  .button:not(.button--mobile-fixed-width) {
    width: 100%;
  }
}
.cookies {
  display: flex;
  width: 100%;
  z-index: 100;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(15, 55, 65, 0.25);
  padding: 12px 16px 12px 23px;
  color: #0f3741;
  position: fixed;
  bottom: 0;
  right: calc(50% - 300px);
}
.cookies__text {
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-transform: none;
  margin-right: 44px;
  letter-spacing: normal;
}
.cookies__link {
  color: #51C6CB;
  text-decoration: none;
}
.cookies__link:hover {
  text-decoration: underline;
}
.cookies__controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.cookies__button {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.cookies__close-icon {
  background-image: url(/ic-close.svg);
  content: '';
  display: block;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.cookies__icon {
  background-image: url(/ic-cookies-logo.svg);
  content: '';
  display: block;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (min-width: 601px) {
  .cookies {
    max-width: 600px;
    bottom: 32px;
  }
}
@media screen and (max-width: 600px) {
  .cookies {
    right: 0;
  }
  .cookies--hidden {
    bottom: -100%;
  }
}
.input__wrapper {
  margin-bottom: 16px;
}
.input__wrapper:first-of-type {
  margin-top: 24px;
}
.input__wrapper--medium-bottom-margin {
  margin-bottom: 16px;
}
.input__wrapper--no-bottom-margin {
  margin: 0;
}
.input__wrapper--with-ico {
  position: relative;
}
.input__wrapper--with-ico .input__element {
  padding-right: 44px;
}
.input__wrapper--with-ico .input__label-row ~ .input__element--ico {
  top: 42px;
}
.input__label {
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #0f3741;
  margin-bottom: 8px;
  display: block;
  text-transform: uppercase;
}
.input__label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.input__label-row .input__label {
  margin-bottom: 0;
}
.input__label-row .action__info {
  margin: 0;
}
.input__element {
  font-size: 14px;
  line-height: 22px;
  height: 56px;
  width: 100%;
  border: 1px solid #DAE0E2;
  border-radius: 6px;
  padding: 18px 12px;
  -webkit-appearance: none;
  outline: none !important;
}
.input__element:focus {
  outline: none !important;
  border: 1px solid #0f3741;
}
.input__element::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7898A0;
}
.input__element::-moz-placeholder {
  /* Firefox 19+ */
  color: #7898A0;
}
.input__element:-ms-input-placeholder {
  /* IE 10+ */
  color: #7898A0;
}
.input__element:-moz-placeholder {
  /* Firefox 18- */
  color: #7898A0;
}
.input__element--error {
  border-color: #FF7D7D;
  color: #FF7D7D;
}
.input__element--error::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FF7D7D;
}
.input__element--error::-moz-placeholder {
  /* Firefox 19+ */
  color: #FF7D7D;
}
.input__element--error:-ms-input-placeholder {
  /* IE 10+ */
  color: #FF7D7D;
}
.input__element--error:-moz-placeholder {
  /* Firefox 18- */
  color: #FF7D7D;
}
.input__element--ico {
  content: '';
  height: 24px;
  width: 24px;
  position: absolute;
  top: 17px;
  right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.input__element--ico-visibility {
  background-image: url(/baseline-visibility.svg?rev=1);
  cursor: pointer;
}
.input__element--ico-visibility-off {
  background-image: url(/baseline-visibility-off.svg?rev=1);
  cursor: pointer;
}
.input__element--select {
  font-size: 14px;
  line-height: 22px;
  background-color: #FFFFFF;
  background-image: url(/ic-expand-dark.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.input__element--select::-ms-expand {
  display: none;
}
.input__validation-error {
  font-size: 12px;
  line-height: 20px;
  color: #FF7D7D;
  margin-top: 4px;
}
.input__validation-error--top {
  margin: 8px 0;
  text-align: center;
}
.input__validation-error--bold {
  font-weight: bold;
}
.input__validation-error--bottom {
  margin: 8px 0 0;
}
.input-validation-error {
  border-color: #FF7D7D;
  color: #FF7D7D;
}
.input-validation-error::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FF7D7D;
}
.input-validation-error::-moz-placeholder {
  /* Firefox 19+ */
  color: #FF7D7D;
}
.input-validation-error:-ms-input-placeholder {
  /* IE 10+ */
  color: #FF7D7D;
}
.input-validation-error:-moz-placeholder {
  /* Firefox 18- */
  color: #FF7D7D;
}
.field-validation-error {
  color: #FF7D7D;
  font-size: 12px;
  line-height: 20px;
  margin: 8px 0;
}
@media screen and (max-width: 600px) {
  .input__wrapper:first-of-type {
    margin-top: 16px;
  }
  .input__element {
    /*font-size: 26px;*/
  }
}
.login__card--employee-account .input__element--ico {
  top: 42px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  box-shadow: 0 0 0 30px #EAF6FA inset !important;
  -webkit-text-fill-color: #0A0A0A !important;
}
.typo__title,
.typo__h1,
.typo__h2,
.typo__action-title,
.typo__body,
.typo__caption,
.typo__overline {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}
.typo__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.typo__h1 {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}
.typo__h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.typo__action-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}
.typo__body {
  font-size: 14px;
  line-height: 22px;
}
.typo__caption {
  font-size: 12px;
  line-height: 20px;
}
.typo__overline {
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.typo--dark {
  color: #0f3741;
}
.typo--light {
  color: #7898A0;
}
.typo--light strong {
  font-weight: 600;
}
.typo--gray {
  color: #92B0B8;
}
.typo--clear {
  text-decoration: none;
}
* {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}
.android {
  min-height: 78px;
}
.auth-body {
  /*background: @main-background;*/
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  flex-direction: column;
}
.auth-body--spring {
  background-image: url('../bg/spring.png');
}
.auth-body--summer {
  background-image: url('../bg/summer.png');
}
.auth-body--autumn {
  background-image: url('../bg/autumn.png');
}
.auth-body--winter {
  background-image: url('../bg/winter.png');
}
.auth-body--celebration {
  background-image: url('../bg/celebration.jpg');
}
.global-loader {
  width: 100%;
  height: 100vh;
  background: #EAF6FA;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.tippy-tooltip.eryk-theme {
  background-color: #0f3741;
  color: #FFFFFF;
  padding: 4px 12px 8px 12px;
  border-radius: 12px;
}
.tippy-tooltip.eryk-theme .tippy-roundarrow {
  fill: #0f3741;
}
.tippy-tooltip.eryk-theme .tippy-content {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}
.loader__wrapper {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear;
}
.loader__dot {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #0f3741;
  border-radius: 100%;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.loader__dot--second {
  background-color: #64d6db;
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.login {
  width: 100%;
  max-width: 465px;
  margin: auto 0;
  position: relative;
}
.login__card {
  border-radius: 12px;
  background: #ffffff;
  padding: 40px 40px 32px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 10px 15px -5px rgba(10, 55, 66, 0.1);
  position: relative;
  z-index: 1;
}
.login__card--employee-account {
  border-radius: 16px;
  box-shadow: 0px 4px 12px 0px #0F374180;
  min-height: inherit;
}
.login__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.login__content--employee-account {
  justify-content: center;
}
.login__heading {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #0f3741;
  margin: 0 0 8px;
  text-align: center;
}
.login__subheading {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0f3741;
  margin: 16px 0 8px;
}
.login__info {
  font-size: 14px;
  line-height: 22px;
  color: #0f3741;
  margin: 0;
  text-align: center;
}
.login__info p {
  margin: 0;
}
.login__info p.margin-bottom {
  margin: 0 0 8px 0;
}
.login__info p.margin-bottom-3 {
  margin: 0 0 24px 0;
}
.login__info-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 5px 0;
}
.login__info--error {
  border: 1px solid #FF7D7D;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
}
.login__info--error-link {
  color: #0f3741;
}
.login__info .login__info--email {
  margin-top: 16px;
}
.login__info--details {
  margin-top: 5px;
}
.login__info .typo__title,
.login__info .typo__h1,
.login__info .typo__h2,
.login__info .typo__action-title,
.login__info .typo__body,
.login__info .typo__caption,
.login__info .typo__overline {
  text-align: center;
}
.login__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.login__actions .button--full-width {
  flex-basis: 100%;
}
.login__actions--align-right {
  justify-content: flex-end;
}
.login__actions--margin-top {
  margin-top: 16px;
}
.login__actions--recaptcha {
  justify-content: center;
  align-items: center;
}
.login__actions--recaptcha .recaptcha-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.login__actions--recaptcha .recaptcha {
  transform: scale(0.94);
}
.login__separator {
  font-size: 12px;
  line-height: 20px;
  color: #7898A0;
  text-align: center;
  margin: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login__separator:before,
.login__separator:after {
  content: '';
  display: block;
  border-bottom: 1px solid #DAE0E2;
  width: calc(50% - 20px);
}
.login__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.login__email {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #0f3741;
}
.login__link {
  font-size: 14px;
  line-height: 22px;
  color: #51C6CB;
  text-decoration: none;
}
.login__link:hover {
  text-decoration: underline;
}
.login__error {
  text-align: center;
  height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login__error .login-error__header {
  color: #0f3741;
  font-weight: 700;
  font-size: 18px;
  margin: 30px 0 20px 0;
}
.login__error .login-error__content {
  font-size: 14px;
  margin: 0;
}
.login-error {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-error__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  margin: 64px 0 8px 0;
}
.login-error__text {
  font-size: 14px;
  line-height: 22px;
  color: #7898A0;
  margin: 0 0 32px 0;
}
.login-aside {
  background: #EAF6FA;
  border-radius: 12px;
  position: absolute;
  z-index: 0;
  display: flex;
  height: 110px;
  align-items: end;
  padding: 24px 40px;
  width: 100%;
  bottom: -68px;
  box-shadow: 0px 10px 10px -5px #0F374109, 0px 20px 25px -5px #0F374115;
}
.login-aside--error {
  width: 100%;
  max-width: 456px;
  margin-bottom: 16px;
}
.action__link {
  font-size: 12px;
  line-height: 20px;
  color: #51C6CB;
  text-decoration: none;
}
.action__link:hover {
  text-decoration: underline;
}
.action__link--main {
  color: #51C6CB;
  text-decoration: none;
}
.action__link--employee-account {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #0f3741;
  text-decoration: none;
}
.action__button {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
.action__info {
  font-size: 12px;
  line-height: 20px;
  color: #51C6CB;
}
.action__info--align-right {
  text-align: right;
  margin: 0 0 8px;
}
.password__info {
  font-size: 14px;
  line-height: 22px;
  margin-top: 16px;
}
.password__info p {
  margin: 0;
}
.password__info--details {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.password-strength__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.password-strength__element {
  background: #C3DFE6;
  border-radius: 6px;
  width: 23%;
  height: 4px;
  transition: background 400ms;
}
.password-strength__label {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 8px;
}
.password-strength--default .password-strength__label {
  color: #C3DFE6;
}
.password-strength--default .password-strength__label--invalid,
.password-strength--default .password-strength__label--valid,
.password-strength--default .password-strength__label--strong,
.password-strength--default .password-strength__label--very-strong {
  display: none;
}
.password-strength--invalid .password-strength__element:first-of-type {
  background: #FF7D7D;
}
.password-strength--invalid .password-strength__label {
  color: #FF7D7D;
  display: block;
}
.password-strength--invalid .password-strength__label--default,
.password-strength--invalid .password-strength__label--valid,
.password-strength--invalid .password-strength__label--strong,
.password-strength--invalid .password-strength__label--very-strong {
  display: none;
}
.password-strength--valid .password-strength__element:nth-of-type(1),
.password-strength--valid .password-strength__element:nth-of-type(2) {
  background: #FFA745;
}
.password-strength--valid .password-strength__label {
  color: #FFA745;
}
.password-strength--valid .password-strength__label--default,
.password-strength--valid .password-strength__label--invalid,
.password-strength--valid .password-strength__label--strong,
.password-strength--valid .password-strength__label--very-strong {
  display: none;
}
.password-strength--strong .password-strength__element:nth-of-type(1),
.password-strength--strong .password-strength__element:nth-of-type(2),
.password-strength--strong .password-strength__element:nth-of-type(3) {
  background: #95D82F;
}
.password-strength--strong .password-strength__label {
  color: #95D82F;
}
.password-strength--strong .password-strength__label--default,
.password-strength--strong .password-strength__label--invalid,
.password-strength--strong .password-strength__label--valid,
.password-strength--strong .password-strength__label--very-strong {
  display: none;
}
.password-strength--very-strong .password-strength__element {
  background: #95D82F;
}
.password-strength--very-strong .password-strength__label {
  color: #95D82F;
}
.password-strength--very-strong .password-strength__label--default,
.password-strength--very-strong .password-strength__label--invalid,
.password-strength--very-strong .password-strength__label--valid,
.password-strength--very-strong .password-strength__label--strong {
  display: none;
}
.password-validator {
  font-size: 12px;
  line-height: 20px;
  margin: 8px 0 16px 0;
}
.password-validator__label {
  margin-bottom: 6px;
  font-weight: bold;
}
.password-validator__label--employeeAccount {
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
}
.password-validator__item {
  display: block;
  margin-bottom: 6px;
}
.password-validator__item--employeeAccount {
  display: block;
}
.password-validator__item:before {
  content: '';
  display: inline-block;
  background-image: url(/ic-wrong-gray.svg?rev=1);
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
  margin-right: 4px;
}
.password-validator__item--failed:before {
  background-image: url(/ic-wrong-red.svg?rev=1);
}
.password-validator__item--passed:before {
  background-image: url(/ic-checked-green.svg?rev=1);
}
.tootsy {
  width: 100%;
}
.tootsy__goto-sso {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}
.tootsy__goto-sso a {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #0f3741;
  text-decoration: none;
}
.tootsy__button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.tootsy__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.tootsy__link {
  font-size: 12px;
  line-height: 20px;
  color: #0f3741;
  text-decoration: none;
}
.tootsy__link:hover {
  text-decoration: underline;
}
.tootsy__link:not(:last-child) {
  margin-right: 15px;
}
.language__input {
  font-size: 12px;
  line-height: 20px;
  color: #0f3741;
  width: auto;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 10;
  padding-right: 60px;
}
.language__input--select {
  background-image: url(/ic-expand-dark.svg?rev=1);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.language__input--select::-ms-expand {
  display: none;
}
.language__label {
  font-size: 12px;
  line-height: 20px;
}
.language--with-icon {
  position: relative;
}
.language__flag {
  position: absolute;
  top: -3px;
  right: 35px;
  width: 25px;
  height: 28px;
  background-repeat: no-repeat;
  z-index: 9;
}
.language__flag--pl {
  background-image: url(/pl.svg?rev=1);
}
.language__flag--en {
  background-image: url(/gb.svg?rev=1);
}
.data-processing {
  text-align: center;
  padding: 8px 16px 16px;
  width: 100%;
  border-top: 1px solid #DAE0E2;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-transform: none;
  letter-spacing: normal;
  color: #7898A0;
  background: #ffffff30;
}
.data-processing__actions-link {
  font-size: 12px;
  line-height: 20px;
  color: #0f3741;
  text-decoration: none;
}
.data-processing__actions-link:after {
  content: '・';
  display: inline-block;
  height: 10px;
  width: 10px;
}
.data-processing__actions-link--button {
  color: #0f3741 !important;
  text-decoration: none !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  font-size: 12px !important;
}
.data-processing__info {
  margin: 0;
}
.employee-account-footer {
  width: 100vw;
  padding: 0 16px 16px 16px;
}
.employee-account-footer__prefix {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: right;
  color: #0F3741;
}
.employee-account-footer__link {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: underline;
  color: #0F3741;
}
.hide {
  display: none;
}
.margin-top {
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  .auth-body {
    padding: 0;
  }
  .desktop-theme {
    display: none;
  }
  .recaptcha-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    top: -8px;
  }
  .login {
    max-width: 463px;
    margin: 0;
  }
  .login__card {
    padding: 20px 16px 32px 16px;
    min-height: 380px;
    margin: 16px 16px 0;
  }
  .login-aside {
    width: calc(100% - 32px);
    margin: 0 16px;
  }
  .login__logo {
    margin-bottom: 24px;
  }
  .login__logo img {
    width: 124px;
  }
  .login__actions {
    flex-direction: column-reverse;
  }
  .login__actions--recaptcha {
    flex-direction: column;
    align-items: center;
  }
  .login__actions--recaptcha .recaptcha {
    transform: scale(0.84);
  }
  .login__actions--end-session {
    width: 100%;
    margin-bottom: 16px;
  }
  .action__info {
    margin: 16px 0 0 0;
  }
  .data-processing {
    margin-top: auto;
  }
}