#bg{
	background-image: url('../images/login/bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 982px;
	width: 100%;
	min-width: 352px;
	position: absolute;
	z-index: -999;
}
#sign_up_area{
	width: 350px;
	margin: auto;
	margin-top: 10px;
	color: white;
	font-size: 18px;
}
#offline_sign_up_area{
	width: 350px;
	margin: auto;
	margin-top: 10px;
	font-size: 18px;
	background-color: white;
	border-radius: 10px;
}
#back_button{
	background-color: white; 
	padding: 14px 20px; 
	border: none; 
	cursor: pointer; 
}
#main a{
	color: white;
	float: right;
	font-size: 18px;
}
#main .title{
	display: inline-block;
	font-size: 25px;
	margin-bottom: 10px;
}
#main img#logo{
	display: block;
	margin: auto;
}
#main #login{
	float: right;
	margin-top: 5px;
}
#main input,
#main select{
	width: 350px;
	height: 41px;
	margin: 5px 0 5px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 7px 3px;
	font-size: 15px;
	color: black;
}
#main input[name=name],
#main input[name=email],
#main input[name=phone],
#main input[name=idnumber],
#main input[name=address]{
	padding-left: 45px;
}
#main input[type=radio]{
	width: 15px;
	height: 15px;
}
#main input[type="date"]{
	display:block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
	padding-left: 45px;
}


#main input[name=pw],
#main input[name=ChkPw]{
	background-image: url('/images/login/password.png');
	padding-left: 45px;
}
#main input[name=birthday][type=text]{
	background-image: url('/images/login/date.png');
	background-position: 310px 3px;
}
input[type="date"]::-webkit-calendar-picker-indicator{
	background-image: url('/images/login/date.png');
	background-repeat: no-repeat;
	background-position: -4px -1px;
	width: 31px;
	height: 31px;
}
#main input[type=checkbox]{
	width: 20px;
	height: 20px;
	margin-bottom: 9px;
	vertical-align: middle;
}

#sign_up_area #sign_upbtn{
	border: 0px;
	background-color: #ff4243;
	display: block;
	height: 50px;
	width: 350px;
	text-align: center;
	margin: auto;
	color: white;
	font-size: 15px;
	line-height: 50px;
	text-decoration:none;
	margin: 20px 0 25px;
}
#sign_up_area #sign_upbtn:hover{
	background-color: #27b4c4;
}
.errSpan{
	color: red;
	font-size: 1.5rem;
}
#spanAll{
    margin-top: 8px;
}
input[name=turing_string]{
	height:20px; 
	margin:10px 10px; 
	padding:0 15px; 
	width:130px; 
	float:left;
}
@media(max-width: 760px){
	#main #sign_up_area{
		width: 300px;
	}
	#main input,
	#main select{
		width: 300px;
	}
	#main input[name=birthday][type=text]{
		background-position: 260px 3px;
	}
	#sign_up_area #sign_upbtn{
		width: 300px;
	}
}

.fontuser input[type=text],
input[type=email],
input[type=longtext],
input[type=date],
input[type=password],
input[type=checkbox] { 
	width: 100%; 
	padding: 12px 40px; 
	margin: 8px 0; 
	display: inline-block; 
	border: 1px solid #ccc; 
	box-sizing: border-box; 
} 
	
/* Set a style for the buttons*/ 
button { 
	background-color: #4CAF50; 
	color: white; 
	padding: 14px 20px; 
	margin: 8px 0; 
	border: none; 
	cursor: pointer; 
	width: 100%; 
} 

/* Set a hover effect for the button*/ 
button:hover { 
	opacity: 0.8; 
} 


.fontuser {
	position: relative;
}
	
.fontuser svg{
	position: absolute;
	left: 15px;
	top: 40px;
	color: gray;
}

.PHIDN {
	text-align: center; 
}

#barcode{
	margin-left: 15px;
    width: 320px;
    height: 70px;
}

#qrcode{
	margin-left: 100px;
    width: 150px;
    height: 150px;
}

#offline_chk{
	width: 320px;
	margin-top:20px;
	margin-left:15px ;
}
