html {
	margin: 0;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #000;
	background: #17a7d3;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.top {
	width: 100%;
	margin: 50px 0 100px;
	overflow: hidden;
}

.logo {
	float: left;
	margin-left: 50px;
}

.key {
	float: right;
	margin-right: 50px;
}

.video {
	position: relative;
	margin: 0 auto 50px;
	width: 60%;
}

.watch-now {
	position: absolute;
	right: 40px;
	bottom: 10px;
	height: 0px;
	width: 0px;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

form {
	padding: 0;
	margin: 0 auto;
	width: 310px;
	overflow: hidden;
}

form p {
	float: left;
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	line-height: 20px;
	clear: both;
}

input,
button {
	float: left;
	margin: 0 0 5px;
	padding: 12px;
	width: 100%;
	color: #fff;
	background: #62b9d9;
	border: none;
	clear: both;
}

small {
	display: none;
	float: left;
	margin-bottom: 10px;
	clear: both;
	color: #fff;
}

input:hover,
input:active,
input:focus {
	background: #3e8aa4;
}

button {
	width: auto;
}

button:hover {
	background: #3e8aa4;
}

input::placeholder {
	color: #fff;
}

#spinner {
	display: none;
	position: relative;
	float: left;
	margin-top: 4px;
	margin-left: 10px;
	height: 30px;
	width: 30px;
}

#thank-you {
	display: none;
	float: left;
	margin: 0;
	color: #fff;
	text-align: center;
	clear: both;
}

@media (max-width: 800px) {
	
	.top {
		margin: 20px 0;
	}
	
	.logo {
		margin-left: 20px;
		width: 100px;
	}
	
	.key {
		width: 180px;
		margin-right: 20px;
	}
	
	.video {
		margin: 20px;
		width: calc(100% - 40px);
	}
	
	.watch-now {
		display: none;
	}
	
	form {
		margin: 0 20px;
		width: calc(100% - 40px);
	}
}