/*
Theme Name: Hello Elementor Child theme of hello-elementor
Theme URI: 
Description: Child theme of hello-elementor theme for the Hello Elementor theme
Author: <a href="https://elementor.com/?utm_source=wp-themes&#038;utm_campaign=author-uri&#038;utm_medium=wp-dash">Elementor Team</a>
Author URI: 
Template: hello-elementor
Version: 3.4.5
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Thu, 06 Nov 2025 23:48:36 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.my-form {
	padding: 10px;
	border-radius: 10px;
	border: 1px solid rgb(235, 92, 43) 100%;
}

.my-form label {
	color: white;
}

.my-form input, .my-form textarea {
	padding: 5px;
	border: 1px solid rgb(243, 147, 27);
	color: white;
	background: inherit;
}