/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[2].use[3]!./assets/scss/page.scss ***!
  \***********************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~ General ~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */

/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[2].use[3]!./assets/scss/password-reset.scss ***!
  \*********************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~ General ~~~~~~~~~~ */
/* ~~~~~~~~~~ Section ~~~~~~~~~~ */
.password-reset__container {
  padding: 0 15px 50px;
  min-height: calc(100vh - 465px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E9EFEE;
  flex-wrap: wrap;
  flex-direction: column; }

.password-reset__breadcrumb {
  width: 100%;
  background: #E9EFEE; }
  .password-reset__breadcrumb-inner {
    padding: 25px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px; }
  .password-reset__breadcrumb-link {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    text-decoration: none;
    color: #1F5E59;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .password-reset__breadcrumb-link:hover, .password-reset__breadcrumb-link:focus {
      color: #153f3c; }
    .password-reset__breadcrumb-link svg {
      width: 17px;
      height: auto; }

@media (max-width: 767.98px) {
  .password-reset__container {
    padding: 50px 15px; } }

.password-reset__inner {
  width: 100%;
  max-width: 700px;
  padding: 40px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px dashed #1F5E59; }
  @media (max-width: 575.98px) {
    .password-reset__inner {
      padding: 25px; } }

.password-reset__header {
  margin-bottom: 32px;
  text-align: center; }

.password-reset__title {
  font-size: 3rem;
  line-height: 3.5rem;
  color: #222222;
  margin: 0 0 15px; }
  @media (max-width: 575.98px) {
    .password-reset__title {
      font-size: 2.25rem;
      line-height: 2.75rem; } }

.password-reset__subtitle {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #254035;
  margin: 0; }
  @media (max-width: 575.98px) {
    .password-reset__subtitle {
      font-size: 1.125rem;
      line-height: 1.625rem; } }

.password-reset__confirmation {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #484848;
  margin: 0;
  text-align: center; }

.password-reset__form {
  display: flex;
  flex-direction: column;
  gap: 15px; }
  .password-reset__form .form-row {
    margin: 0;
    padding: 0; }

.password-reset__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0; }
  .password-reset__field--error .password-reset__input {
    border-color: #b42318;
    background: #fff0f3; }

.password-reset__field-error {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #b42318; }

.password-reset__label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #222222; }

.password-reset__input-wrap {
  position: relative;
  display: block; }

.password-reset__input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #222222;
  background: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .password-reset__input::placeholder {
    color: #8E8E8E; }
  .password-reset__input:focus, .password-reset__input:focus-visible {
    outline: none;
    border-color: #1A5C50;
    box-shadow: 0 0 0 3px rgba(26, 92, 80, 0.15); }
  .password-reset__input--password {
    padding-right: 52px; }

.password-reset__password-toggle {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer; }
  .password-reset__password-toggle:hover, .password-reset__password-toggle:focus {
    opacity: 0.8; }

.password-reset__link {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #1F5E59;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .password-reset__link:hover, .password-reset__link:focus {
    color: #153f3c;
    text-decoration: underline; }

.password-reset__submit {
  width: 100%;
  margin-top: 4px;
  padding: 14px 24px;
  border: none;
  border-radius: 8px;
  background: #1A5C50;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .password-reset__submit:hover, .password-reset__submit:focus {
    background: #13443b; }
  .password-reset__submit--disabled, .password-reset__submit:disabled {
    background: #8fb3ab;
    cursor: not-allowed; }

.password-reset__signup {
  margin: 24px 0 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #484848; }

.password-reset__submit-row {
  margin: 0; }

.password-reset .woocommerce-notices-wrapper + .password-reset__header {
  margin-bottom: 20px; }

.password-reset .woocommerce-error,
.password-reset .woocommerce-message,
.password-reset .woocommerce-info {
  margin: 0 0 12px;
  padding: 12px 16px;
  border-radius: 8px;
  list-style: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center; }
  .password-reset .woocommerce-error:last-child,
  .password-reset .woocommerce-message:last-child,
  .password-reset .woocommerce-info:last-child {
    margin-bottom: 0; }

.password-reset .woocommerce-error {
  background: #fdecea;
  color: #b42318;
  border: none; }


/*# sourceMappingURL=password-reset.css.map*/