


input[type=""] {
	border-radius: 100px;
}
input[type="text"] {
	border-radius: 100px;
}
input[type="date"], input[type="password"]  {
	border-radius: 100px;
}
.form-check-input label {
	
}

