.altcha {
	border: unset !important;
}
.altcha-main {
	padding: unset !important;
	color: #2C3C4A;
	font-size: 18px;
	gap: 10px !important;
}

.altcha-checkbox {
	width: 18px !important;
	height: 18px !important;
}

.mb {
	margin-bottom: 30px;
}

.privacy-information {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

input[type="checkbox"] {
	width: 18px;
	height: 18px;
}

.privacy-information a {
	color: #73BDB6;
}
.privacy-information a:hover {
	text-decoration: underline;
}