/* ---------------------------------------------------------------------------------------------------- Wrapper */
body {
	min-width: 320px;
	overflow-x: hidden;
}
.i_wr {
	margin: 0 auto;
	max-width: 1330px;
	padding: 0 20px;
}
/* ---------------------------------------------------------------------------------------------------- Form */
.i_wrapper input[type='text'],
.i_wrapper input[type='email'],
.i_wrapper input[type='password'],
.i_wrapper select,
.i_wrapper textarea {
	box-sizing: border-box;
	border: 1px solid #E4E4E4;
	color: #4E4E4F;
	border-radius: 5px;
	padding: 8px 10px;
	width: 100%;
-webkit-appearance: none;
-webkit-box-shadow: none;
	moz-box-shadow: none;
		box-shadow: none;
}