/*
Plugin Name: SotP Invisible reCAPTCHA and Login Mods
Plugin URI: https://www.sanctuaryphoenix.com/
description: This is a blank template.
Version: 1.0
Author: Dr. Joseph "Odin Wynd" Keck
Author URI: https://www.sanctuaryphoenix.com/
License: GPLv2 or later
Text Domain: sotp-invisable-recaptcha-login-mods
*/

/* Begin Login Page CSS Below*/
	body {
		background-image: url("https://www.sanctuaryphoenix.com/wp-content/uploads/2019/07/main-bg-2.jpg");
		background-position: left top;
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	div#login {
		background-color: rgba(255, 255, 255, 0.86);padding: 5% 0 0;margin: auto;
		background-clip: content-box;
	}

/* Hide Google reCAPTCHA Badge*/
.grecaptcha-badge { 
    visibility: hidden !important;
}