html, body {
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.ca-auth-side {
  background: linear-gradient(120deg, #0100ff 0%, #2d2dff 100%);
  color: #fff;
  border-radius: 32px 0 0 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 380px;
  max-width: 500px;
  min-height: 540px;
  padding: 48px 40px;
  box-shadow: 0 8px 24px rgba(1,0,255,0.09);
}

.ca-auth-side-logo {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-bottom: 24px;
  border-radius: 18px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 2px 12px rgba(1,0,255,0.07);
}

.ca-auth-side-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 14px;
  text-align: center;
}

.ca-auth-side-desc {
  font-size: 1.15rem;
  text-align: center;
  line-height: 1.6;
}

/* Formulario */
.ca-auth-card {
  background: #fff;
  border-radius: 0 32px 32px 0;
  box-shadow: 0 12px 24px rgba(1,0,255,0.09);
  padding: 56px 48px;
  min-width: 420px;
  max-width: 540px;
  max-height: 331px !important;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ca-auth-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #0100ff;
  margin-bottom: 6px;
}
.ca-auth-subheading {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 32px;
}

.ca-input-icon, .ca-input-icon-right {
  display: inline-flex;
  align-items: center;
}
.ca-input-icon { margin-right: 7px; }
.ca-input-icon-right { margin-left: auto; cursor: pointer; }
.ca-auth-form input[type="text"],
.ca-auth-form input[type="email"],
.ca-auth-form input[type="password"],
.ca-auth-form input[type="tel"] {
  background: none;
  border: none;
  outline: none;
  flex: 1;
  font-size: 1.08rem;
  padding: 8px 0;
  color: #222;
}
.ca-btn {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-radius: 7px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 8px;
  transition: background .2s;
}
.ca-btn-blue {
  background: linear-gradient(90deg, #0100ff 0%, #2d2dff 100%);
  color: #fff;
}
.ca-btn-blue:hover {
  background: linear-gradient(90deg, #2d2dff 0%, #0100ff 100%);
}
.ca-auth-links {
  margin-top: 18px;
  text-align: center;
}
.ca-auth-links a {
  color: #0100ff;
  text-decoration: underline;
  font-size: 0.98em;
}
.ca-message-success, .ca-message-error {
  width: 100%;
  margin-bottom: 22px;
  border-radius: 6px;
  font-size: 1.04rem;
  text-align: center;
  padding: 10px 8px;
}
.ca-message-success {
  background: #e0f2ff;
  color: #0100ff;
  border: 1px solid #6bc6ff;
}
.ca-message-error {
  background: #ffe9e9;
  color: #d32f2f;
  border: 1px solid #ffbaba;
}

/* Responsive */
@media (max-width: 900px) {
  .ca-auth-container {
    flex-direction: column;
    align-items: center;
    min-height: unset;
    padding: 0;
  }
  .ca-auth-side {
    border-radius: 32px 32px 0 0;
    min-width: unset;
    max-width: 99vw;
    min-height: unset;
    box-shadow: none;
    padding: 24px 6vw;
  }
  .ca-auth-side-logo {
    width: 70px;
    height: 70px;
    margin-bottom: 16px;
  }
  .ca-auth-card {
    border-radius: 0 0 32px 32px;
    min-width: unset;
    max-width: 99vw;
    min-height: unset;
    box-shadow: none;
    padding: 24px 6vw;
  }
}


/* ...estilos anteriores... */
.elementor.elementor-12734 {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  height: 100%;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
}
.elementor.elementor-12734 img {
  display: block;
  margin: 0 auto 24px auto;
  max-width: 110px;
  max-height: 110px;
}
.elementor.elementor-12734 h1,
.elementor.elementor-12734 h2,
.elementor.elementor-12734 h3,
.elementor.elementor-12734 p {
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}