.user-form-page {
  position: relative;
}

.user-form-page__user-form {
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 500px;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
}

.formatter_flag {
  max-height: 23px;
  width: 30px;
  display: inline-block;
  margin: 0 0.5rem;
}

.formatter_flag img {
  box-shadow: 0px 0px 12px #ccc;
  max-height: 23px;
  max-width: 30px;
}

.media-library-item--grid {
  .field--name-langcode {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
  }
}