.user-agree div{
/* 	display: flex; */
	
}
.user-agree div label{
/* 	display: flex; */
	padding-left: 10px;
	font-size: 1.3rem !important;
	font-weight: bold;
}

.user-agree-img-div{
	
	height: 300px;
	overflow-y: scroll;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 50px;
	border-style: none;
	scrollbar-face-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFFFF;
}

.user-agree-check-div{
	display: flex;
	justify-content: end;
}

.user-form-label{
	display: flex;
}
.user-form h3{
	line-height: 38px !important;
}

.user-form .button{
	line-height: 38px !important;
}