.pg_istr_mid {
	margin-bottom: 0;
	text-align: center;
}
.pg_title {
	text-align: center;
	font-size: 18px;
}

.open_account:hover { text-decoration:underline; }

#account_cont {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
}
	
	.email_cont, .pass_cont, .pass_conf_cont {
		width: 300px;
		max-width: calc(100% - 10px);
		margin: auto;
		margin-bottom: 20px;
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.email_cont, .pass_cont, .pass_conf_cont { width: 460px; }
	}
	@media screen and (min-width : 768px) and (max-width : 1009px) {
		.email_cont, .pass_cont, .pass_conf_cont { width: 624px; }
	}
	@media screen and (min-width : 1010px) and (max-width : 1259px) {
		.email_cont, .pass_cont, .pass_conf_cont { width: 624px; }
	}
	@media screen and (min-width : 1260px) {
		.email_cont, .pass_cont, .pass_conf_cont { width: 624px; }
	}
	
		#email, #pw, #pw_conf {
			/*width: 280px;
			max-width: calc(100% - 10px);*/
			width: 100%;
			padding: 10px;
			font-weight: 300;
			font-size: 14px;
			border-style: none;
			background: #e2e2e2;
			border-radius: 4px;
		}/*
		@media screen and (min-width : 480px) and (max-width : 767px) {
			#email, #pw, #pw_conf { width: 440px; }
		}
		@media screen and (min-width : 768px) and (max-width : 1009px) {
			#email, #pw, #pw_conf { width: 604px; }
		}
		@media screen and (min-width : 1010px) and (max-width : 1259px) {
			#email, #pw, #pw_conf { width: 604px; }
		}
		@media screen and (min-width : 1260px) {
			#email, #pw, #pw_conf { width: 604px; }
		}*/
	
	.terms_cont {
		width: 300px;
		max-width: calc(100% - 10px);
		margin: auto;
		margin-top: 20px;
		font-size: 14px;
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.terms_cont { width: 460px; }
	}
	@media screen and (min-width : 768px) and (max-width : 1009px) {
		.terms_cont { width: 624px; margin-top: 30px; }
	}
	@media screen and (min-width : 1010px) and (max-width : 1259px) {
		.terms_cont { width: 624px; margin-top: 30px; }
	}
	@media screen and (min-width : 1260px) {
		.terms_cont { width: 624px; margin-top: 30px; }
	}
	
	
		.terms_cont label {
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			cursor: pointer;
		}
		
		.terms_chks {
			-ms-transform: scale(1.5);
			-moz-transform: scale(1.5);
			-webkit-transform: scale(1.5);
			-o-transform: scale(1.5);
			transform: scale(1.5);
			padding: 10px;
			margin-right: 10px;
			cursor: pointer;
		}
		
	#reg_btt {
		width: 140px;
		margin: 30px auto 0;
	}
	
	#account_cont .loader {
		display: none;
	}
	