.c-header{display:flex;flex-flow:row nowrap;align-items:center}.c-header>div{padding-right:3px}.f12-captcha{display:block;width:100%}.f12-captcha.template-1{background-color:#fff;border:1px solid #ccc;padding:10px 15px 15px;position:relative;border-radius:3px}.f12-captcha.template-1 .c-label{left:10px;font-size:12px;color:#777}.f12-captcha.template-1 .c-data{font-size:1.05rem}.f12-captcha.template-1 .c-input{display:flex;flex-flow:row nowrap}.f12-captcha.template-1 .c-header{border:1px solid #ccc;padding:5px 5px 5px 10px;display:flex;flex-flow:row nowrap;justify-content:space-between;width:100%;background-color:#fff;border-radius:3px}.f12-captcha.template-1 .c-hint{font-size:12px;margin-left:-10px;color:#777;line-height:100%}.f12-captcha.template-1 .c-reload{padding:0}.f12-captcha.template-1 .c-reload a{background-color:#2196f3;width:32px;height:32px;display:flex;flex-flow:column nowrap;justify-content:center;border-radius:3px}.f12-captcha.template-1 .c-reload a img{margin:0 !important;align-self:center;width:16px !important;height:16px !important}.f12-captcha.template-1 input.f12c{display:block;border:0 solid #ccc;margin-left:-10px;background-color:#fff;font-size:1.05rem;padding:3px;max-width:100px;height:24px}.f12-captcha.template-1 input.f12c:focus{border:0;outline:0}.f12-captcha-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.7);display:flex;justify-content:center;align-items:center;z-index:10}.f12-captcha-overlay:after{content:"";width:24px;height:24px;border:3px solid #ccc;border-top:3px solid #333;border-radius:50%;animation:f12-spin .8s linear infinite}@keyframes f12-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}