/**
 * This file is part of an ADDON for use with LEPTON Core.
 * This ADDON is released under the GNU GPL.
 * Additional license terms can be seen in the info.php of this module.
 *
 *
 *	@module			captcha
 *	@version		see info.php of this module
 *	@authors		LEPTON Project, W. Studer
 *	@copyright		2010-2023 LEPTON Project
 *	@link			https://lepton-cms.org
 *	@license		https://gnu.org/licenses/gpl.html
 *	@license_terms	please see info.php of this module
 *	@platform		see info.php of this module
 *
 *
 */

table.captcha_table {
    color: inherit;
}
 
.text_captcha {
    color: inherit;
}

.captcha_table input[type="text"] {
    margin-right: 10px !important;
    width: 50px !important;
	
}

.captcha_input {
    color: inherit;
}

.captcha_expl {
    color: inherit;
}

.captcha_iframe   {
    color: inherit;
}
