div.g-recaptcha {
    z-index: 10000;
    width: 100px;
    height:50px;
    max-width: fit-content;
    transform: translate(-50%, -50%);
    border: 0px solid grey;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
    position: relative;
}