/**
* Advance Blog
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
*
* @author    FMM Modules
* @copyright Copyright 2021 © fmmmodules All right reserved
* @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
* @category  FMM Modules
* @package   advanceblog
*/

.math-captcha p {
    font-weight: bold;
}
.danger-text {
    color: #F3515C;
}
.success-text {
    color: #55C65E;
}
.math-captcha img {
    height: 30px;
    margin-right: 10px;
    margin-top: 12px;
    width: auto;
}
.math-captcha input {
    font-size: 30px;
    margin-left: -40px;
    margin-top: 5px;
    width: 50%;
    height: 100%;
}
.math-captcha-error {
    margin-top: 10px;
}
