.woocommerce form p:first-child {
  color: rgb(100 116 139);
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: center;
  text-wrap: pretty;
  max-width: 680px;
  margin: 2rem auto;
}

.woocommerce-ResetPassword {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.woocommerce-ResetPassword .clear {
  display: none;
}

.woocommerce-ResetPassword label {
  text-align: center;
  font-size: 1rem;
}

.woocommerce-ResetPassword .woocommerce-form-row--first {
  background: white;
  width: 100% !important;
  max-width: 400px;
  padding: 2rem !important;
  padding-bottom: 6rem !important;
  border-radius: 2rem;
  margin-top: 4rem !important;
}

.woocommerce-ResetPassword
  .woocommerce-form-row:not(.woocommerce-form-row--first) {
  margin-top: -6rem !important;
}

.woocommerce-ResetPassword
  .woocommerce-form-row:not(.woocommerce-form-row--first) {
  background: white;
  margin-bottom: 0 !important;
}

@media (max-width: 900px) {
  .woocommerce form p:first-child {
    font-size: 0.875rem;
    line-height: 1.35;
  }
}
