@charset "UTF-8";

body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}

.bg-grey {
	background-color: #e9ecef;
}

input[type="radio"] {
	-ms-transform: scale(1.3);
	/* IE 9 */
	-webkit-transform: scale(1.3);
	/* Chrome, Safari, Opera */
	transform: scale(1.3);
	margin-right: 7.5px !important;
}

.primary-colour {
	color: #00ae8c;
}

.card {
	border-radius: 8px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: -webkit-transform .5s cubic-bezier(.12, .72, .29, 1);
	transition: -webkit-transform .5s cubic-bezier(.12, .72, .29, 1);
	transition: transform .5s cubic-bezier(.12, .72, .29, 1);
	transition: transform .5s cubic-bezier(.12, .72, .29, 1), -webkit-transform .5s cubic-bezier(.12, .72, .29, 1);
	-webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
	box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
	border: none;
}
