.agree-line {
	margin-top: 10px;
}

.agree-line label {
	display: flex;
	width: 314px;
	margin-left: auto;
	margin-right: auto;
}
.agree-line input {
	width: 20px;
	margin-right: 11px;
	flex-shrink: 0;
}

.agree-line .text {
	text-align: left;
	color: #000;
}

.disabled-btn {
	opacity: 0.5;
	filter: grayscale(100%);
	pointer-events: none;
}