@charset "UTF-8";
/* https://www.arclite-shop.de/wp-content/plugins/arclite-customer-registration/customer-registration.css?ver=7.1 */
form.arclite-customer-registration h3{margin:3rem 0 2rem}form.arclite-customer-registration h6{display:block;margin:0 0 2rem;font-weight:700}form.arclite-customer-registration .field{display:block;margin:0 0 1rem}form.arclite-customer-registration .field label{display:block;width:100%}form.arclite-customer-registration .field em{color:red}form.arclite-customer-registration .field input,form.arclite-customer-registration .field select,form.arclite-customer-registration .field textarea{box-sizing:border-box;display:block;width:100%;padding:.5rem 1rem;border:1px solid #eee}form.arclite-customer-registration .field input[type=checkbox]{display:inline-block;width:1rem;padding:0;margin:0 .5rem 0 0}form.arclite-customer-registration .field-group{display:flex;margin:0 -1rem}form.arclite-customer-registration .field-group>.field{flex:1 1 0%;padding:0 1rem}form.arclite-customer-registration .field-group>.field.is-larger{flex-grow:3}@media screen and (max-width:767px){form.arclite-customer-registration .field-group{display:block;margin:0}form.arclite-customer-registration .field-group>.field{flex:none;padding:0}}form.arclite-customer-registration div.actions{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin:1rem 0 0}form.arclite-customer-registration div.actions .required-fields{flex:0 0 auto;margin-right:auto;margin-top:2rem;font-size:.875rem;color:#999}form.arclite-customer-registration div.actions .required-fields em{color:red}form.arclite-customer-registration div.actions button[type=submit]{flex:0 0 auto;display:block;margin:2rem 0 0 auto;padding:1.5rem 2rem;background:#404348;color:#fff;border:0 solid;outline:none;cursor:pointer}form.arclite-customer-registration div.actions button[type=submit]:hover{background:#282a2d}form.arclite-customer-registration p.error{margin:0;color:red;font-size:.875rem}