.elementor-32 .elementor-element.elementor-element-f3108d5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-32 .elementor-element.elementor-element-40e89253{--display:flex;overflow:visible;}.elementor-32 .elementor-element.elementor-element-2b52672{--spacer-size:50px;}.elementor-32 .elementor-element.elementor-element-17b3a08{--spacer-size:50px;}.elementor-32 .elementor-element.elementor-element-003aad0{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}/* Start custom CSS for shortcode, class: .elementor-element-47f08d3 *//* CONTAINER GLOBAL */
.um.um-password {
    max-width: 500px;
    margin: 80px auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    font-family: 'Inter', sans-serif;
}

/* TITRE */
.um.um-password h2 {
    color: #6daa53;
    text-align: center;
    margin-bottom: 25px;
}

/* TEXTE */
.um.um-password p {
    text-align: center;
    color: #62695e;
    margin-bottom: 25px;
}

/* INPUT */
.um.um-password input[type="text"],
.um.um-password input[type="email"] {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid #ccdcc3;
    transition: all 0.3s ease;
}

/* FOCUS */
.um.um-password input:focus {
    border-color: #6daa53;
    box-shadow: 0 0 0 3px rgba(109,170,83,0.2);
}

/* BOUTON */
.um.um-password .um-button {
    width: 100%;
    background: #6daa53 !important;
    border-radius: 30px !important;
    padding: 14px !important;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
}

/* HOVER BOUTON */
.um.um-password .um-button:hover {
    background: #7da46a !important;
    transform: translateY(-2px);
}

/* LIENS */
.um.um-password a {
    color: #6daa53;
    text-decoration: none;
}

.um.um-password a:hover {
    color: #7da46a;
}

/* MESSAGES */
.um.um-password .um-notice.success {
    background: #ccdcc3;
    color: #2e4d2a;
    border-radius: 10px;
    padding: 10px;
}

.um.um-password .um-notice.error {
    background: #f8d7da;
    color: #721c24;
    border-radius: 10px;
    padding: 10px;
}

/* MOBILE */
@media (max-width: 768px) {
    .um.um-password {
        margin: 40px 15px;
        padding: 25px;
    }
}/* End custom CSS */