/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 05 2025 | 07:36:24 */
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
    width: 100%;
    border-radius: 25px;
}

.wpcf7-form p {
	margin: 0;
}

.wpcf7-form input[type="submit"] {
	background-color: #ffc700;
    color: #0083c3;
    padding: 10px 22px;
}

.wpcf7-form input[type="submit"]:hover {
	color:  #ffc100;
	background: #2a378e;
}