/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 22 2025 | 09:12:37 */
#cont_soon .wpcf7-form {
	position: relative;
}
#cont_soon .wpcf7-form .wpcf7-text {
	border: 0 none;
	border-bottom: 1px solid #424242;
	background-color: rgba(255,255,255, .65 );
}
#cont_soon .wpcf7-form .wpcf7-submit {
	min-width: 125px;
	background-color: #512F8D;
	border: 0 none; border-radius: 8px;
	color: #fff; text-transform: uppercase;
}
#cont_soon .wpcf7-form .wpcf7-submit:hover,
#cont_soon .wpcf7-form .wpcf7-submit:active {
	background-color: #292929;
}

@media screen and (min-width:768px) {
	#cont_soon .wpcf7-form .action {
		position: absolute;
		bottom: 0; right: 0;
		text-align: right;
	}
}
@media screen and (max-width:767px) {
	#cont_soon .wpcf7-form .action {
		text-align: center;
		padding-top: 20px;
	}
}
