@import url(https://fonts.googleapis.com/css?family=Exo:100,200,400);

.background-image {
	position: fixed;
	top: -1%;
	bottom: 1%;
	left: -1%;
	right: 1%;
	z-index: 1;
	display: block;
	width: 110%;
	height: 110%;
	background-image: url('/assets/Cover.jpg');
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-o-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);
}
.logo {
	position: absolute;
	top: calc(50% - 80px);
	left: calc(50% - 250px);
	height: 70px;
	z-index: 2;
}

.header {
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 270px);
	z-index: 2;
}

.header div {
	float: left;
	color: #fff;
	font-family: 'Exo', Helvetica, Arial, serif;
	font-size: 40px;
	font-weight: 375;
}

.header div span {
	color: #0067b1 !important;
}

.signin {
	position: absolute;
	top: calc(50% - 100px);
	left: calc(50% - 40px);
	height: 100px;
	width: 250px;
	padding: 10px;
	z-index: 2;
}

.signin input[type=text], .signin input[type=password] {
	width: 250px;
	height: 30px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	font-family: 'Exo', Helvetica, Arial, serif;
	font-size: 17px;
	font-weight: 400;
	padding: 4px;
}

.signin-button {
	width: 260px;
	height: 40px;
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 2px;
	color: #999;
	font-family: 'Exo', Helvetica, Arial, serif;
	font-size: 18px;
	font-weight: 500;
	padding: 6px;
	margin-top: 10px;
}

.signin-button:hover {
	opacity: 0.9;
}

.signin-button:active {
	opacity: 0.7;
}
