#main {
	min-height: 300px;
}

#swpm_message{
	text-align: center;
	width: 100%;
}
.swpm-reset-pw-success-box{
	display: inline-block;
	margin-top: 50px;
	padding: 15px 30px;
	background-color: #fff;
	border-color: #6B705C;
}

/* 640px smartphone*/
@media only screen and (max-width: 40em) {}

/* 640px PC*/
@media only screen and (min-width: 40em) {
	#swpm_message{
		position: absolute;
		top: 60px;
	}
}
/* 700px smartphone*/
@media only screen and (max-width: 930px) {
	#swpm_message{
		position: absolute;
		top: 90px;
	}	
}