#content{
width: 750px;
margin: 0 55px;
}
#form{
    width: 250px;
    margin: 30px auto;
    padding: 30px 20px;
    border: 2px solid #ccc;
}
form p{
    font-size: 14px;
}
/* font */
#form p{
  font-weight: bold;
}

#submit{
	color: #fff;
	border: none;
	border-radius: 4px;
	background: #f30;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}


.id,.pass{
    margin-bottom: 20px;
}
#id{
	background-image: url("../images/id.png");
	background-repeat: no-repeat;
background-size:20px 20px;
	background-position:220px 2px;
}

#id:focus{
	background-image: url("../images/id.png");
	background-repeat: no-repeat;
background-size:17px 17px;
background-position: 220px 4px;
background-color:#ffffcc;
}

#pass{
	background-image: url("../images/pass.png");
	background-repeat: no-repeat;
background-size:20px 20px;
	background-position:220px 2px;;
}

#pass:focus{
	background-image: url("../images/pass.png");
	background-repeat: no-repeat;
background-size:17px 17px;
background-position:220px 4px;
background-color:#ffffcc;
}
input[type="text"],
input[type="password"] {
    width: 238px;
    padding: 4px;
}
.check{
text-align: left;
	margin-bottom: 20px;
font-weight:normal;

}    


.regist{
margin-top:20px;}

#submit{
width: 250px;
    height: 35px;
    letter-spacing: 0.2em;
    border-radius: 5px;
    background: #f30;
    color: #fff;
font-weight:bold;
    cursor: pointer;
    background-image: url("../images/newlogin.png");
    background-repeat: no-repeat;
    background-position: 70px;
    background-size: 20px;
font-size:15px;
padding-left:45px;

}

.submit{
    text-align: center;
    margin-top: 10px;
}