.oh-auth--lost{
  display:flex;
  align-items:center;
  max-width: 1800px;
}

.oh-auth--lost .oh-auth__container{
  max-width:360px;
  width:100%;
}

.oh-auth--lost .oh-auth__h{
  text-align:center;
  margin:0 0 24px;
  font:600 12px Inter,sans-serif;
  letter-spacing:.28em;
  text-transform:uppercase;
}

.oh-auth--lost .oh-lost__hint{
  margin:0 0 16px;
  font:500 12px Inter,sans-serif;
  letter-spacing:.08em;
}

.oh-auth--lost .oh-lost__email{ margin:0 0 14px; }
.oh-auth--lost .oh-lost__email label{
  display:block;
  margin:0 0 6px;
  font:600 10px Inter,sans-serif;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.oh-auth--lost .oh-lost__email input{
  width:100%; height:40px; line-height:40px; padding:0 12px;
  border:1px solid #000; border-radius:0; background:#fff; color:#000;
  font:500 12px Inter,sans-serif;
}
.oh-auth--lost .oh-lost__email input:focus{ outline:none; box-shadow:inset 0 0 0 1px #000; }

.oh-auth--lost .oh-lost__actions{ margin:20px 0 0; }
.oh-auth--lost .oh-lost__actions .button{
  width:100%; height:40px;
  display:inline-flex; align-items:center; justify-content:center;
  background:#000; color:#fff; border:1px solid #000; border-radius:0;
  font:600 12px Inter,sans-serif;
  letter-spacing:.14em;
  text-transform:uppercase;
  cursor:pointer;
}

.oh-auth--lost .oh-lost__back{ margin-top:16px;}
.oh-auth--lost .oh-lost__back a{
  position:relative;
  color:#000;
  text-decoration:none;
}
.oh-auth--lost .oh-lost__back a::after{
  content:""; position:absolute; left:0; bottom:-2px;
  width:100%; height:1px; background:#000;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .25s ease;
}
.oh-auth--lost .oh-lost__back a:hover::after{ transform:scaleX(1); }

@media (max-width:991.98px){
  .oh-auth--lost{ padding:40px 16px; }
}

body.woocommerce-account.woocommerce-lost-password .entry-content .woocommerce{
  max-width:1800px;
  margin:0 auto;
  padding:60px 20px 80px 300px;
  font:500 12px Inter,sans-serif;
  letter-spacing:.04em;
  color:#000;
}

body.woocommerce-account.woocommerce-lost-password .woocommerce-message{
  margin:0 0 16px;
  border:1px solid #e6e6e6;
  border-radius:0;
  background:#fafafa;
  padding:12px 14px;
}

body.woocommerce-account.woocommerce-lost-password .entry-content .woocommerce > p{
  margin:0 0 24px;
  line-height:1.6;
}

@media (max-width:991.98px){
  body.woocommerce-account.woocommerce-lost-password .entry-content .woocommerce{
    padding:40px 16px;
    max-width:100%;
  }
}
