.layer_recaptcha .inner_recaptcha_layer{padding:16px;border-radius:2px;background-color:#fff}.layer_recaptcha .inner_recaptcha_layer .captcha .captcha_desc{font-size:10px}.layer_recaptcha .inner_recaptcha_layer .captcha .captcha_box{margin-top:15px;display:flex;flex-direction:row;justify-content:center}.recaptcha_background{position:relative;width:100%;height:100%;animation:appear .3s ease forwards}@keyframes appear{0%{opacity:0;transform:scale(0.7)}80%{opacity:1;transform:scale(1.1)}100%{opacity:1;transform:scale(1)}}