/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 20 2026 | 11:21:09 */
.container-form {
	color: #fff;
	font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.container-form p {
	margin-bottom: 10px;
}
.container-form label {
	margin: 0;
	width: 100%;
}
.container-form input[type="text"],
.container-form input[type="email"] {
	width: 100%;
    padding: 4px 8px;
	outline: none;
    border: none;
	border-radius: 4px;
}
.container-form textarea {
	width: 100%;
	resize: none;
	outline: none;
    border: none;
	border-radius: 4px;
}
.container-form input[type="submit"] {
    padding: 14px 20px;
	color: #fff;
    font-size: 16px;
    font-weight: 500;
	letter-spacing: 2px;
	background-color: #3384CA;
    border: 1px solid #3384CA;
    border-radius: 8px;
}
.container-form .wpcf7-not-valid-tip {
	color: #e66f6f;
    font-size: 13px;
    line-height: 21px;
}
.container-form .wpcf7 form .wpcf7-response-output {
	margin: 30px 0 10px 0;
	text-align: center;
}