#particles-container {
	width: 100%;
	height: 100%;
	position: fixed;
	padding: 15px;
}

html body {
	overflow: hidden;
	height: 100%;
}

.login-container {
	text-align: center;
	width: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px;
}

.login-title {
	font-size: 30px;
	color: white;
	margin-bottom: 10px;
}

.login-validation {
	font-size: 20px;
	color: #e74c3c;
	margin-bottom: 10px;
}

.login-validation-success {
	font-size: 20px;
	color: #27ae60;
	margin-bottom: 10px;
}

#particle-toggle {
	font-size: 15px;
	color: gray;
	padding-top: 85%;
	transition: all 0.35s ease;
}

#particle-toggle:hover {
	color: #2daae1;
}

input {
	margin:12px;
	transition: all 0.35s ease;
	background: rgba(0,0,0,0);
	border-style:solid;
	border-color:gray;
	border-width:1px;
	outline:none;
	text-align:left;
	color: white;
	font-size:20px;
	padding: 8px;
	width: 300px;
	text-decoration: none !important;

	font-family: 'Open Sans', 'FontAwesome' !important;
}

input[type=submit] {
	cursor: pointer;
	text-align: center;
}

input[type=submit]:hover {
	border-width: 1px;
	border-style: solid;
	border-color: #2daae1;
	transform: scale(1.05);
}

input:hover:disabled {
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	cursor: default;
}

input:disabled {
	color: gray;
}

input:focus {
	border-width: 1px;
	border-style: solid;
	border-color: #2daae1;
}

input:focus {
	transform: scale(1.05);
}

a {
	text-decoration: none !important;
}

.info-container {
	color: gray;
	text-align: right;
}

.login-header-container {
	padding: 15px;
	padding-left: 25px;
	padding-right: 25px;
	position: absolute;
	z-index: 100;
	height: 200px;
	cursor: default;
}

a {
	text-decoration: none !important;
	transition: all 0.35s ease;
	color: gray;
}

a:hover {
	color: #2daae1;
}