@media (min-width : 1024px) {
  .header-actions .link-icon__text {
    display : block;
  }
  .header-actions{
    margin-left: 0;
    gap: 36px;
  }
  .header-actions img{
    width: 21px;
    height: 21px;
  }
}


@media (max-width : 450px) {
  .login-form__container {
    width : 95%;
  }

  .swiper-help-block .alert-danger {
    font-size : 10px;
  }

  .swiper-help-block .alert {
    padding : 0 5px;
    margin  : unset;
  }
}

@media (max-width : 767px) {
  .login-form__content__container {
    width  : 95%;
  }

  .login-form__content__container > * {
    width : 100%;
  }

  .login-form__content {
    align-items: unset;
  }
}
