﻿@charset "utf-8";
@media screen and (max-width:1200px) {
	
	#formbox .container {
		width: 100%!important;
	}
	#formbox {
		margin: 40% auto 0 auto;
		position: inherit;
		width: 90%;
		min-height: 432px;
		border-radius: 5px;
		box-shadow: 0 0 10px #cfcfcf;
		color: #333333;
		background: url(../images/loginbk.png) repeat;
	}
	#formbox .w222 {
		width: 50%;
	}
	.logom {
		width: 100% !important;
	}
	.logom img {
		width: 100%;
		max-width: 360px;
		height: auto;
	}
	.flleft img {
		margin: 0 2%;
		width: 20%;
	}
	.flleft button {
		width: 26%;
	}
}

@media screen and (max-width:480px) {
	#formbox {
		margin: 20% auto 0 auto;
		position: inherit;
		width: 90%;
		min-height: 432px;
		border-radius: 5px;
		box-shadow: 0 0 10px #cfcfcf;
		color: #333333;
		background: url(../images/loginbk.png) repeat;
	}
}


