
.login-box{
    width: 300px;
	height: 200px;
	/* background-color: #fff; */
	border-radius: 3px;
	position: absolute;
	left: 275px;
	top: 200px;
}
.login-box .login-from {
	width: 100%;
	height: 45px;
	padding: 0 20px;
	box-sizing: border-box;
}
.login-from label {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-right: 10px;
	text-shadow: 0px 1px 1px #f6f6f6;
	font-weight: bold;
	color: #3e3e3e;
	font-size: 14px;
}


.login-from input{
	width: 180px;
	height: 40px;
	line-height: 40px;
	background: #3e3e3e;
	font-size: 14px;
	color: #fff;
	padding: 0 5%;
	border-radius: 4px;
	box-shadow: 0px 4px 0px rgba(0,0,0,0.1),0px 0px 0px 2px #fff;
	overflow: hidden;
}
.login-box .login-btn{
	display: block;
	text-align: center;
	line-height: 38px;
	height: 38px;
	position: relative;
	border-radius: 4px;
	font-size: 14px;
	color: #3e3e3e;
	font-weight: bold;
	text-shadow: 0px 1px 1px #f6f6f6;
	box-shadow: 0px 0px 0px 2px #b27000 inset,0px 3px 4px #f6f6f6 inset;
	background: #ffde03;
	
}

.savepassword {
	padding-left: 58px;
}

	.savepassword input {
		margin-right: 8px;
		vertical-align: middle;
	}


/* .apImgTitle {
	position: fixed;
	width: 42%;
	left: 30%;
	top: 30%;
}

.apTitle {
    font-size: 40px;
    color: #fff;
    position: fixed;
    top: 32%;
    width: 100%;
    text-align: center;
}

.logcon {
position: fixed;
    width: 100%;
    top: 47%;
    text-align: center;
}

.logcon input {
	padding: 10px 15px;
	border-radius: 3px;
	border: none;
	margin-right: 10px;
	width: 220px;
}

.logcon button {
	padding: 7px 20px 10px 20px;
	border: none;
	background: #fff;
	border-radius: 3px;
}

.logcon button:hover {
	cursor: pointer;
}

canvas {
	display: block;
	vertical-align: bottom;
} */

/* #particles-js {
	width: 100%;
	height: 100%;
	background-image: url('../images/login_background.png');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
} */
