html,body{
	height: 100% !important;
	font-size: 16px;
	
	margin: 0;
	padding: 0;
	border: 0;
	
	background-color: #fff;
}
.char-select{
	color: #376ba5 !important;
}
.char-select:after{
	content: " ";
	display:block;
	position: relative;
	background-color: orange;
	width: 6.25rem;
	height:3px;
	bottom: -0.875rem;
	margin: 0 auto;
}
input{
	margin: 20px 0;
	padding: 10px 0;
	border: none !important;
}
input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset !important;}

div,form{
	text-align: center;
}
form{
	display: flex;
	flex-direction: column;
	align-items: center;
}
form *{
	width: 70%;
}
a{
	font-size: 1.25rem;
	color: #848484 !important;
	text-decoration: none !important;
}
#sub-btn{
	width: 100% !important;
	
	padding: 0.8rem;
	background-color: #00468c;
	color: white;
	
	border-radius: 0.25rem;
	font-size: 1rem;
	
	cursor: pointer;
}
#thefoot{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 1.2rem;
}
#toRegist,#footerbrand{
	font-size: 0.875rem;
}
#toRegist{
	color: #376ba5 !important;
}
@media (min-width:768px){
	#xs-thelogo{
		display: none;
	}
	.containt{
		height: 100%;
		
		display: flex;
		flex-direction: row;
	}
	.theside{
		width: 100%;
		
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	#thepic{
		width: 75%;
	}
	#sideinfo{
		width: 25%;
	}
	#thelogo {
		width: 80%;
		margin: 7rem auto;
	}
	#thelogo img{
		width: 100%;
	}
	.thetag{
		width: 75%;
		display: flex;
		flex-direction: row;
		
		margin: 0.625rem auto;
		padding-bottom: 0.8rem;
		
		border-bottom: 1px solid #eee;
	}
	.thetag>a{
		flex: 1;
	}
	#sub-btn{
		min-height: 48px;
	}
}

@media (max-width:768px){
	html,body{
		font-size: 14px;
	}
	#logintips{
		margin: 0;
		width: 88%;
		padding-left: 0;
	}
	.toHomePage>img{
		/* margin-top: 9%; */
		width: 80%;
		padding-top: 2%;
	}
	.containt{
		min-height: 100%;
		max-width: 100%;
		
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#thepic{
		width: 100%;
		height: 12.7rem;
	}
	#xs-thelogo{
		width: 100%;
		margin: 12px 0;
	}
	#xs-thelogo>img{
		width: 65%;
	}
	#thelogo{
		display: none;
	}
	.theside{
		width: 100%;
		display: flex;
		flex: 1;
		flex-direction: column;
		justify-content: space-between;
	}
	.thetag{
		width: 73%;
		display: flex;
		flex-direction: row;
		
		margin: 1.5rem auto;
		padding-bottom: 0.8rem;
		
		border-bottom: 1px solid #eee;
	}
	.thetag>a{
		flex: 1;
	}
	#sub-btn{
		min-height: 41px;
	}
	footer{
		color: #848484;
	}
}