@charset "utf-8";
/* CSS Document */
.mt-5{
	margin-top: 2em;
}

.style1{
	color: red;
	font-weight: bold;
}
.form-group{
	display: flex;
	justify-content: space-between;
	width: 700px;
	margin: 2em 0;
}
.control-label{
	width: 25%;
	background-color: lightgray;
	padding: 1.5em;
	text-align: left;
	
}
.form-control{
	width: 400px;
	padding: 1.5em;
	text-align: left;
}
.center{
	margin: 0 auto;
}
.left{
	text-align: left;
}
.privacy-box{
	width: 700px;
	border: solid 1px blue;
	padding: 2em;
}
.privacy-box p{
	font-weight: bold;
}