/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 16 2023 | 00:11:45 */
::-webkit-input-placeholder {
    font-size: 15px !important;
    font-weight: 300 !important;
    }

:-moz-placeholder  {
    font-size: 15px !important;
    font-weight: 300 !important;
    opacity:  1;
    }

::-moz-placeholder  {
    font-size: 15px !important;
    font-weight: 300 !important;
    opacity:  1;
    }

:-ms-input-placeholder  {
    font-size: 15px !important;
    font-weight: 300 !important;
    }

::-ms-input-placeholder  {
    font-size: 15px !important;
    font-weight: 300 !important;
    }

::placeholder  {
    font-size: 15px !important;
    font-weight: 300 !important;
    }