diff --git a/public/themes/pterodactyl/css/pterodactyl.css b/public/themes/pterodactyl/css/pterodactyl.css index 05960001c..afc0377c3 100644 --- a/public/themes/pterodactyl/css/pterodactyl.css +++ b/public/themes/pterodactyl/css/pterodactyl.css @@ -304,3 +304,10 @@ input.form-autocomplete-stop[readonly] { background: inherit; cursor: text; } + +/* fix Google Recaptcha badge */ +.grecaptcha-badge { + bottom: 54px !important; + background: white; + box-shadow: none !important; +}