.confirm-parent, .password-parent {
  overflow: visible;
  width: 50%;
}

.password-strength {
  width: 100%;
}
.password-strength .password-strength__meter {
  border-radius: 4px;
  overflow: hidden;
}
.password-strength .password-strength__meter .password-strength__indicator.is-weak {
  background-color: #E73637;
}
.password-strength .password-strength__meter .password-strength__indicator.is-fair {
  background-color: #FBBE15;
}
.password-strength .password-strength__meter .password-strength__indicator.is-good {
  background-color: #2DAAE2;
}
.password-strength .password-strength__meter .password-strength__indicator.is-strong {
  background-color: #8CBF46;
}

.password-suggestions {
  border: none;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  width: 50%;
  padding: 16px;
  border-radius: 4px;
}
.password-suggestions ul {
  padding-left: 24px;
}