.elementor-486 .elementor-element.elementor-element-2729583{padding:50px 0px 50px 0px;}.elementor-486 .elementor-element.elementor-element-2603c2b > .elementor-container{max-width:1000px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-e36fa97 */.auth-wrapper {
    display: flex;
    justify-content: center;
    padding: 50px 20px;
}
.elementor-486 .elementor-element.elementor-element-e36fa97 button {
    border-width: 1px 1px 1px 1px;
    border-color: #2c1810;
    color: #2c1810;
}
.elementor-486 .elementor-element.elementor-element-e36fa97 button:hover{
    color: #fff;
    background:  #2c1810;
}
.auth-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    width: 100%;
    max-width: 450px;
}

.auth-field {
    margin-bottom: 22px;
}

.auth-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #444;
}

.auth-field input {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #ececec;
    border-radius: 12px;
    font-size: 14px;
    background-color: #fdfdfd;
    transition: all 0.3s ease;
}

.auth-field input:focus {
    border-color: #66d970;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(102, 217, 112, 0.1);
}

.auth-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    font-size: 13px;
}

.remember-me {
    color: #888;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.forgot-link {
    color: #2c1810;
    text-decoration: none;
    font-weight: 600;
}

.auth-actions {
    display: flex;
    gap: 15px;
}

.btn-submit {
    flex: 1;
    background: #66d970; /* Vert clair fidèle aux captures */
    color: white;
    border: none;
    padding: 14px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-submit:hover {
    background: #44ce4b;
}

.btn-outline {
    flex: 1;
    background: transparent;
    color: #66d970;
    border: 2px solid #66d970;
    padding: 14px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-outline:hover {
    background: #66d970;
    color: white;
}

.reg-info {
    font-size: 12px;
    color: #999;
    margin-bottom: 25px;
    font-style: italic;
    line-height: 1.4;
}

.required {
    color: #ff4d4d;
}

@media (max-width: 480px) {
    .auth-actions {
        flex-direction: column;
    }
}/* End custom CSS */