input[type=email],
input[type=tel] {
  text-align: right;
}

.language-switcher .languages-block ul li:not(:last-child)::after {
  right: auto;
  left: 0;
}

.breadcrumbs span.icon::before {
  content: "\e900";
}

@media (min-width: 991.9px) {
  .section-account-form .form-content .back-to-login {
    left: auto;
    right: 0;
  }
  .section-account-form .form-content .back-to-login::before {
    content: "\e903";
  }
}