.elementor-248 .elementor-element.elementor-element-3665fa2{--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:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-248 .elementor-element.elementor-element-f5bd919{padding:0% 0% 0% 0%;color:var( --e-global-color-secondary );}/* Start custom CSS for container, class: .elementor-element-3665fa2 *//* Centrer le formulaire */
.post-password-form {
    max-width: 400px;
    margin: 150px auto 50px auto;
    padding: 30px;
    background: #f5f5f5;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Styliser le champ */
.post-password-form input[type="password"] {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

/* Styliser le bouton */
.post-password-form input[type="submit"] {
    width: 100%;
    padding: 12px;
    background-color: #1e73be;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
}

.post-password-form input[type="submit"]:hover {
    background-color: #16609e;
}

.post-password-form label {
  display: inline-block;
  line-height: 2.5em;
  vertical-align: middle;
}/* End custom CSS */