/* Recaptcha-enterprise p2p_recipient home page css content */
div.g-recaptcha {
    z-index: 3000;
    width: 30%;
    max-width: fit-content;
    transform: translate(-50%, -50%);
    border: 1px solid grey;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
    text-align: center;
    top: 60%;
    left: 47%;
    position: fixed;
}

/* Recaptcha-enterprise p2p_recipient forgot Password & register page css content */
div.g-recaptcha-ru {
    z-index: 3000;
    width: 30%;
    max-width: fit-content;
    transform: translate(-50%, -50%);
    border: 1px solid grey;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
    text-align: center;
    top: 79%;
    left: 49.5%;
    position: fixed;
}
