.loginBack {
	background-attachment: fixed;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 100%;;
	background-color: #343D4E;
	margin:0px;
	padding:0px;
	bottom:0px;
	top:0px;
	position:fixed;
}
.loginBox {
	margin:auto;
	width:100%;
	height:100%;
	margin-top:15%;
}
.login {
	float: none;
	width: 240px;
	padding: 30px;
	margin: auto;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.5);
}
.login .form-control {
	color:#CBCBCB;
	font-size:16px;
	background-color:rgba(0,0,0,0.8);
	border:1px solid rgba(0,0,0,0.6);
}
.login .input-group .btn {
	color:#DA9834;
	background-color:#000;
}
.login .form-control:focus {
	border:1px solid #DA9834;
	z-index:2;
}
.form-checkbox {
	float:left;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	font-style: normal;
	display:inline-block;
	width:10px;
	height:10px;
	outline:0;
	padding:0px;
	margin:0px;
	border:none;
	margin-right:15px;
	color:#DA9834;
	cursor:pointer;
	margin-left:1px;
}
.form-checkbox:before {
	content:"";
	float:left;
	margin-left:-1px;
	margin-top:-1px;
	width:8px;
	height:8px;
	padding:4px;
	background-color:#000;
	border:1px solid #fff;
	border-radius:2px;
	transition:all 300ms ease-in;
	font-size:9px;
}
.form-checkbox:checked:before{
	content:"\f00c";
	border:1px solid #DA9834;
	background-color:#000;
}
.checkbox {
	font-size:15px;
}
.logo {
	width:100%;
	margin:auto;
	text-align:center;
	margin-bottom:20px;
}
.logo img {
	width:240px;
}
.login-footer {
	width:300px;
	margin:auto;
	margin-top:15px;
	text-align:center;
}
.login-footer-text {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	padding:20px;
	text-align:center;
	color:#444;
}
.checkbox:before {
	content:"";
	width:auto;
	height:auto;
}