#recaptcha-box{
    z-index: 5;position: fixed;top: 0%;left: 0%;width: 100vw;height: 100vh;;background-color: rgba(195, 194, 194, 0.6);display: none;
}
.g-recaptcha{
    z-index: 6;position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%)
}