.form-contact {
	width: 100%;
	max-width: 777px;
	padding: 15px;
	margin: auto;
}

.form-contact .form-floating:focus-within {
	z-index: 2;
}

.form-contact input[id="name"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-contact input[id="email"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.form-contact textarea[id="msg"] {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 300px;
}

.form-contact input[id="mathAnswer"] {
	margin-top: 10px;
	margin-bottom: 10px;
}

.form-contact .form-floating label {
	color: #000;
}
