/*
Theme Name: Adigi
Author: Adigi
Author URI: http://www.adigi.it/
Description: Tema Child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html 
Template: royal-elementor-kit
Version: 0.1.0
 */

     .riga-captcha {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .riga-captcha a {
        padding-top: 10px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        font-size: 14px;
        font-weight: 400;
    }

    #captcha-code {
        width: 98%;
        padding-left: 10px;
        padding-bottom: 3px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
    }

    #captcha-code::placeholder {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        font-size: 14px;
        font-weight: 400;
    }

    #captcha-image {
        border: 1px solid rgb(140, 143, 148);
        border-radius: 3px;
    }