/* Сдвиг карточки .authCard вправо на мобильном */
@media (max-width: 540px) {
  .authContainer {
    padding: 0 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    place-items: center !important;
    justify-items: center !important;
  }
  .authCard {
    margin: 0 !important;
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
    box-sizing: border-box !important;
    position: relative !important;
    left: 6px !important;
    transform: none !important;
    place-self: center !important;
  }
}
