/**
 * KC PS Turnstile - Styles front-office
 */

.kc-turnstile-container {
    clear: both;
    margin: 20px 0 !important;
    padding: 15px 0;
    text-align: center;
}

.kc-turnstile-container .cf-turnstile {
    display: inline-block;
    margin: 0 auto;
}

/* Pour le formulaire de contact */
form.contact-form .kc-turnstile-container {
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
}

/* Pour le formulaire de création de compte */
form#customer-form .kc-turnstile-container {
    margin-bottom: 25px;
}

/* Pour le formulaire de connexion */
form#login-form .kc-turnstile-container {
    margin: 15px 0 20px 0;
}
