.woocommerce-account .site-content,
.woocommerce-account .site-main {
  background: #f5f5f5;
}

.bbl-container {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.bbl-login-page {
  padding: 30px 0 60px;
}

.bbl-login-box {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e7e7e7;
}

.bbl-login-tabs {
  display: flex;
  border-bottom: 1px solid #e7e7e7;
}

.bbl-login-tab {
  flex: 1 1 0;
  border: 0;
  border-bottom: 3px solid transparent;
  background: #fff;
  color: #666;
  padding: 18px 16px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
}

.bbl-login-tab.is-active {
  color: #111;
  border-bottom-color: #67ddea;
}

.bbl-login-pane {
  display: none;
  padding: 24px 28px 28px;
}

.bbl-login-pane.is-active {
  display: block;
}

.bbl-auth-form {
  margin: 0;
}

.bbl-auth-form .form-row {
  margin: 0 0 14px;
}

.bbl-auth-form .form-row-first,
.bbl-auth-form .form-row-last {
  width: calc(50% - 8px);
  float: left;
}

.bbl-auth-form .form-row-first {
  margin-right: 16px;
}

.bbl-auth-form .form-row-last {
  margin-right: 0;
}

.bbl-auth-form .form-row-wide {
  clear: both;
}

.bbl-auth-form label {
  display: block;
  margin: 0 0 7px;
  font-size: 13px;
  font-weight: 500;
  color: #222;
}

.bbl-auth-form input.input-text,
.bbl-auth-form input[type="text"],
.bbl-auth-form input[type="email"],
.bbl-auth-form input[type="password"] {
  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;
  line-height: 1.2;
  box-shadow: none;
}

.bbl-auth-form input.input-text:focus,
.bbl-auth-form input[type="text"]:focus,
.bbl-auth-form input[type="email"]:focus,
.bbl-auth-form input[type="password"]:focus {
  outline: none;
  border-color: #111;
  box-shadow: 0 0 0 1px #111 inset;
}

.bbl-password-field {
  position: relative;
}

.bbl-password-toggle {
  position: absolute;
  top: 36px;
  right: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
}

.bbl-auth-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.bbl-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #222;
  cursor: pointer;
}

.bbl-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
}

.bbl-forgot {
  font-size: 13px;
  color: #111;
  text-decoration: underline;
}

.bbl-login-buttons {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  width: 100%;
}

.bbl-login-buttons .bbl-auth-btn,
.bbl-login-buttons .bbl-auth-btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  width: 100%;
  min-height: 46px;
  padding: 12px 16px;
  margin: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

.bbl-login-buttons .bbl-auth-btn {
  border: 0;
  background: #111;
  color: #fff;
}

.bbl-login-buttons .bbl-auth-btn:hover {
  background: #000;
  color: #fff;
}

.bbl-login-buttons .bbl-auth-btn-secondary {
  border: 1.5px solid #111;
  background: #fff;
  color: #111;
}

.bbl-login-buttons .bbl-auth-btn-secondary:hover {
  background: #111;
  color: #fff;
}

.bbl-auth-note {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
  background: #fafafa;
  border: 1px solid #ececec;
  padding: 12px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  max-width: 760px;
  margin: 20px auto 0;
}

.woocommerce-form-login,
.woocommerce-form-register {
  margin: 0;
}

@media (max-width: 767px) {
  .bbl-login-pane {
    padding: 18px;
  }

  .bbl-auth-form .form-row-first,
  .bbl-auth-form .form-row-last {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .bbl-auth-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .bbl-login-buttons {
    flex-direction: column;
  }
}


#login .bbl-auth-btn[name="register"]{
display:none;
}

#register .bbl-auth-btn[name="register"]{
display:block;
}


.woocommerce-lost-password,
.woocommerce-lost-password .site-content,
.woocommerce-lost-password .site-main,
.woocommerce-lost-password .content-area,
.woocommerce-lost-password .entry-content {
  background: #fff !important;
}

.woocommerce-lost-password .entry-title,
.woocommerce-lost-password h1.page-title {
  display: none !important;
}

.bbl-passwordreset-page {
  padding: 30px 0 60px;
  background: #fff;
}

.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: 760px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 28px 32px 32px;
}

.bbl-passwordreset-form {
  margin: 0;
}

.bbl-passwordreset-form .form-row {
  margin: 0 0 16px !important;
}

.bbl-passwordreset-form label {
  display: block;
  margin: 0 0 7px;
  font-size: 13px;
  font-weight: 500;
  color: #222 !important;
}

.bbl-passwordreset-form .input-text,
.bbl-passwordreset-form input[type="password"],
.bbl-passwordreset-form input[type="text"] {
  display: block;
  width: 100% !important;
  height: 44px;
  min-height: 44px;
  padding: 8px 44px 8px 12px;
  border: 1.5px solid #111 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #111 !important;
  font-size: 14px;
  box-shadow: none !important;
}

.bbl-passwordreset-form .input-text:focus,
.bbl-passwordreset-form input[type="password"]:focus,
.bbl-passwordreset-form input[type="text"]:focus {
  outline: none;
  box-shadow: 0 0 0 1px #111 inset !important;
}

.bbl-password-field {
  position: relative;
}

.bbl-password-toggle {
  position: absolute;
  right: 12px;
  top: 36px;
  border: 0;
  background: transparent;
  color: #111;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

.bbl-password-requirements {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 4px 0 18px;
}

.bbl-password-requirement {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.4;
  color: #666;
}

.bbl-password-requirement::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #666;
}

.bbl-password-requirement.is-valid {
  color: #111;
}

.bbl-password-requirement.is-valid::before {
  content: "✓";
}

.bbl-passwordreset-actions {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.bbl-passwordreset-btn,
.bbl-passwordreset-btn-secondary {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 0 !important;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: none !important;
}

.bbl-passwordreset-btn {
  border: 0 !important;
  background: #111 !important;
  color: #fff !important;
}

.bbl-passwordreset-btn-secondary {
  border: 1.5px solid #111 !important;
  background: #fff !important;
  color: #111 !important;
}

.woocommerce-lost-password .woocommerce-password-strength,
.woocommerce-lost-password .password-input,
.woocommerce-lost-password .show-password-input {
  display: none !important;
}

@media (max-width: 767px) {
  .bbl-passwordreset-box {
    padding: 20px 18px 24px;
  }

  .bbl-passwordreset-title {
    font-size: 32px;
  }

  .bbl-passwordreset-actions {
    flex-direction: column;
  }
}