/*!
Theme Name: woodmart
Author: Arthur Vasilenko
Author URI: https://www.wphome.co.il
Description: styles for form labels
*/
 @media screen and (max-width:510px){.form-row:not(.notes) label[for="password_current"],.form-row:not(.notes) label[for="password_1"],.form-row:not(.notes) label[for="password_2"]{position:relative;top:0;padding:0}}.form-row:not(.notes):not(.notes) input::placeholder,.form-row:not(.notes) input::placeholder,.form-row:not(.notes) input::placeholder{opacity:0;visibility:hidden}label .optional{display:none}.form-row:not(.notes){position:relative;margin-top:10px}.form-row:not(.notes) label:not(.checkbox){position:absolute;color:#000;top:7.5px;font-size:15px;font-weight:400;padding:0 15px;pointer-events:none;transition:all 0.3s ease-in-out;z-index:2}.form-row:not(.notes) label .required{color:var(--wd-title-color)}.form-row:not(.notes).focus label,.form-row:not(.notes).active label{top:-20px;font-size:14px}.form-row:not(.notes).active input{background-color:#e8f0fe}.form-row:not(.notes).focus input{background-color:#f3f7ff}