body {
	font-family: "微软雅黑";
	margin: 0;
	padding:0;
}
p {
	margin: 0;
	padding: 18% 0 12% 0;
	font-size: 8em;
	text-align: center;
	color: #fff;
	/*text-shadow:5px 5px 0px #2b2a2a; */
}
form {
	width: 64%;
	margin-left: 12%;
	position: relative;
	/*border: 1px solid black;*/
}
input {
	width: 96%;
	/*height: 7em;*/
	font-size: 2.5em;
	line-height: 3em;
	color: #252525;
	font-family: "微软雅黑";
	background: none;
	border-radius: 5em;
	margin-bottom: 5%;
	border:1px solid #a4d0e5;
	/*padding-top: 1em;*/
	padding-left: 3.5em;
	background-repeat: no-repeat;
	background-position: 8% 44%;
	background-size: 1.5em;
}

input::-webkit-input-placeholder{
　　color:#252525;
	/*font-size:3em;*/
}

select {
    height: 3em; 
    width: 98%;
    font-size: 2.5em;
    border: none;
    padding-left: 0;
    color: #badbed;
    overflow: hidden;
    position: absolute;
    top:52%;
    left: 22%;
    background: none;
}
select option{
	font-size: 0.4em;
	font-family: "微软雅黑";
	color: #252525; 
	background: none;
}
input:nth-child(1){
	background-image: url(../images/user1.png);
}
input:nth-child(2){
	background-image: url(../images/pwd1.png);
}
input:nth-child(3){
	background-image: url(../images/identity1.png);
}
::-webkit-input-placeholder { /* WebKit browsers */ 
	color: #badbed;
	/*font-size: 3em;*/
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	color: #badbed;
    /*font-size: 3em;*/
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	color: #badbed;
    /*font-size: 3em;*/
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	color: #badbed;
    /*font-size: 3em;*/
}


button {
	width: 100%;
	background: #00adf1;
	color: #dcfdff;
	font-size: 3.2em;
	line-height: 2.5em;
	border: none;
	border-radius: 5em;
	margin:5% 0 0 14%;
}