body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: norma;
}

q:before,
q:after {
	content:;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
}

legend {
	color: #000;
}

body {
	background: #56458c;
	padding-top: 94vh;
	color: #616161;
	font-size: 100%;
	font-family: Arial, Helvetica, 'Microsoft JhengHei', '微軟正黑體', sans-serif;
}

@media screen and (max-width:960px), screen and (min-width:960px) {
	html {
		font-size: 200%
	}

}

@media screen and (max-width:768px) {
	html {
		font-size: 160%
	}

}

@media screen and (max-width:524px) {
	html {
		font-size: 130%
	}

}

@media screen and (max-width:480px) {
	html {
		font-size: 110%
	}

}

@media screen and (max-width:320px) {
	html {
		font-size: 100%
	}

}

* {
	line-height: 100%;
}

a {
	text-decoration: none;
}

#wrap{
	background-image: -webkit-gradient(to right, #2b61ab, transparent);
	background-image: -webkit-linear-gradient(to right, #2b61ab, transparent);
	background-image: -moz-linear-gradient(to right, #2b61ab, transparent);
	background-image: -o-linear-gradient(to right, #2b61ab, transparent);
	background-image: linear-gradient(to right, #2b61ab, transparent);
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
}

.form {
	background: url(../images/bg-box.png) 0 0 repeat;
	background-size: 0.375rem auto;
	width: 100%;
	/*height: 87.96%;	*/
	/*padding-top: 3.125rem;*/
	margin-bottom: 2.3125rem;
	padding: 2.625rem 1.875rem 4.1875rem;
	position: absolute;
	top: 0;
	box-sizing: border-box;
}

@media screen and (orientation: landscape){
	.form{
		height: 123vw;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:2) {
	.form {
		background-image: url(../images/bg-box@2x.png);
	}

}

@media screen and (-webkit-min-device-pixel-ratio:3) {
	.form {
		background-image: url(../images/bg-box@3x.png);
	}

}

.pcenter {
	margin-bottom: 1.1875rem;
	color: #616161;
	font-weight: 600;
	font-size: 1.25rem;
}

@media screen and (max-width:960px), screen and (min-width:960px) {
	.part-title {
		font-size: 212.5%;
	}

}

@media screen and (max-width:768px) {
	.part-title {
		font-size: 172.5%;
	}

}

@media screen and (max-width:524px) {
	.part-title {
		font-size: 132.5%%
	}

}

@media screen and (max-width:480px) {
	.part-title {
		font-size: 122.5%;
	}

}

@media screen and (max-width:320px) {
	.part-title {
		font-size: 112.5%;
	}

}

.inner{
	margin-top: 10%;
}

.part-title {
	margin-bottom: 2.5%;
}

.pravacy-wrap p{
	margin-bottom: 5%;
}

.input-wrap{
	margin-top: 10%;
}

#ckbAgree{
	background: #fff;
	width: 1.0rem;
	height: 1rem;
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
	
}

input[type='number'],
input[type='password'] {
	background: #fff 0 0 no-repeat;
	width: 100%;
	height: 2.75rem;
	margin-bottom: 1.125rem;
	padding-left: 2.5rem;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	line-height: 100%;
	color: #616161;
	font-size: 0.9375rem;
	display: block;
	position: relative;
	outline-color: #004889;
}

::placeholder{
	color: rgba(107,107,107,.3);
}

#edtDistNo {
	background-image: url(../images/ico-account.png);
	background-position: 0.8125rem center;
	background-size: 0.875rem auto;
}

#edtPassword {
	background-image: url(../images/ico-password.png);
	background-position: 0.8125rem center;
	background-size: 0.9375rem auto;
}

#edtIdentity {
	background-image: url(../images/ico-id.png);
	background-position: 0.625rem center;
	background-size: 1.125rem auto;
}

@media screen and (-webkit-min-device-pixel-ratio:2) {
	#edtDistNo {
		background-image: url(../images/ico-account@2x.png);
	}

	#edtPassword {
		background-image: url(../images/ico-password@2x.png);
	}

	#edtIdentity {
		background-image: url(../images/ico-id@2x.png);
	}
}
@media screen and (-webkit-min-device-pixel-ratio:3) {
	#edtDistNo {
		background-image: url(../images/ico-account@3x.png);
	}

	#edtPassword {
		background-image: url(../images/ico-password@3x.png);
	}

	#edtIdentity {
		background-image: url(../images/ico-id@3x.png);
	}
}


.submit-btn {
	background: #fff;
	width: 11.375rem;
	height: 2.75rem;
	margin-left: -5.69rem;
	padding-top: 0.8125rem;
	border: 1px solid #d9d9d9;
	color: #6b6b6b;
	font-size: 1.125rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: .5em;
	text-indent: .5rem;
	position: absolute;
	left: 50%;
	bottom: -1.375rem;
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}
