*:focus {
	outline: none!important;
	box-shadow: none!important;
}
html, body{
	height: 100%;
}
body {
	color:#000;
	text-align:center;
	background-color: #000;
}
#background{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	background-size: cover;
	background-position-y: center;
	background-position-x: center;
	opacity: .75;
}
a{
	color: #3c8dbc;
}
.alert{
	padding:8px;
}
.login-box {
	position: relative;
	max-width: 320px;
	padding: 20px 30px;
	margin: 0 auto;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 40px #000;
	top: 20%;
}
.login-box h1{
	display: inline-flex;
}
.login-box #site-title{
	font-weight: bold;
	display: inline-block;
}
.login-box #site-logo-img{
	display: none;
}
input[type='text'], input[type='password'] {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
 	   -moz-box-sizing: border-box;
		    box-sizing: border-box;
	padding: 8px;
	font-size: 18px;
	border: 0;
	border:1px solid #bbb;
	border-radius: 6px;
	color: #000;
}
input[type='text']:focus, input[type='password']:focus{
	border:1px solid #000;
	background-color: #fff!important;
	border-color: inherit;
}
input[type='text']:focus::placeholder, input[type='password']:focus::placeholder {
	color: transparent;
}
input[type='checkbox']:not(.form-switch>input) {
	-webkit-appearance:none;
	width:17px;
	height:17px;
	background:white;
	border-radius:3px;
	border:1px solid #525252;
	cursor: pointer;
	margin-top: 3px;
	font-size: 12px;
}
input[type='checkbox']:not(.form-switch>input):hover {
	background:#000;
}
input[type=checkbox]:not(.form-switch>input):checked:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f00c';
	margin-left: 2px;
	bottom: 1px;
	color: #000;
	position: relative;
}
input[type=checkbox]:not(.form-switch>input):checked:hover {
	background-color: #000;
}
input[type=checkbox]:not(.form-switch>input):checked:hover:after, input[type=checkbox]:indeterminate:hover:after {
	color: #fff;
}
.form-floating .form-control{
	padding: 13px!important;
	height: auto;
}
.form-floating>.form-control:placeholder-shown~label{
	color: #7e7e7e;
	padding: 12px;
}
.form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-control:focus~label{
	color: #000;
	padding: 0 3px;
	background-color: #fff;
	opacity: 1!important;
	height: 23px;
	transform: scale(.85) translateY(-0.8rem) translateX(0.9rem);
}
.form-check-label{
	margin-left: 8px;
}
.btn-primary{
	background-color: #000;
	border:1px solid #000;
	padding: 8px;
	width: 100%;
}
.btn-primary:hover{
	background-color: #fff;
	color:#000;
	border-color: #000;
}
.btn-primary:focus{
	background-color: #000!important;
	border:1px solid #000;
}
.low_link{
	display: block;
	margin-top:15px;
	font-size:16px;
	color: #004f7d;
	text-decoration: none;
}
#pass_form{
	display: none;
}