.form-control.error {
	color: #ff4961 !important;
	border-color: #ff4961 !important;
}
.form-control.valid {
	color: #28d094 !important;
	border-color: #28d094 !important;
}

.custom-select.error {
	color: #ff4961 !important;
	border-color: #ff4961 !important;
}

.custom-select.valid {
	color: #28d094 !important;
	border-color: #28d094 !important;
}
