/* ***************** *******************************************************************
* WordPress Theme  | LanteasOpenSoclePremiumThemeChild [Input elements] - Lanteas.
* ***************** *******************************************************************
*/

/* Highlight error fields */
.custom-field.invalid,
.custom-toggle.invalid,
.field-invalid {
    box-shadow: 0 0 6px 1px #ff6000;
    background-color: rgba(210, 185, 185, 0.3) !important;
    border-color: #ff000040 !important;

    transition: all 220ms ease-out !important;
}


/* Highlight succes fields */
.custom-field.validate,
.custom-toggle.validate,
.field-validate {
    box-shadow: 0 0 6px 1px #5fa45d;
    background-color: rgba(199, 210, 185, 0.3) !important;
    border-color: #a8cea7 !important;

    transition: all 220ms ease-out !important
}
