.webto-pay {
	width: 100% !important;
}
.required-marker {
	color: red !important;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	background: var(--global-palette8) !important;
}
.webto-form-field label {
	font-weight: bold;
	margin-bottom: 5px;
}