.elementor-19 .elementor-element.elementor-element-2db8672{--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;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-19 .elementor-element.elementor-element-2db8672:not(.elementor-motion-effects-element-type-background), .elementor-19 .elementor-element.elementor-element-2db8672 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F2EF;background-image:url("https://licence-globale.com/wp-content/uploads/2026/03/FOND-LG-2048x1367.png");background-position:top center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-19 .elementor-element.elementor-element-52b2fa4{padding:0px 0px 0px 0px;}.elementor-19 .elementor-element.elementor-element-52b2fa4 img{border-radius:25px 25px 25px 25px;}/* Start custom CSS for html, class: .elementor-element-410257d */.cpf-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
}

.cpf-wrapper input[type="password"] {
  padding: 16px 20px;
  border: 1.5px solid #E4E1DE;
  border-radius: 15px;
  color: #0E0E0D;
  outline: none;
  transition: border-color 0.3s ease;
  width: 300px;
  background: #FEFDFD;
}

.cpf-wrapper button {
  padding: 14px 36px;
  background: #0E0E0D;
  color: white;
  border: 2px solid #0E0E0D;
  border-radius: 60px;
  font-weight: 500;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cpf-wrapper button:hover {
  background: white;
  color: #0E0E0D;
}

.cpf-error {
  color: #ff4d4d;
  font-size: 0.8rem;
  margin-top: 12px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media (max-width: 767px) {
    .cpf-wrapper {
  flex-direction: column;
}
}/* End custom CSS */