@media screen and (max-width: 500px) {
	section.signup {
		height: auto;
		width: 100%;
		padding: 0px 0;
		box-sizing: border-box;
		margin: 0 0 20px 0;
	}
	section.signup .wrap {
		border: solid #001e6f;
		border-width: 0;
		background-color: #ffffff;
		margin: 0 auto;
		width: 100%;
		height: 100%;
		overflow: auto;
		max-width: 800px;
		border-radius: 0px;
		box-sizing: border-box;
		padding: 0 10px;
	}
	section.signup .mrkt {
		width: 100%;
		height: auto;
		background-color: #ffffff;
		padding: 10px 5px;
		box-sizing: border-box;
		text-align: center;
	}
	section.signup .mrkt h1 {
		color: black;
		font-size: 25px;
		font-weight: normal;
		padding: 10px;
		margin: 0;
	}
	section.signup .mrkt h2 {
		color: black;
		font-size: 16px;
		font-weight: normal;
		margin: 0 0 10px 0;
	}
	section.signup form {
		width: 100%;
		height: auto;
		overflow: auto;
		padding: 30px 10px;
		box-sizing: border-box;
		background-color: #030039;
		border-radius: 10px;
	}
	section.signup form .logo {
		display: none;
		height: 76px;
		width: 100%;
		background-image: url(../images/logo.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto 90%;
	}
	section.signup form div.full {
		width: 100%;
		float: left;
		padding: 0 10px;
		box-sizing: border-box;
	}
	section.signup form div.half {
		width: 100%;
		float: left;
		padding: 0 0px;
		box-sizing: border-box;
	}
	section.signup form div.mid {
		width: 100%;
		padding: 10px 0px;
		box-sizing: border-box;
		margin: 0 auto;
		overflow: auto;
	}
	section.signup form label {
		width: 100%;
		display: block;
		color: #ffd200;
		font-size: 14px;
		padding: 4px 0;
		box-sizing: border-box;
	}
	section.signup form input {
		width: 100%;
		margin: 0 0 5px 0;
		padding: 5px 8px;
		display: block;
		box-sizing: border-box;
		outline: none;
		background-color: #ffffff;
		border: 1px solid rgb(0, 46, 92);
		border-radius: 2px;
		color: #000000;
	}
	section.signup form input:focus {
		border: 1px solid rgb(0, 90, 180);
	}
	section.signup form #signup_cust {
		padding: 8px 0px;
		background-color: #001e6f;
		color: #ffffff;
		font-weight: bold;
		cursor: pointer;
		width: 100%;
		font-family: sans-serif;
		font-size: 14px;
	}
	section.signup form #signup_cust:hover {
		background-color: #008dcb;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 186, 255, 0.54);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 186, 255, 0.54);
		box-shadow: 0px 0px 5px 0px rgba(0, 186, 255, 0.54);
	}
	section.signup form #signup_cust:active {
		background-color: #00b2ff;
		-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 1);
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {}
@media screen and (min-width: 801px) {
	section.signup {
		height: 600px;
		width: 100%;
		padding: 50px 0;
		box-sizing: border-box;
	}
	section.signup .wrap {
		border: solid #001e6f;
		border-width: 0 20px 0 20px;
		background-color: #001e6f;
		margin: 0 auto;
		width: 100%;
		height: 100%;
		overflow: auto;
		max-width: 800px;
		border-radius: 20px;
		box-sizing: border-box;
	}
	section.signup .mrkt {
		width: 100%;
		height: auto;
		background-color: #001e6f;
		padding: 10px 50px;
		box-sizing: border-box;
		text-align: center;
	}
	section.signup .mrkt h1 {
		color: white;
		font-size: 25px;
		font-weight: normal;
		padding: 10px;
		margin: 0;
	}
	section.signup .mrkt h2 {
		color: white;
		font-size: 16px;
		font-weight: normal;
	}
	section.signup form {
		width: 100%;
		height: auto;
		overflow: auto;
		padding: 30px 20px;
		box-sizing: border-box;
		background-color: #030039;
		border-radius: 20px;
	}
	section.signup form .logo {
		display: none;
		height: 76px;
		width: 100%;
		background-image: url(../images/logo.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto 90%;
	}
	section.signup form div.full {
		width: 100%;
		float: left;
		padding: 0 10px;
		box-sizing: border-box;
	}
	section.signup form div.half {
		width: 50%;
		float: left;
		padding: 0 10px;
		box-sizing: border-box;
	}
	section.signup form div.mid {
		width: 350px;
		padding: 10px 10px;
		box-sizing: border-box;
		margin: 0 auto;
		overflow: auto;
	}
	section.signup form label {
		width: 100%;
		display: block;
		color: #ffd200;
		font-size: 14px;
		padding: 4px 0;
		box-sizing: border-box;
	}
	section.signup form input {
		width: 100%;
		margin: 0 0 5px 0;
		padding: 5px 8px;
		display: block;
		box-sizing: border-box;
		outline: none;
		background-color: #ffffff;
		border: 1px solid rgb(0, 46, 92);
		border-radius: 2px;
		color: #a6e4ff;
	}
	section.signup form input:focus {
		border: 1px solid rgb(0, 90, 180);
	}
	section.signup form #signup_cust {
		padding: 8px 8px;
		background-color: #001e6f;
		color: #ffffff;
		font-weight: bold;
		cursor: pointer;
		width: 100%;
		font-family: sans-serif;
		font-size: 14px;
	}
	section.signup form #signup_cust:hover {
		background-color: #008dcb;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 186, 255, 0.54);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 186, 255, 0.54);
		box-shadow: 0px 0px 5px 0px rgba(0, 186, 255, 0.54);
	}
	section.signup form #signup_cust:active {
		background-color: #00b2ff;
		-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 1);
	}
}