/* ******************************************** */
/** GENERIC: SCREEN
/* ******************************************** */

/* BODY */

a, button{
    transition:
        color 200ms ease-out,
        background-color 200ms ease-out,
        border 200ms ease-out,
        opacity 200ms ease-out,
        box-shadow 200ms ease-out;
}

/* GENERAL */

.grecaptcha-badge{
    display: none !important;
}