.bbl-passwordreset-page {
  padding: 30px 0 60px;
  background: #f5f5f5;
}

.bbl-passwordreset-banner {
  margin-bottom: 24px;
}

.bbl-passwordreset-title {
  margin: 0;
  font-size: 42px;
  line-height: 1;
  font-weight: 400;
  color: #111;
}

.bbl-passwordreset-box {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 28px 32px 32px;
}

.bbl-passwordreset-form {
  margin: 0;
}

.bbl-passwordreset-text {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #222;
}

.bbl-passwordreset-form .form-row {
  margin: 0 0 16px;
}

.bbl-passwordreset-form label {
  display: block;
  margin: 0 0 7px;
  font-size: 13px;
  font-weight: 500;
  color: #222;
}

.bbl-passwordreset-form .input-text,
.bbl-passwordreset-form input[type="text"],
.bbl-passwordreset-form input[type="email"] {
  display: block;
  width: 100%;
  height: 44px;
  min-height: 44px;
  padding: 8px 12px;
  border: 1.5px solid #111;
  border-radius: 0;
  background: #fff;
  color: #111;
  font-size: 14px;
  box-shadow: none;
}

.bbl-passwordreset-form .input-text:focus,
.bbl-passwordreset-form input[type="text"]:focus,
.bbl-passwordreset-form input[type="email"]:focus {
  outline: none;
  border-color: #111;
  box-shadow: 0 0 0 1px #111 inset;
}

.bbl-passwordreset-actions {
  margin-top: 18px;
}

.bbl-passwordreset-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 46px;
  padding: 12px 18px;
  border: 0;
  border-radius: 0;
  background: #111;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}

.bbl-passwordreset-btn:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 767px) {
  .bbl-passwordreset-title {
    font-size: 32px;
  }

  .bbl-passwordreset-box {
    padding: 20px 18px 24px;
  }

  .bbl-passwordreset-btn {
    width: 100%;
  }
}


.woocommerce-lost-password .entry-title,
.woocommerce-lost-password h1.page-title {
    display: none;
}

.woocommerce-lost-password {
    background: #fff;
}

.woocommerce-lost-password .site-main,
.woocommerce-lost-password .site-content {
    background: #fff;
}

.woocommerce-lost-password .site-content,
.woocommerce-lost-password .site-main{
    background:#fff;
}

.woocommerce-lost-password{
    background:#fff;
}

.woocommerce-lost-password .content-area,
.woocommerce-lost-password .entry-content{
    background:#fff;
}

.woocommerce-lost-password .site-content{
    background:#f5f5f5;
}