@charset "UTF-8";

.nolabel {
	display: none;
}
.mainlogo {
	/* [disabled]margin-top: 66px; */
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 100%;
	max-width: 450px;
	text-align: center
}
.mainlogo img {
	width:90%	
}
.description {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: rgb(128,128,128);
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
#terms {
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#terms a {
	color: #007aff;
}
#terms label {
	font-size:16px;
}
#terms input {
	margin-right: 10px;
	border-style:solid;
	appearance:checkbox;
	-webkit-appearance:checkbox;
	-moz-appearance:checkbox;
}
#donebutton, #donebutton:active {
	text-decoration: none;
	color: #fff;
	background-color: #9f1d24;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 100px;
	padding-left: 100px;
	cursor: pointer;
	font: 500 1.1rem/1.6 'Fira Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

#donebutton:hover {
	color: #000000;
	background-color: #b3b3b3
}