body {
	background-color: #fafafe !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #412de1 !important;
}

a {
	color: #d403f9 !important;
}

input,
textarea,
select {
	border: 1px solid #d403f9 !important;
	border-radius: 0 !important;
}

input[type='checkbox'] {
	accent-color: #d403f9;
	width: 18px !important;
	height: 18px !important;
	background-color: white !important;
	cursor: pointer !important;
	position: relative !important;
	outline: none !important;
}

input[type='submit'] {
	background-color: #412de1 !important;
	border-color: #412de1 !important;
	background-image: none !important;
}

.radio label,
.checkbox label {
	display: flex !important;
	gap: 5px !important;
	align-items: center !important;
}
