.authlink {
  margin-top: auto;
  margin-bottom: auto;
}

.authlink img {
  padding: 1px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dbdfe2;
  border-radius: .3rem;
  box-shadow: 0px 2px 1px #888888;
}

.authlink.disabled img {
  border-color: #f2f3f3;
  opacity: 0.35;
}

.authlink.flag {
  width: 175px;
}

.authlink.flag img {
  width: 48px;
  height: 32px;
}

.authlink.bank img {
  width: 125px;
}

.authlink.other img {
  width: 60px;
}

.workarea {
  max-width: 1200px;
}

.nav-language {
  flex: 0 0 auto;
}

.auto-width {
  width: auto;
}

.display-none {
  display: none;
}

.display-block {
  display: block
}

footer.temp .footer-right {
  border: none;
}

@media (max-width: 600px) {
  .authlink img {
    width: 180px;
  }
}

@media (max-width: 900px) {
  .nav-language a {
    font-size: 1rem;
  }
}

.temp .footer-top {
  max-width: none !important;
}

[target='_blank'].link-blue::after,
[target='_blank'].link-gray::after,
[target='_blank'].link-orange::after,
[target='_blank'].link-phone::after,
[target='_blank'].link-small::after {
 display:inline !important;
}

#mobileid-countrycode-wrapper {
  float: left;
  width: 70px;
}

#mobileid-countrycode {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 1px;
}

#mobileid-number-wrapper {
  float: left;
  width: calc(100% - 72px);
}

#mobileid-number {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-left-width: 1px;
}