/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 26 2026 | 19:14:14 */
.my-form .wpforms-submit-container {
    display: inline-block;
    text-align: center;
    width: 100% !important;
}

.my-form .wpforms-field-label {
	font-size: 15px;
    margin-bottom: 3px;
	font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
}

.my-form .wpforms-submit-container button {
    padding-right: 60px !important;
	padding-left: 60px !important;
}

.my-form input, 
.my-form select, 
.my-form textarea {
	border: 1px solid #A732FA87 !important;
	border-radius: 8px;
	max-width: 100% !important;
	background-color: #980FFA47 !important;
}

.my-form input[type=text]:focus,
.my-form input[type=email]:focus,
.my-form textarea:focus {
  background-color: #980FFA47 !important;
  outline: none;             /* Removes the default browser ring if desired */
}

.my-form input::placeholder {
  color: #A732FAA1;
  opacity: 1; /* Required for Firefox to show full color */
}

.my-form-submit-button {
	
}

