/* Very large, with large labels above the fields */
/* Version 18.08 (##008##) */

@import url('v18_structure.css?v=1816');
@import url('https://fonts.googleapis.com/css?family=Orienta&display=swap');

.fcp_fixed_heading, .fcp_form input.fcp_btn, div.fcp_line label, .fcp_fieldset legend {font-family:'Orienta', sans-serif}
.fcp_fixed_heading {font-weight:bold}

div.fcp_wrapper    {color:#516b77;background-color:#fafafa;padding:20px;border:1px solid #e8e8e8;font-size:18px}
div.fcp_magic_inner, div.fcp_captcha_inner, div.fcp_image_inner {background-color:#f9f9f9}

/* large */

div.fcp_wrapper    {font-size:18px}

div.fcp_line input[type="text"], div.fcp_line input[type="email"], div.fcp_line input[type="number"], div.fcp_line input[type="password"], 
  div.fcp_line input[type="file"], div.fcp_line input[type="tel"], div.fcp_line select {padding:5px;height:38px}
div.fcp_line textarea  {padding:5px;min-height:38px}    
div.fcp_line input[type="file"] {padding:8px}       
div.fcp_line label {font-size:100%;color:#222}            
.fcp_error_icon        {top:8px}

/* larger custom checkboxes and radio buttons */

.fcp_ccr label.fcp_rad                       {padding: 5px 5px 5px 35px}
.fcp_ccr label.fcp_lcb                       {padding: 7px 5px 7px 35px}
.fcp_ccr label.fcp_lcb::before               {height: 25px;width: 25px;top:6px}
.fcp_ccr label.fcp_lcb::after                {width:9px;height:19px;top:7px;left:8px}
.fcp_ccr label.fcp_rad:before                {height:25px;width:25px;top:3px}
.fcp_ccr label.fcp_rad:after                 {height:15px;width:15px;top:8px;left:5px}
.fcp_ccr.fcp_ani input:checked + label.fcp_rad:after  {height:15px;width:15px}
.fcp_ccr label.fcp_rcb::after                {left:auto;right:8px}
