html, body {
	position:fixed;
  top:0px;
  left:0px;
  height:100%;
  width:100%;
  
  /*Fallback if gradeints don't work */
  background: #141e6e;
  /*Linear gradient... */
  background: radial-gradient(at center, #0075c3, #000b61);
}
.loginpanel{
	width: 300px;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -200px;
}
.loginpanel .title{
	text-align: center;
	color: #FFFFFF;
	font-size: 32px;
	margin-bottom: 30px;
}
.loginpanel .logcon {
	width: 300px;
	height: auto;
}
.logcon input {
	display: block;
	padding: 10px 15px;
	border-radius: 3px;
	border: none;
	width: 100%;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.logcon button {
	padding: 7px 20px 10px 20px;
	border: none;
	background: #fff;
	border-radius: 3px;
	width: 100%;
	box-sizing: border-box;
}

.logcon button:hover {
	cursor: pointer;
}

canvas {
	display: block;
	vertical-align: bottom;
}

#particles-js {
	width: 100%;
	height: 100%;

	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
