.account-login .account-login__inner {
  grid-template-rows: calc(clamp(64px, calc(53.6px + 3.25vw), 116px) + 24px) 1fr;
}

.account-login .account-login__brand {
  width: max-content;
  height: auto;
  align-self: end;
  justify-self: center;
  display: grid;
  justify-items: center;
  gap: 8px;
  border-radius: 4px;
  color: rgba(255, 255, 255, .64);
  text-decoration: none;
}

.account-login__back {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}

.account-login__back-arrow {
  width: 16px;
  height: auto;
  flex: none;
  stroke: currentColor;
  stroke-width: 2.4px;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
}

.account-login__back-arrow path {
  vector-effect: non-scaling-stroke;
}
