html,body{
	width:100%;
	height: 100%;
	background: url(../images/login_bg.jpg) no-repeat;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.login>div{
	overflow: hidden;
}
.login>div>img{
	float: right;
	margin: 1em 1em 5em 0;
	cursor: pointer;
}
.info_login{
	height: 454px;
	margin-top: 5%;
}
.info_login>div{
    padding-left: 20%;
    padding-right: 20%;
	overflow: hidden;
}
.info_login>div img{
	float: left;
	width: 40%;
}
.userinfo{
	float: right;
	width:405px;
	height: 455px;
	background: url(../images/user_bg.png) no-repeat;
	background-size: 100% 100%;
}
.userinfo>div{
	padding: 2em;
}
.userinfo>div p{
	text-align: center;
	font-size: 2em;
	color: #fff697;
	padding: 0.6em 0;
	line-height: 1em;
	height: 3em;
	margin:0;
}
.infos>div{
    height: 58px;
    width: 88%;
    margin: auto;
    margin-bottom: 1em;
}
.infos>div img{
	margin-top: 12px;
	width: 32px;
	position: absolute;
	display: block;
}
.infos>div input{
	height: 58px;
	background-color: transparent;
	border: 0px;
	outline: none;
	background: url(../images/bg_input.png) no-repeat;
	text-indent: 1em;
	width: 260px;
	margin-left: 3em;
	color: #faffbf;
}
.infos>div input:focus{
	text-indent: 1em;
}
.infos>div:nth-of-type(3) img{
	width: auto;
	float: none;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 0%;

}
.infos>div:nth-of-type(3) input{
    width: 85px;
    height: 30px;
    background-image: none;
    background-color: #587549;
} 

.infos a{
	text-decoration: none;
	color: #fff;
}
.infos .button{
    background: url(../images/btn_bg.png) no-repeat;
    text-align: center;
    color: #fff;
    display: block;
    margin: auto;
    width: 270px;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    border: 0px;
    height: 55px;
    line-height: 60px;
    font-size: 1.4em;
    font-weight: bold;
    margin-left: 59px;
}
.infos b{
	display: block;
    width: 88%;
    margin: auto;
    font-weight: normal;
    cursor: pointer;
}
.infos b label{
	margin:0 0 0 4.5em !important;
}

input:-webkit-input-placeholder { /* WebKit browsers */
    color: #eee;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #eee;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #eee;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #eee;
}
input:-webkit-autofill {
	background-color: transparent !important;
	color: #faffbf !important;
}
input:-moz-autofill {
	background-color: transparent !important;
	color: #faffbf !important;
}
input::-moz-autofill {
	background-color: transparent !important;
	color: #faffbf !important;
}
input:-ms-autofill {
	background-color: transparent !important;
	color: #faffbf !important;
}