/**
 * ReCaptcha
 *
 * @package     Ulmod_ReCaptcha
 * @author      Ulmod <support@ulmod.com>
 * @copyright   Copyright (c) 2016 Ulmod (http://www.ulmod.com/)
 * @license     http://www.ulmod.com/license-agreement.html
 */

/** general **/
.um-recaptcha {
padding-bottom: 15px;
}
.um-recaptcha .recaptcha-label {
margin: 0 0 8px;
display: inline-block;
font-weight: 600;
}
.um-recaptcha .recaptcha-label::after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}
.um-recaptcha .recaptcha-info {
font-size: 11px;
width: 300px;
color: #aaaaaa;
margin: 5px 0px;
}


