#account{
	// * ----------------
	// มีบางส่วนใช้ร่วมกับ หน้า _setting.scss
	// ----------------
	@media only screen and (max-width: 992px) {
		.control {
			position: relative;
			padding-top: 50px;

			&__reset {
				position: absolute;
				right: 0;
				top: 0;
			}
			
		}
	}
}