@charset "utf-8";
/* CSS Document */
body {
	background: #efefef;
}
.MainTop {
	position: relative;
	border-top: 5px solid #4cd0d2;
	left: 0;
	top: 0;
	margin: 0 auto;
	height: 98px;
}
.MainCon {
	margin-top: -5px;
}

.password {
	margin-left: 10%;
	margin-top: 60px;
	height: 590px;
	width:472px;
}
.bt {
	padding-right: 120px;
	background: url(../img/password/mm1.png) no-repeat bottom right;
	color: #616161;
	font-size: 34px;
	font-weight: bold;
	width: -moz-fit-content;
	background: none \9;
}
.bt2 {
	color: #999;
	font-size: 14px;
	line-height: 46px;
	margin-top: 10px;
}
.password input {
	display: block;
}
.password .subBtn {
	margin-top: 20px;
}
@media screen and (max-width:1024px) and (min-width:768px) {
.bt{background: none;}
}
@media screen and (max-width: 640px){
.bt{background: none;}
}