body {
	background-color: #ffffff;
}

.mui-content {
	background-color: white;
}

.mui-bar {
	background-color: white;
	box-shadow: 0 0;
}

.mui-input-group {
	margin: 130px 40px 0 40px;
}

.mui-input-group::before,
.mui-input-row:after,
.mui-input-group:after {
	height: 0;
}

.mui-icon {
	font-size: 30px;
}

.mui-input-row label {
	padding: 0;
	width: 20%;
}
.mui-input-row label~input, .mui-input-row label~select, .mui-input-row label~textarea {
	width: 80%;
}

.mui-input-row {
	margin-top: 20px;
	border-bottom: 1px solid black;
}


.check {
	accent-color: red;
	width: 20px;
	height: 20px;
	
}
#cBox{
	margin-top: 20px;
	align-items: center;
	display: flex;
}
#cBox  p{
	margin-bottom: 0;
}
#cBox label{
	display: flex;
}
#cBox1{
	display: flex;
}
.wenzi{
	margin-left: 10px;
}
.wenzi1{
	color: red;
}
.but{
	margin-top: 30px;
	text-align: center;
}
.but button{
	height: 50px;
	width: 80%;
	background-color: red;
	border-radius: 100px;
	color: white;
}
