* {
	font-family: 'Lato', sans-serif;
}

body, html {
	/*padding-top: 5rem;*/
	height: 100%;
	margin: 0;
}
.root {
	padding: 3rem 1.5rem;
	text-align: center;

	position: relative;
	opacity: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/scraper1.jpg");
	height: 100%;
}

.resetHolder {
	padding: 20px;
	text-align: right;

	position: relative;
	opacity: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/scraper1.jpg");
	height: 100%;
}

.emailHolder {
	text-align: right;

	margin-left: -50px;
	margin-right: -50px;
	padding-left: 50px;
	padding-right: 50px;

	padding-top: 20px;
	padding-bottom: 20px;

	position: relative;
	opacity: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/scraper1.jpg");
	height: 100%;
}

.btn-own {
	/*background-color: #ffffff;*/
	color: #8c8c8c;
	border: 2px solid #8c8c8c;
	background-color:rgba(0, 0, 0, 0.0);

	font-size: 14px;
	padding: 11px 20px;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#inputEmail1 {
	border: 2px solid #cfcfcf;

	font-size: 14px;
	padding: 11px 20px;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #878787;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #878787;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #878787;
}

.btn-own:hover {
	background-color: #8c8c8c;
	color: #ffffff;
}

.font-white {
	color: #ffffff;
}

.font-color-alt {
	color: #8c8c8c;
}

.font-uppercase {
	text-transform: uppercase;
}

.logo-startpage {
	max-height: 35px;
	margin-bottom: 100px;
}

.frm-questions {
	padding: 50px;
}

.frm-lastpage {
	padding: 50px;
}

.frm-lastpage-header {
	background-color: #f6f6f6;
	margin-left: -50px;
	margin-right: -50px;
	padding-left: 50px;
	padding-right: 50px;

	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.lastpage-heading {
	font-size: 120%;

}

ul {
	list-style-image: url('../images/list-icon.png');	
}

li {
	line-height: 2;
}

.subheading {
	color: #8c8c8c;
	font-size: 150%;
}

.normaltext, ul > li {
	color: #868686;
	font-size: 14px;
}

.pointstext {
	font-size: 150%;
	font-weight: bold;
}


@media screen and (max-width: 500px) {
    .root {
    	background-image: url("../images/scraper1-mobile.jpg");
    }
    
    .resetHolder {
    	background-image: url("../images/scraper1-mobile.jpg");
    }
    
    .emailHolder {
    	background-image: url("../images/scraper1-mobile.jpg");
    }
}