.wrapper #loging {
	margin: 0px auto 0 auto;
}

.wrapper section #loging h3 {
    font-size: 30px;
    font-weight: 700;
	color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,.2);
	text-align: center;
}

.wrapper section #loging p {
	margin: 10px 0;
	color: #fff;
	text-align: center;
}

.wrapper section #loging p a {
	color:#ff3131;
}

.wrapper section form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
    width: 50%;
    margin: 15px auto 0 auto;
    text-align: center;
}

.wrapper section #loging form fieldset p {
	margin: 0 0 25px;
	line-height: 190%;
	font-size: 18px;
	color: #2F2F2F;
	text-align: left;
}

.wrapper section form fieldset p label {
	margin: 0 0 5px;
	display: inline-block;
	color: #fff;
}

.wrapper section form fieldset p label strong {
	margin: 0 5px 0 0;
	display: inline-block;
	color: #F00;
}

.wrapper section form fieldset p input {
    width: 100%;
    line-height: 42px;
    padding: 0 15px;
    background: #2d2d2d;
    background: rgba(45,45,45,.15);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #3d3d3d;
    border: 1px solid rgba(255,255,255,.15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    font-family: "Microsoft YaHei",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.wrapper section form fieldset.btn {
	overflow: hidden;
}

.wrapper section form fieldset.btn p {
	height: 40px;
	float: left;
	border-radius: 3px;
	line-height: 40px;
	color: #999;
}

.wrapper section form fieldset.btn p input {
	width: 85px;
}

.wrapper section form fieldset.btn p img {
	width: auto;
	margin-top: -5px;
}

.wrapper section form fieldset.btn p.send {
	padding: 0;
	width: 30%;
	height: 50px;
	background: none;
	line-height: 50px;
}

.wrapper section form fieldset.btn p.send input.btn-submit {
	margin: 0 0 0 105px;
	width: 90px;
	height: 44px;
    cursor: pointer;
    padding: 0;
    background: #f00;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 0px;
    -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset, 0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset, 0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset, 0 2px 7px 0 rgba(0,0,0,.2);
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
	text-align: center;
}
