@font-face {
	font-family: "Monsterrat";
	src: url('/static/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
}
@font-face {
	font-family: "Monsterrat";
	src: url('/static/Montserrat-ExtraBold.ttf') format('truetype');
	font-weight: bold;
}
body {
	background-color: #2f3136;
	color: white;
	font-family: "Monsterrat", "sans serif";
	font-weight: normal;
}
h2 {
	font-family: "Monsterrat", "sans serif";
	color: white;
	font-weight: bold;
}
.box{
	max-width: 100%;
}
.center {
	max-width: 100%;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: auto;
	height: 50%;
	position: absolute;
	display: table;
}
input[type=text] {
	font-family: "Monsterrat", "sans serif";
	font-weight: bold;
	border-radius: 10px;
	border-style: hidden;
	height: 46px;
	width: 100%;
	background-color: white;
	background-image: url('/static/key.png');
	background-size: 21px 21px;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding-left: 40px;
}
input[type=submit] {
	font-family: "Monsterrat", "sans serif";
	font-weight: normal;
	height: 30px;
	width: 80px;
	float: right;
	border-radius: 10px;
	border-style: hidden;
}
.footer {
	overflow:hidden;
	display: table;
	text-align: center;
	position: fixed;
	bottom: 0%;
	background-color: #53565f;
	height: 20px;
	width: 100%;
	left: 0px;
}
.footer span{
	display: table-cell;
	vertical-align: middle;
	font-family: "Monsterrat", "sans serif";
	font-weight: normal;
	font-size: 18px;
	line-height: normal;
}
