.elementor-7028 .elementor-element.elementor-element-40d7309{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-7028:not(.elementor-motion-effects-element-type-background), body.elementor-page-7028 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor5 );background-image:url("https://cloudtivity.com/wp-content/uploads/2025/11/fondo-l.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}body.elementor-page-7028{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-7028 .elementor-element.elementor-element-40d7309{--content-width:1000px;}}@media(min-width:1025px){body.elementor-page-7028:not(.elementor-motion-effects-element-type-background), body.elementor-page-7028 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for container, class: .elementor-element-40d7309 *//* === CONTENEDOR PRINCIPAL === */
.ct-card-lost { display: flex; flex-wrap: wrap; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 6px 24px rgba(0,0,0,0.08); }

/* PANEL IZQUIERDO */
.ct-card-left {
  background: linear-gradient(135deg, #0076BE, #267C86);
  flex: 1 1 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}
.ct-card-logo {
  max-width: 200px;
}

/* PANEL DERECHO */
.ct-card-right {
  flex: 1 1 60%;
  padding: 60px;
  font-family: 'Livvic', sans-serif;
}
.ct-card-title {
  font-size: 40px;
  color: #0076BE;
  margin-bottom: 10px;
  text-align: center;
}
.ct-card-desc {
  color: #475569;
  margin-bottom: 20px;
}
.ct-lost-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  color: #0076BE;
}
.ct-lost-form input {
  width: 100%;
  border: 1.5px solid #0076BE;
  border-radius: 10px !important;
  padding: 12px;
  margin-bottom: 20px;
  font-size: 15px;
}
.ct-btn {
  width: 100%;
  background: #0076BE;
  color: #fff;
  font-family: 'Livvic', sans-serif;
  border: none;
  padding: 14px;
  border-radius: 999px;
  font-size: 16px;
  cursor: pointer;
  transition: all .3s ease;
}
.ct-btn:hover {
  background: #267C86;
}
.ct-lost-msg {
  padding: 12px 18px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.ct-lost-msg.ct-error {
  background: #fee2e2;
  color: #991b1b;
}
.ct-lost-msg.ct-success {
  background: #dcfce7;
  color: #166534;
}/* End custom CSS */