body {
	background-color: #afafaf2b;
}

input[type="text"],
input[type="date"],
input[type="tel"] {
	height: 2rem;
	padding: 1.125rem 0.875rem !important;
	background-color: rgb(255, 255, 255);
	border: 1px solid #2d3237;
	border-radius: 3px;
	box-sizing: borde-box;
	appearance: none;
	color: rgb(0, 0, 0);
	font-size: 1rem;
	font-family: inherit;
}


.primary-btn {
	background-color: rgb(201, 0, 37);
	color: white;
	border: 1px solid rgb(226, 0, 42);
	padding: 0.25rem 1rem;
	box-sizing: border-box;
}
