html {
	font-family: 'Montserrat';
	color: #30343a;
	font-size: 15px;
}

body {
	margin: 0;
	background-color: #f3f4f6;
}

h1, h2, h3 {
	text-transform: uppercase;
	letter-spacing: 3;
	font-weight: 800;
	margin: 0.3em 0;
}

h2, h3 {
	letter-spacing: 2;
}

p.subtitle {
	margin-top: 0;
	font-size: 1.1em;
	font-weight: 500;
}

.outer {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}

.center {
	display: table-cell;
	vertical-align: middle;
}

.inner {
	min-height: 150px;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	text-align: center;
	padding: 20px;
}

.description {
	width: auto;
	background: #E5E7EB;
	padding: 10px 20px;
	margin: 10px 0;
}
.description h3 {
	font-size: 1em;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.buttons a {
	display: block;
	margin: 5px auto;
	background: #007dc5;
	color: #fff;
	font-size: 15px;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 20px;
	text-decoration: none;
}

.btn-download {
	margin-bottom: 0;
}

.btn-download input {
	height: 39px;
	border: none;
	border-radius: 0;
	font: inherit;
	font-size: 15px;
	color: #1F2937;
	font-weight: 500;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.btn-download input.password {
	width: 34%;
	background: #E5E7EB;
	border: 1px solid #D1D5DB;
	font-size: 13px;
}

.btn-download input.submit {
	width: 65%;
	background: #007dc5;
	color: #fff;
	text-transform: uppercase;
}



/* MOBILE */

@media only screen and (max-width: 600px) {
	
	.buttons a {
		width: auto;
	}
	.buttons input {
		width: 100%!important;
		margin-bottom: 10px;
	}
	
}
