/*
Theme Name:   Hello Elementor Child
Description:  A child theme for Hello Elementor
Author:       A-Tech Web Development Services
Template:     hello-elementor
Version:      1.0.0
*/

.noise {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: radial-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 26px 26px;
}

.glow {
    position: fixed;
    border-radius: 50%;
    filter: blur(120px);
    z-index: 0;
    pointer-events: none;
    opacity: 0.35;
}

.glow-1 {
    width: 600px;
    height: 600px;
    background: #7c5cff;
    top: -200px;
    left: -150px;
}

.glow-2 {
    width: 500px;
    height: 500px;
    background: #00e0c6;
    bottom: -150px;
    right: -100px;
    opacity: 0.2;
}

#gform_wrapper_1 {
	background-color: #14141d;
	border-radius: 18px;
	color: #fff;
	padding: 36px;
}
	#gform_wrapper_1 .gform_required_legend {
	    display: none !important;
	}
	#gform_wrapper_1 #gform_fields_1 {
		row-gap: 22px;
	}
	#gform_wrapper_1 input[type=text],
	#gform_wrapper_1 input[type=email],
	#gform_wrapper_1 textarea {
		background: #0a0a0f;
		border: 1px solid rgba(255,255,255,0.08);
		border-radius: 12px;
		color: #f3f3f7;
		padding: 13px;
	}
	#gform_wrapper_1 input[type=submit] {
		background: #6fd9ff;
		border-radius: 100px;
		box-shadow: 0px 8px 30px -8px rgba(124, 92, 255, 0.6);
		color: #08080c;
		font-size: 1.05rem;
		font-weight: 600;
		padding: 18px 40px;
	}
		#gform_wrapper_1 input[type=submit]:hover {
			background: #4272a2;
			color: #fff;
		}

.post-password-form p {
	color: #fff;
	justify-content: center;
	text-align: center;
}