.check {
	width: 10px;
	height: 7px;
	position: relative;
	transform: rotate(-45deg);
	overflow: hidden;
	display: inline-block;
}

.check::before {
	content: '';
	display: block;
	background-color: #000;
	width: 10px;
	height: 3px;
	left: 0;
	bottom: 0;
	position: absolute;
}

.check::after {
	content: '';
	display: block;
	background-color: #000;
	width: 3px;
	height: 6px;
	left: 0;
	bottom: 0;
	position: absolute;
}

.btn-corporate {
	background-color:#0070C0;
}

.btn-link-corporate {
	color: #0070C0;
}