/* ---- reset ---- */
body {
	margin:0;
}
canvas {
	display: block;
	vertical-align: bottom;
	min-width: 1600px;
	background-color: #1e2125;
}

/* ---- particles container ---- */
#particles-js {
	position:absolute;
	width: 100%;
	height: 100%;
	background-color: #1e2125;
	/*background-image: url("");*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.login-body {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex: 1; /* flex: 1 1 0 */
	-ms-flex: 1 0 0;
	min-width: 1600px;
}
.login-body > .contents {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex: 1;
	-ms-flex: 1 0 0;
	flex-direction: column;
	justify-items: center;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: 1.5em 2.5em;
}
.login-body > .contents > .widget-container {
	justify-content: center;
	align-items: center;
}
.login-pannel {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	position: relative;
	/*background-color: #fff;*/
	width: 500px;
	height: 360px;
	-webkit-box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
	-moz-box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
	color: #333;
	z-index: 10;
	border: 1px solid transparent;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, .85);
	backdrop-filter: blur(4px);
	padding: 2em;
	align-items: center;
	align-content: center;
}

.login-pannel > .login-contents {
	display: block;
	position: relative;
	margin: 0 auto;
	text-align: center;
	min-width: 360px;
}

.login-contents > .login-logo {
	display: block;
	margin: 1em auto 0.75em;
}
.login-contents > .login-logo > img {
	height: 42px;
}
.login-contents > .login-form {
	width: 100%;
}
.login-form h3 {
	font-size: 1.38rem;
	color: #46484a;
	margin-bottom: 1.5em;
}
.login-form > .rami-login-form {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	position: relative;
}
.rami-login-form  input {
	height: 2.86em;
	color: #fff;
	background-color: #86898a;
	background-color: rgba(0, 0, 0, .25);
	border: 1px solid transparent;
	border-radius: 20px;
	padding-left: 20px;
}
.form-btn-set {
	//display: flex;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
	margin-top: 1em;
	flex-wrap: nowrap;
	flex-direction: row;
	flex:1;
}

.form-btn-set .checkbox-inline {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	padding: 0;
}

/*
.form-btn-set .checkbox-outline > span {
	margin: 0 0.5em;
}
*/
.form-btn-set .checkbox-inline > .checkbox-outline {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	font-weight: 500;
	margin-right: 1em;
	cursor: pointer;
	line-height: 18px;
}

.login-form .checkbox-outline > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #ebf5ff;
	border: 1px solid transparent;
	height: 18px;
	width: 18px;
	margin: 0 0.5em 0 .25em;
	border-radius: 0.42rem;
}

.form-btn-set > button {
	height: 2.12em;
	margin-left: auto;
}

.login-btn, .regi-btn {
	border-radius: 32px;
	border: 1px solid #78aaff;
	background-color: #ebf5ff;
	color: #3699FF;
	font-size: 0.92rem;
	padding: 0 1.42em;
	font-weight: 600;
	-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out;
}
.login-btn:hover {
	border: 1px solid transparent;
	background-color: #3699FF;
	color: #fff;
}

.login-btn > .fa {
	margin-right: 4px;
}


/* ---- stats.js ---- */
.count-particles{
	background: #000022;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13E8E9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.js-count-particles {
	font-size: 1.1em;
}
#stats,
.count-particles {
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px;
}
#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}
.count-particles {
	border-radius: 0 0 3px 3px;
}