/*login CSS*/
body{
	background-size: 100%;
	background-image: url('../images/Tricell.jpg');
	line-height: 3em;
	// font-size: 3em;
}
#loginRow2{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 610px;
	// border: 2px solid red;
	padding: 8% 0 0;
	margin: auto;
}
#main{ 
	position: relative;
	margin: 20px auto;
	width: 350px;
	height: 500px;
	background-color: #fff;
	border: 1px solid silver;
	line-height: 3em;
	box-shadow: 2px 2px 15px black;
	opacity: 0.8;
	// border-radius: 10px;
}
#main-top { 
	position: relative;
	width: 100%;
	height: 50px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-radius: 5px 0px;
}

#main-top > .active { 
	border-top: 5px solid #03c03c;
	color: #03c03c;
	background-color: #fff;
}

#main-top > span { 
	display: inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:50%;
	height: 100%;
	float:left;
	text-align: center;
	cursor: pointer;
	border-top: 4px solid #ddd;
	background-color: #EDEDED;
	font: 20px/2em arial,STHeiti,'Microsoft YaHei',\5b8b\4f53;
}

#login, #register { 
	position: relative;
	text-align: right;
	// border: 1px solid blue;
	width: 80%;
	margin: auto;
	margin-top: 30px;
	border-top: 5px solid #03c03c;
}
#main p { 
	margin-bottom: -8px;
	// border: 1px solid red;
}
#main a { 
	font:14px/1.5 arial,STHeiti,'Microsoft YaHei',\5b8b\4f53;
}

#main p.register-bar-select { 
	text-align: center;
	font-size: 12px;
}
#main p.register-bar-select select { 
	cursor: pointer;
}

#main input[type="text"],
#main input[type="password"] { 
	width: 180px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	background-color: #EDEDED;
}
#main input[type="submit"] { 
	clear: both;
	margin-top: 30px;
	margin-right: 30px;
	width: 200px;
	height: 40px;
	border: 1px solid #ccc;
	background-color: #03c03c;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	font-size: 1.4em;
	color: #fff;
	text-shadow: 1px 1px 1px black;
	box-shadow: 1px 1px 10px black;
	// border: 2px solid red;
}
#main input[type="submit"]:hover{ 
	background-color: green;
}
#joinCode:before{ 
	content: "?";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-right: 5px;
	top: 10px;
	cursor: pointer;
	background-color: #9DED93;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}
.login-tip,
.register-tip{
	color: #03c03c;
	font-size: 12px;
	text-align: center;
}