#bg{
	width: 100%;
	min-width: 352px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('../images/login/bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -999
}
#login_area{
	width: 350px;
	margin: auto;
	margin-top: 80px;
	color: white;
	font-size: 18px;
}
#main input{
	color: black;
	width: 350px;
	height: 50px;
}
#main #title{
	display: inline-block;
	font-size: 25px;
	margin-bottom: 10px;
}
#main img#logo{
	display: block;
	margin: auto;
	margin-bottom: 40px;
}
#main input[type=text]{
	width: 350px;
	height: 50px;
	margin: 5px 0 5px;
	background-repeat: no-repeat;
	background-position: 7px 7px;
	padding-left: 45px;
	font-size: 15px;
	color: black;
}
#main input[name=email]{
	background-image: url('/images/login/email.png');
}
#login_area a{
	color: white;
	float: right;
	margin-top: 5px;
}
#login_area #loginbtn{
	border: 0px;
	background-color: #ff4243;
	display: block;
	height: 50px;
	width: 350px;
	text-align: center;
	margin: auto;
	color: white;
	font-size: 15px;
	line-height: 50px;
	text-decoration:none;
	margin: 20px 0 25px;
}
.errSpan{
	color: black;
	font-size: 1.5rem;
	display: none;
}
@media (max-width: 760px){
	#login_area,
	#main input[type=text],
	#login_area #loginbtn {
		width: 300px;
	}
}