.custom-field-error {
    color: rgb(176, 0, 32);
    font-size: 0.75rem;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.0333333333em;
    text-decoration: inherit;
    text-transform: inherit;
    margin-top: 0;
    line-height: normal;
    margin: 0;
    transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
    will-change: opacity;
    padding-left: 12px;
    padding-top: 6px;
}

.hide_form_element {
    display: none;
}

.show_form_element {
    display: block;
}