@media only screen and (max-width: 514px),
(max-device-width: 514px) {

	.page-become-loop {
		width: 80%;
	}

	/* Form.
	// ========================================================================== */

	.cf-input-box {
		width: 100%;
	}

	.become-form-box input{
		width: 100%;
	}

	.cf-textarea-box textarea{
		width: 100%;
	}

	.cf-submit-box input{
		width: 100%;
	}

}

@media only screen and (min-width: 515px) and (max-width: 768px),
(min-device-width: 515px) and (max-device-width: 768px) {

	.page-become-loop {
		width: 85%;
	}

	/* Form.
	// ========================================================================== */

	.cf-input-box {
		width: 100%;
	}

	.become-form-box input{
		width: 100%;
	}

	.cf-textarea-box textarea{
		width: 100%;
	}

	.cf-captcha-box {
		margin: 34px auto 54px;
	}

	.cf-submit-box input{
		width: 100%;
	}

}

@media only screen and (min-width: 769px) and (max-width: 1024px),
(min-device-width: 769px) and (max-device-width: 1024px) {

	.page-become-loop {
		width: 85%;
	}

	/* Form.
	// ========================================================================== */

	.cf-input-box {
		width: 100%;
	}

	.become-form-box input{
		width: 80%;
	}

	.cf-textarea-box textarea{
		width: 100%;
	}

	.cf-submit-box input{
		width: 200px;
	}

	#cf_captcha {
		width: 100%;
	}

}