body {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

#content {
	margin: 0px auto;
	max-width: 786px;
	padding-top: 38px;
}

#gleam-section {
	background-color: #ffffff;
	margin-top: 20px;
	padding: 10px;
}

.gleam-title {
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 2px;
}		

.loader-icon {
	text-align: center;
	color: black;
	font-size: 5em;
	padding: 200px 0 200px;
}

#main-section {
	background-color: #fafafa;
	padding: 62px 38px 38px;
	border: 1px #ffffff solid;
}

.card {
	padding: 0 10px;
}	

.form-card {
	padding: 62px 38px;
}

.columns {
	margin-bottom: 50px !important;
}		

.icon {
	font-size: 32px;
}

h4.subtitle {
	line-height: 1.62em;
}

.step-title {
	font-size: 1.1em;
	font-weight: 600;
	text-align: left;
	margin-bottom: 8px;
}

.step-subtitle {
	text-align: left;
	font-size: 1em;
}		

.text-disabled { color: #aaaaaa; }

#textWarningTitle {
	text-decoration: underline;
}		

#footer {
    margin-bottom: 58px;
}

#footer p, a {
	color: white;
	font-weight: 500;
}


.button.is-normal {
	min-width: 170px;
}

.support-text {
	margin-top: 20px;
}

.support-text a {
	color: #485fc7;
}

.fixbar {
	z-index: 9999999;
	position: fixed;
	width: 100%;
	margin: 0;
	display: flex;
	left: 0;
	line-height: 1.5;
	background-color: red;
	color: #ffffff;
	padding: 0px 10px;
}

.fixbar.fixbar-top {
	top: 0;
}

.fixbar.fixbar-bottom {
	bottom: 0;
}
	
	
.counter {
	margin: 5px auto 0px;
	display: flex;
}
	
.counter-headline {
	text-align: left;
	font-size: 15px;
	font-family: 'Helvetica Neue',Arial,sans-serif;
	font-weight: bold;
	padding-right: 10px;
	color: #ffffff;
	width: 73px;
	line-height: 20px;
}
	
.counter-digit {
	display: inline-block;
	text-align: center;
	border-radius: 10px;
	margin: 0 10px 0 0;
	font-weight: bolder;
	font-size: 23px;
	width: 40px;
	height: 38px;
	line-height: 38px;
	font-family: 'Helvetica Neue',Arial,sans-serif;
	background: #000000;
}
	
.counter-label {
	text-align: center;
	font-size: 11px;
	font-family: 'Helvetica Neue',Arial,sans-serif;
	font-weight: bold;
	color: #ffffff;
	width: 45px;
}

@media only screen and (max-width: 670px){
	#content { padding-top: 0; }
	#main-section { padding: 50px 10px; }
	.form-card { padding: 38px 10px; }
}