/*
 * Plugin Name: Live Identity CAPTCHA
 * Version: 1.0.1
 * Plugin URI: https://www.orange-business.com/fr/produits/live-identity
 * Author: Orange Business Service
 * Description: Add Live Identity CAPTCHA feature in WordPress.
 * SPDX-FileCopyrightText: Copyright (c) 2022 - Orange Business Services
 * Text Domain:    licaptcha-auth
 * Domain Path:    /languages/
 *
 * This plugin is confidential and proprietary information of Orange Business Services.
 * You shall not disclose such Confidential Information and shall not copy, use or distribute it
 * in whole or in part without the prior written consent of Orange Business Services
 *
 */

div#login div#li-antibot {
    box-sizing: border-box;
    height: 320px;
    margin: 0 0 30px;
    width: 100%;
}

div#login div#li-antibot iframe {
    box-sizing: border-box;
    height: 100%;
    margin-left: 0;
    padding: 10px;
    width: 100%;
}

#li-antibot-questions-container img {
    max-width: 100%
}

#li-antibot-questions-container {
    display: flex;
}

#li-antibot-questions-container img {
    border: 3px solid transparent;
    margin-right: 5px;
    padding: 1px;
    width: 35px;
}

#li-antibot-questions-container img:last-child {
    margin-right: 0;
}

#li-antibot-questions-container img:hover,
#li-antibot-questions-container img:focus {
/ / padding: 1 px;
/ / border: 3 px solid #0055B7 border-color: #0055B7;
}
