/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 19 2025 | 05:00:42 */
/* Center the logo and site title */
.ast-site-identity{
	text-align: center;
}

/* Remove the site white space */
html,
body {
  overflow-x: hidden;
}

/* Remove the site hyperlink dotted line */
a:hover, a:active, a:focus { outline: 0;}
a {outline: 0;}

/* Hide the google recaptch bagde */
.grecaptcha-badge { visibility: hidden !important; }

/* Propriety background */
body {
	background: radial-gradient(circle at 30% 30%, rgba(50, 100, 150, 0.1), transparent 50%),
                        radial-gradient(circle at 70% 70%, rgba(30, 80, 130, 0.15), transparent 50%),
                        linear-gradient(115deg, #050518, #0d0d26, #000010);
/* 	background: radial-gradient(circle at center, rgba(80, 120, 180, 0.2), transparent 60%),
                        radial-gradient(circle at 30% 30%, rgba(30, 60, 100, 0.1), transparent 50%),
                        radial-gradient(circle at 70% 70%, rgba(20, 50, 90, 0.15), transparent 50%),
                        linear-gradient(115deg, #020210, #050518, #000008); */
	background-size: cover;
}