
/* 
    Created on : 2 jun. 2025, 10:41:40
    Author : manuel.villar
    Lleva Bootstrap V4+ y FontAwesome 5+
*/



#fricaltecCAPTCHA_contenedor{
    background-color:#fffcfc;
    border:1px dotted black;
    border-radius:4px;
    padding:6px;
}
#fricaltecCAPTCHA_contenedorImagen {
    width:100%;
    text-align:center;
}
#fricaltecCAPTCHA_input{
    display:block;
    width:100%;
    height:calc(1.5em + .75rem + 2px);
    padding:.375rem .75rem;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#495057;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid #ced4da;
    border-radius:.25rem;
    transition:border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#fricaltecCAPTCHA_parrafo{
    font-size:16px;
    font-weight:500;
    margin-bottom:6px;
}
#fricaltecCAPTCHA_validar{
    color:#ffffff !important;
    background-color:#003f87 !important;
    border:none;
    border-radius:4px;
    text-align:center;
    width:100%;
    margin-top:4px;
}
#fricaltecCAPTCHA_mensaje{
    font-size:16px;
    font-weight:400;
}
#fricaltecCAPTCHA_pie{
    font-size:11px;
    margin-top:8px;
    margin-bottom:0px;
    text-align:center;
}


@media only screen and (max-width:1024px) {
    #fricaltecCAPTCHA_contenedor{
        width:calc(100% - 20px);
        height:356px;
        margin-top:40px;
    }
    #fricaltecCAPTCHA_contenedorImagen{
        margin-top:35px;
        margin-bottom:10px;
    }
    #fricaltecCAPTCHA_Imagen{
        scale:2;
    }
    #fricaltecCAPTCHA_parrafo{
        font-size:30px;
    }
    #fricaltecCAPTCHA_input{
        font-size:30px;
    }
    #fricaltecCAPTCHA_validar{
        font-size:25px;
    }
    #fricaltecCAPTCHA_mensaje{
        font-size:25px;
    }
    #fricaltecCAPTCHA_pie{
        font-size:16px;
    }
}


