register-box{
	display:flex;
	flex-direction:column;
	width:100%;
	gap:10px;
	padding:15px;
	background:#DDD;
	max-width:580px;
}
register-box button{
	width:200px;
	height:56px;
	margin-top:10px;
	padding:0!important;
	cursor:pointer;
}
register-box label{
	width:100%;
	display:flex;
	justify-content: space-between;
	align-items: center;
	position:relative;
	color:#000;
	height:40px;
	max-width:550px;
}
register-box label input{
	min-width:400px;
	height:40px;
	font-size:16px;
	padding:0 0 0 10px;
	border:none;
}
register-box label select{
	min-width:400px;
	height:40px;
	font-size:16px;
	padding:0 0 0 5px;
	border:none;
}
register-box label i{
	font-size:20px;
	color:#F00;
	position:absolute;
	left:130px;
}
register-box p{
	max-width:550px;
	height:40px;
	display:flex;
	align-items:center;
	gap:5px;
}
register-box i.solo{
	font-size:20px;
	color:#F00;
	position:relative;
}
register-box label.solo{
	background:none;
	width:30px;
	float:right;
}
register-box input[type="checkbox"]{
	padding:0;
	width:30px;
	height:30px;
	min-width:30px!important;
	margin:0;
	border:1px solid #000;
	border-radius:0;
	float:right;
}
register-box button{
	font-weight:500!important;
}
@media only screen and (max-width: 768px) {
	label, .bjw_box{
		flex-direction:column;
		gap:10px;
		align-items:flex-start!important;
	}
	label input, label select, .bjw_box button{
		width:100%;
	}
	label i{
		right:0!important;
	}
}