.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.level {
  float: left;
  margin-right: 1.5em;
}

.elm-block {
  margin: 1.5em 0 1em 0;
}
.elm-block > * {
  max-width: 100%;
}

input {
  width: 100%;
}

.hash {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hash-wrapper {
  text-align: left;
}
.hash-text {
  font-size: x-small;
  margin: 0;
  word-wrap: anywhere;
  white-space: normal;
}
.hash-label {
  margin-bottom: -0.4em;
}

.highlight-field {
  padding: 1em;
  border-radius: 4px;

  transition: all ease 1s;

  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  color: black;
}

.highlight-field.highlight-field-correct{
  background: #065143;
  border-color: #0A856E;
  color: white;
}

.elm-correct-block {
  font-size: 0.8em;
  display: flex;
}

.elm-correct-block .pwInput {
  height: 3em;
  font-size: 1em;
}

footer {
  margin-top: 4em !important;
}