body #main {
  transition: filter 0.3s ease;
}
body.overlay-open.login-overlay-open #main,
body.overlay-open.login-overlay-open #main-header,
body.overlay-open.login-overlay-open #main-footer {
  filter: blur(15px);
}
#account-overlay.overlay-full > .box {
  margin-top: 0;
  margin-bottom: 0;
  top: 50%;
  transform: translateY(-50%) !important;
}
#account-overlay .hl {
  font-family: 'Saol Display', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
}
#account-overlay .hl.upper,
#account-overlay .hl-upper {
  text-transform: uppercase;
}
.login-reg-tabs .tabs {
  font-family: 'din-condensed', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 1em;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}
.login-reg-tabs .tabs:before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 1px;
  background-color: #CCC;
}
.login-reg-tabs .tabs a {
  display: inline-block;
  padding: 10px 0;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  color: #CCC;
  position: relative;
  z-index: 1;
}
.login-reg-tabs .tabs a.active {
  border-color: #000;
  color: #000;
}
.login-reg-tabs .tabs a:first-child {
  margin-right: 10px;
}
.login-reg-tabs .hidden {
  display: none;
}
.login-reg-tabs form p {
  margin-bottom: 25px;
}
.login-reg-tabs form .notice {
  font-size: 14px;
}
.login-reg-tabs form .notice a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #fc0;
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.login-reg-tabs form .notice a::focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.login-reg-tabs form .notice a:hover {
  color: #fc0;
}
.login-reg-tabs .buttons {
  display: flex;
  justify-content: center;
}
.login-reg-tabs .buttons .btn {
  flex: 0 0 50%;
  max-width: 250px;
  margin-left: 20px;
}
.login-reg-tabs .likebutton-content {
  text-align: center;
}
.tpl-form-register .box,
.tpl-form-login .box {
  display: block;
  margin-bottom: var(--global-spacing);
}
.tpl-form-register .box:last-child,
.tpl-form-login .box:last-child {
  margin-bottom: 0;
}
.account-messages .message {
  border-left: 4px solid #72aee6;
  padding: 12px;
  margin-left: 0;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}
.account-messages .message > strong {
  display: inline-block;
  margin-right: 4px;
}
.account-messages .message.error {
  border-left-color: #d63638;
}
