.elementor-11391 .elementor-element.elementor-element-322970f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-1007d4b */.bc-auth-page {
  width: 100%;
  min-height: 100vh;
  background: #131218;
  color: #f7f4ef;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 20px;
  box-sizing: border-box;
}

.bc-auth-wrap {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}

.bc-auth-header {
  margin-bottom: 28px;
  text-align: left;
}

.bc-auth-header h1 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.bc-auth-header p {
  margin: 0;
  color: rgba(247, 244, 239, 0.68);
  font-size: 15px;
  line-height: 1.55;
}

.bc-auth-form {
  width: 100%;
}

/* Solo por si el shortcode/formulario trae márgenes raros */
.bc-auth-form > * {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 480px) {
  .bc-auth-page {
    min-height: 100svh;
    align-items: flex-start;
    padding: 56px 24px 32px;
  }

  .bc-auth-wrap {
    max-width: 100%;
  }

  .bc-auth-header {
    margin-bottom: 24px;
  }

  .bc-auth-header h1 {
    font-size: 28px;
  }

  .bc-auth-header p {
    font-size: 14.5px;
  }
}/* End custom CSS */