/**
 * @license Copyright 2022 Lahuen Health SPA. All Rights Reserved.
 */
.c-form__footer .c-form__action.c-action--primary {
    background-color: var(--primary-a-normal);
}

.c-form__footer .c-form__action.c-action--primary:hover {
    background-color: var(--primary-a-light);
    transition: background-color 0.3s ease;
}

.c-form__footer .c-form__action.c-action--tertiary {
    background-color: transparent !important;
    color: var(--primary-d-normal);
    border: 0.1rem solid var(--primary-d-normal);
    font-size: 1.3rem !important;
}

.c-form__footer .c-form__action.c-action--tertiary:hover {
    background-color: var(--primary-c-normal) !important;
    color: #fff;
    transition: all 0.3s ease;
}
