html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-image: url(images/body.jpg);
	background-size: cover;
	font-family: "Outfit", sans-serif;
	background-color: #fff;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.1px;
	position: relative;
	background-position: center;
}

body, main, html {
	height: 100%;
}

h1 {
	font-size: 62px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 75px;
}

#wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
}

h1 span {
	color: #74bc1f;
}

body:before{
	background-image:url(images/vector.svg);	
	background-size:100%;
	background-repeat:no-repeat;
	width:227px;
	height:197px;
	content:'';
	position: absolute;
	left:0;
	top:70px;
}

#logo {
	max-width: 190px;
	display: block;
	margin: 0 auto 18px auto;
}

#form-wrapper {
	background-color: #fff;
	padding: 17px;
	box-sizing: border-box;
	margin-bottom:30px;
}

.container {
	width: 740px;
}

.center-align{
	text-align:center;
}

#backToSite {
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	text-transform: uppercase;
	display:inline-block;
	transition:all 0.25s linear;
}

#backToSite:hover{
	color:#fff;
	text-decoration:underline;
}

@media only screen and (max-width: 1320px) {
	body::before {
		display:none;
	}		
}

@media only screen and (max-width: 767px) {
	h1 {
		font-size: 40px;
		text-transform: uppercase;
		font-weight: 600;
		margin-bottom: 35px;
	}	
	
	.container {
		width: 90%;
		margin:0 auto;
	}		
}
