@font-face {
  font-family: Unicredit;
  src: url("../fonts/UniCredit-Light.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Unicredit;
  src: url("../fonts/UniCredit-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Unicredit;
  src: url("../fonts/UniCredit-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Unicredit;
  src: url("../fonts/UniCredit-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Unicredit;
  src: url("../fonts/UniCredit-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
}

body {
  font-family: Unicredit, "PT Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.gws-login-bgimg {
  pointer-events: none;
  z-index: 1;
  object-position: 50% 50%;
}

#login {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100%;
  height: 100%;
}

#login-content {
  position: relative;
  width: 100%;
  height: 100%;
}

#loginFormLanguageSelectContainer {
  position: relative;
}

.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 40px;
  padding: 0 8px;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 18.08px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

.lang-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  min-width: 140px;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  z-index: 20;
}

.lang-dropdown button {
  display: block;
  width: 100%;
  padding: 8px 12px;
  border: 0;
  background: transparent;
  color: #262626;
  font-family: inherit;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}

.lang-dropdown button:hover {
  background: #f5f5f5;
}

.lang-dropdown li.selected button,
.lang-dropdown li[aria-selected="true"] button {
  background: #e6f4ff;
  font-weight: 500;
}

@media (max-width: 900px) {
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .page {
    min-width: 0;
    min-height: 100vh;
    height: auto;
  }

  .security-banner,
  .gws-login-bgimg {
    display: none;
  }

  aside.customer-care.floating {
    display: none !important;
  }

  #login {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    height: auto;
    padding: 24px 16px 32px;
  }

  #login-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
}

/* Icon font layer stacking — margin-left:-1em breaks in some engines */
aside.customer-care.floating ul.cc-icons li a .icon {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
}

aside.customer-care.floating ul.cc-icons li a .icon span {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  overflow: visible;
  pointer-events: none;
}

aside.customer-care.floating ul.cc-icons li a .icon span:before {
  margin-left: 0 !important;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

