* {
	box-sizing: border-box;
}
*:focus {
	
}
html {
	margin: 0px; padding: 0px; width: 100%; height: 100%; position: relative;
}
body {
	margin: 0px; padding: 0px; width: 100%; height: 100%; position: relative;
}
h6 {
	text-align: center; color: white; font-size: 10px; font-weight: bold; margin-top: 50px; margin-bottom: -50px;
}
body {
	font-family: Arial;
}
.alertts {
	margin: 10px auto 0px; padding: 20px; left: 50%; top: 0px; width: 500px; position: absolute; z-index: 9999; min-height: 50px; transform: translateX(-50%);
}

.login {
	margin: 10px auto 0px; padding: 20px; left: 50%; top: 70px; width: 350px; position: absolute; z-index: 9999; min-height: 250px; transform: translateX(-50%);
}
.login-header {
	text-align: center; position: relative; z-index: 1000;
}
.login-screen {
	padding: 5px 20px; border-radius: 20px; top: 10px; position: relative; opacity: 0.85; background-color: rgb(255, 255, 255);
}
.login-screen-2 {
	font-size:12px; padding: 10px 20px; border-radius: 10px; top: 10px; position: relative; opacity: 0.85; background-color: rgb(255, 255, 255);
}
.login-screen-2 a{
	font-size:18px; text-decoration:none; font-weight:bold; color:#009acf;
}
.app-title {
	text-align: center; color: rgb(119, 119, 119);
}
.login-form {
	text-align: center;
}
.control-group {
	margin-bottom: 10px;
}
input {
	padding: 10px 0px; border-radius: 5px; border: 5px solid transparent; transition:border 0.5s; border-image: none; width: 100%; text-align: center; font-size: 14px; font-weight: 200; background-color: rgb(236, 240, 241);
}
input:focus {
	border: 2px solid rgb(75, 135, 143); border-image: none; box-shadow: none;
}
.btn {
	background: rgb(75, 135, 143); margin: 0px auto; padding: 10px 0px; border-radius: 3px; border: 2px solid transparent; transition:0.25s; border-image: none; width: 100%; color: rgb(255, 255, 255); line-height: 25px; font-size: 14px; font-weight: bold; text-decoration: none; display: block; box-shadow: none; text-shadow: none;
}
.btn:hover {
	background-color: rgb(56, 101, 107);
}
.login-link {
	color: rgb(68, 68, 68); font-size: 12px; margin-top: 12px; display: block;
}
canvas {
	vertical-align: bottom; display: block;
}
#particles-js {
	width: 100%; height: 100%; background-color: rgb(75, 135, 143); position:fixed;
}

