#association-register-form {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

#association-register-form h2,
#association-register-form h3 {
    text-align: center;
    color: #333;
    margin-top: 20px;
}

#association-register-form label {
    display: block;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

#association-register-form input[type="text"],
#association-register-form input[type="email"],
#association-register-form input[type="tel"],
#association-register-form input[type="password"],
#association-register-form input[type="file"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

#association-register-form input[type="file"] {
    background: #fff;
    padding: 5px;
}

#association-register-form button {
    display: block;
    width: 100%;
    padding: 12px;
    background: #ffce00;
    color: #212529;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    font-weight: bold;
}

#association-register-form button:hover {
    background: #ffce00;
}

#association-response {
    text-align: center;
    margin-top: 15px;
}

body .cb-merchant a {
    color: #324177;
    text-decoration: underline;
}

.btn-retour {
    background: transparent;
    border: 1px solid #ffce00;
    padding: 10px 10px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
    color: #324177;
    margin-top: 20px;
    display: inline-block;
}

.btn-status {
    background: #ffce00;
    border: 1px solid #ffce00;
    min-width: 250px;
    padding: 10px 10px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    color: #324177;
}

.error-message {
    text-align: center;
    color: #fe3500;
    padding-top: 10px;
    font-size: 12px;
    display: block;
}

.contact-box {
    text-align: center;
}

.contact-box a::before {
    content: "\f095";
    font-family: "FontAwesome";
    font-weight: 900;
    margin-right: 8px;
    color: #212529;
}

.contact-box a.email::before {
    content: "\f0e0";
}

form#association-register-form .group-btn {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

form#association-register-form [name="host_name"] {
    margin-bottom: 20px;
}

#association-register-form .step h2 {
    font-weight: bold;
    margin-bottom: 30px;
    display: block;
}

p#association-response a {
    display: inline-block;
    padding: 12px;
    background: #ffce00;
    color: #212529;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 20px;
}

a.dlpro-association.dlpro-button-header:before {
    font-family: 'FontAwesome';
    content: '\f0c0';
    font-weight: 100;
    padding-right: 10px;
    color: #ffce00;
}

.logged-in #association-register-form input[type="email"], .logged-in #association-register-form input[type="password"] {
    background: #c5c2c2;
    position: relative;
}

a.re-submit {
    padding: 12px;
    background: #ffce00;
    color: #212529;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
}

.text-sign {
    margin-bottom: 10px;
}

p.status-association {
    margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
    #association-register-form {
        width: 90%;
        padding: 15px;
    }

    #association-register-form button {
        font-size: 14px;
        line-height: 1.2;
    }

    .col-lg-6.col-md-6.text-right.col-button-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        align-items: center;
    }

    .dlpro-button-header {
        padding: 0 15px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}
