/**
 * @file
 * Styles for the user components.
 */

/* Insgesamt soll der Passwort-Bereich nur 33em breit sein und kein margin haben */
.confirm-parent,
.password-parent {
  clear: left; /* LTR */
  overflow: hidden;
  max-width: 33em;
  margin: 0;
}

/* Der Passwort-Bereich soll nur 55% der Breite haben */
.password-confirm,
.password-field,
.password-strength,
.password-confirm-match {
  width: 55%;
}

/* Generelles Styling des Password strength indicators */
.password-strength__meter {
  margin-top: 0.5em;
  background-color: #ebeae4;
}
