/* Recaptcha-enterprise mbd prepaid & EDD login 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 mbd 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: 72%;
    left: 49%;
    position: fixed;
}

/* Recaptcha-enterprise mbd login home gft page css content */
div.g-recaptcha-login {
    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: 93%;
    left: 50%;
    position: fixed;
}
