.header-container {
    background-color: rgb(0, 102, 102);
}

:not(input) {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: system, -apple-system, BlinkMacSystemFont, Microsoft JhengHei;
}

.border-md {
	border: 2px solid rgba(0, 0, 0, 1);
}

#logo {
	width: 600px;
	height: 130px;
}

.invalid-feedback {
	font-size: large;
}

#voteTitle {
	margin: 10px auto;
	text-align: center;
	font-family: system, -apple-system, BlinkMacSystemFont, Microsoft JhengHei;
	font-size: 36pt;
	color: #336699;
	line-height: normal;
}

#enTitle {
	margin: 10px auto;
	text-align: center;
	font-family: system, -apple-system, BlinkMacSystemFont, Microsoft JhengHei;
	font-size: 32pt;
	color: #336699;
	line-height: normal;
}

/* 表單card */
#password-form, .card-header, .card-body, .card-footer {
	background: transparent;
	border: 0px;
}

#password-form .card-header {
	margin: 0;
	padding: 0;
}

#password-form input,
#password-form #eye {
	border: 2px solid rgba(0, 0, 0, 1);
}

#rtn_index {
	/* position: absolute; */
	top: 31px;
	right: 50px;
	padding: 5px 18px;
	height: 77px;
	font-size: 32pt;
	font-family: system, -apple-system, BlinkMacSystemFont, Microsoft JhengHei;
	border-radius: 5px;
	background: #fbff00;
	border: 0px;
	transition: 0.5s;
	cursor: pointer;
}

#rtn_index:hover {
	background: #e45dae;
	color: white;
}

#lang_select {
	/* position: absolute; */
	top: 31px;
	right: 210px;
	padding: 0px 18px;
	height: 77px;
	display: flex;
	align-items: center;
	color: black;
	background: darkorange;
	border-radius: 5px;
	transition: background 0.5s;
	cursor: pointer;
}

#lang_select:hover {
	background: #00d0ff;
}

#lang_select img {
	width: 50px;
	height: 50px;
}

#lang_select span {
	padding-left: 5px;
	font-family: system, -apple-system, BlinkMacSystemFont, Microsoft JhengHei;
	font-size: 30pt;
	transition: 0.5s;
}

#not_begin,
#is_end,
#user_view {
	position: relative;
	width: 100%;
	top: 30px;
}

#is_end,
#user_view {
	display: none;
}

#hint {
	text-align: center;
	font-size: 26pt;
	font-family: system, -apple-system, BlinkMacSystemFont, Microsoft JhengHei;
}

.eye {
	background: #36c3ce;
}

#view_passwd {
	position: relative;
	top: 12px;
	left: 8px;
	width: 30px;
	height: 20px;
}

button[type='submit'],
button[id='reset-button'] {
	font-size: 24px;
	box-shadow: 4px 2px 4px 1.5px black;
}

input[type=radio] {
	width: 20px;
	height: 20px;
}

#user_input div label,
#passwd,
#session {
	font-size: 21pt;
	font-family: Arial, Helvetica, "Noto Sans TC Bold", sans-serif;
}

#passwd,
#session, 
#eye {
	height: 47px;
	margin: 7px 0;
}


#btn_tag {
	margin: 20px auto;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
}

button:focus,
input:focus {
	outline: none;
}

#help_video {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#help_video a {
	text-decoration: none;
}

@media screen and (max-width: 1366px),
(max-width: 1536px) {
	#logo {
		width: 480px;
		height: 100px;
	}

	#rtn_index {
		font-size: 31pt;
	}

	#lang_select {
		right: 188px;
	}

	#rtn_index,
	#lang_select {
		top: 23px;
		height: 70px;
	}

	#lang_select span {
		font-size: 25pt;
	}

	#voteTitle {
		font-size: 33pt;
	}

	#enTitle {
		font-size: 22pt;
	}
}

@media screen and (max-width: 1280px) {
	#voteTitle {
		font-size: 27pt;
	}

	#enTitle {
		font-size: 27pt;
	}

	#rtn_index {
		font-size: 26pt;
	}

	#lang_select {
		right: 187px;
	}

	#rtn_index,
	#lang_select {
		top: 18px;
		height: 70px;
	}

	#hint {
		font-size: 23pt;
	}

	button[type='submit'],
	button[id='reset-button'] {
		font-size: 20pt;
	}
}

@media screen and (max-width: 1112px) {

	#rtn_index,
	#lang_select span {
		font-size: 24pt;
	}

	#rtn_index,
	#lang_select {
		height: 70px;
	}
}

@media screen and (max-width: 1024px) {
	#voteTitle {
		font-size: 25pt;
	}

	#enTitle {
		font-size: 25pt;
	}

	#rtn_index,
	#lang_select span {
		font-size: 22pt;
	}

	#lang_select span {
		display: none !important;
	}

	#rtn_index,
	#lang_select {
		position: absolute;
		top: 22px;
		height: 62px;
		right: 10px;
	}

	#hint {
		font-size: 22pt;
	}
}
