
/* wp forms fields */

div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {
    color: rgb(203 203 203);
}

body[data-form-style="minimal"] .container-wrap .span_12.light input[type="text"], body[data-form-style="minimal"] .container-wrap .span_12.light textarea, body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"], body[data-form-style="minimal"] .container-wrap .span_12.light input[type=password], body[data-form-style="minimal"] .container-wrap .span_12.light input[type=tel], body[data-form-style="minimal"] .container-wrap .span_12.light input[type=url], body[data-form-style="minimal"] .container-wrap .span_12.light input[type=search], body[data-form-style="minimal"] .container-wrap .span_12.light input[type=date], body[data-form-style="minimal"] .container-wrap .span_12.light input[type=number], body[data-form-style="minimal"] .container-wrap .span_12.light select, .nectar-global-section .span_12.light input[type="text"], .nectar-global-section .span_12.light textarea, .nectar-global-section .span_12.light input[type="email"], .nectar-global-section .span_12.light input[type=password], .nectar-global-section .span_12.light input[type=tel], .nectar-global-section .span_12.light input[type=url], .nectar-global-section .span_12.light input[type=search] {
    border-radius: 8px;
    background-color: rgb(126 173 124 / 16%);
    background: linear-gradient(45deg, #ffffff54, #fdf9e56e);
    box-shadow: rgb(16 16 35) 0px 50px 100px -20px, rgb(17 17 17) 0px 30px 60px -30px, rgb(0 0 0 / 73%) 2px -4px 12px -2px inset !important;
}

div.wpforms-container-full .wpforms-field-label-inline, .wp-core-ui div.wpforms-container-full .wpforms-field-label-inline {
    color: #888;
}
@media screen and (min-width: 1001px) {
div.wpforms-container-full:not(:empty) {
    margin-left: 60px !important;
}
}

/* wpforms button */

body[data-form-submit=regular] .container-wrap button[type=submit] {
    box-shadow: rgb(16 16 35) -1px 20px 100px -20px, rgb(17 17 17) -3px 19px 60px -30px, rgb(0 0 0 / 73%) -1px -4px 12px -2px inset !important;
    background: linear-gradient(45deg, #ffffff54, #ffe20091) !important;
    background-color: rgb(255 0 0) !important;
    border-radius: 5px !important;
    padding: 30px !important;
    line-height: 0;
    font-weight: 600;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: rgb(255 0 0) !important;
    box-shadow: rgb(16 16 35) -1px 20px 100px -20px, rgb(17 17 17) -3px 19px 60px -30px, rgb(0 0 0 / 73%) -1px -4px 12px -2px inset !important;
}
