.storefront-password__label-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.6rem 1rem;
}

.storefront-password__label-row .forgotpass-form__title,
.storefront-password__label-row .e-form__title,
.storefront-password__label-row .registration__label {
  margin: 0;
}

.storefront-password__field-error {
  color: #dc3545;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}

.storefront-field--error,
.registration-field--error {
  border-color: #dc3545 !important;
}

.registration__input--pass .storefront-password__label-row + .js-show-pass-container input,
.registration__input--pass2 .registration__label-row + .js-show-pass-container input {
  margin-top: 0;
}
