/*
 * 用户登录|注册|忘记密码
 */
.container {
	min-height:100%;
    position: absolute;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	background-color: rgba(90, 76, 75, 0.4);
}

.container .form {
	height:100%;

}

.container .form .content {
	width:400px;
	line-height:normal;
	border-radius:5px;
	overflow:hidden;
	padding:15px 25px;
	z-index:1;
	display:inline-block;
	vertical-align:middle;
}

.container .form .content .header {
	margin-bottom:20px;
	text-align:center;
}

.container .form .content .textarea {
	margin-bottom:0px;
}

/** 表单项公共区域 **/
.container .form .content .textarea .item {

}

.container .form .content .textarea .item:nth-last-of-type(1) {
	margin-bottom:0px;
}

.container .form .content .textarea .item .field {
	height:50px;
	line-height:50px;
	border-radius:2px;
	background-color:white;
	position: relative;
}

.container .form .content .textarea .item .tip {
	font-size:12px;
	height: 40px;
	font-size:12px;
	line-height: 40px;
	color:#eee;
}

.container .form .content .textarea .item .empty {
	height:20px;
}

.container .form .content .textarea .item:nth-last-of-type(1) {
	margin-bottom:0px;
}

.container .form .content .textarea .item .left , .container .form .content .textarea .item .right {
	height:100%;
}

.container .form .content .textarea .item .left {
	position:absolute;
	text-align:center;
	width:50px;
}

.container .form .content .textarea .item .left .pic {
	width:25px;	
	height:25px;
}

.container .form .content .textarea .item .right {
	margin-left:50px;
}

.container .form .content .textarea .item .right .inp {
	box-shadow:none;
	border-color:transparent;
	border:none;
	width:100%;
	height:100%;
	font-size:13px;
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}

/** 单选区域：开始 **/
.container .form .content .textarea .radio {
	font-size:13px;
	height:50px;
	line-height:50px;
	margin-bottom:20px;
	color:white;
}

.container .form .content .textarea .radio:after {
	display:block;
	content:'';
	clear:both;
}

.container .form .content .textarea .radio .left , .container .form .content .textarea .radio .right {
	height:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}

.container .form .content .textarea .radio .left {
	width:100px;
	position:absolute;
	left:0px;
	top:0px;
}

.container .form .content .textarea .radio .right {
	margin-left:100px;
	background-color: white;
	color: black;
	padding-left: 10px;
}

.container .form .content .textarea .radio .right .select-ele {
	width:100%;
	height:80%;
}
/** 单选区域：结束 **/


/** 下拉菜单区域：开始 **/
.container .form .content .textarea .select {
	font-size:13px;
	height:50px;
	line-height:50px;
	margin-bottom:20px;
	color:white;
}

.container .form .content .textarea .select:after {
	display:block;
	content:'';
	clear:both;
}

.container .form .content .textarea .select .left , .container .form .content .textarea .select .right {
	height:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}

.container .form .content .textarea .select .left {
	width:100px;
	position:absolute;
	left:0px;
	top:0px;
}

.container .form .content .textarea .select .right {
	margin-left:100px;
}

.container .form .content .textarea .select .right .select-ele {
	width:100%;
	height:80%;
}
/** 下拉菜单区域：结束 **/


/** 功能操作区域：开始 **/
.container .form .content .func {
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#fff;
	margin-bottom:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}

.container .form .content .func .left {
	float:left;
}


.container .form .content .func .right {
	float:right;
}
.container .form .content .func .right .link:hover {
	text-decoration:underline;
}

/** 功能操作区域：结束 **/


/** 功能表单按钮区域：开始 **/
.container .form .content .opr {
	text-align:center;
	margin-bottom:10px;
}

.container .form .content .opr .submit_btn {
	display:inline-block;	
	zoom:1;
	font-size:15px;
	vertical-align:top;
	width:100%;
	height:50px;
	line-height:50px;
	padding:0px 10px;
	background-color:#00A2EF;
	border-radius:2px;
	color:white;
	cursor:pointer;
	transition:all 0.15s linear;
	-webkit-transition:all 0.15s linear;
	-moz-transition:all 0.15s linear;
	-o-transition:all 0.15s linear;
	-ms-transition:all 0.15s linear;
}

.container .form .content .opr .submit_btn:hover {
	background-color:#40C2FF;
}
/** 功能表单按钮区域：结束 **/


/** 表单链接区域：开始 **/
.container .form .content .link_area {
	font-size:12px;
	color:#fff;
}

.container .form .content .link_area:after {
	display:block;
	content:'';
	clear:both;
}

.container .form .content .link_area .left , .container .form .content .link_area .right {
	height:30px;
	line-height:30px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}

.container .form .content .link_area .left {
	float:left;
}

.container .form .content .link_area .right {
	float:right;
}

.container .form .content .link_area .right .link_btn {
	cursor:pointer;
}

.container .form .content .link_area .right .link_btn:hover {
	text-decoration:underline;
}

/** 表单链接区域：结束 **/