/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{min-height:100%;}
body {
	height:100%;
	width:100%;
    
	
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font:100% 微軟正黑體;
	background:#F8F7EF;
	height:100vh; 
}
.wrapper {
	/* width: 100%; */
	/* min-width: 400px; */
	height:100vh;
}




/* Middle
-----------------------------------------------------------------------------*/
.content {
	/* height:400px; 
	top:50%;
	position:absolute;
	margin:0 auto;
	margin-top:-200px;
	width:100%; */
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	/* flex-grow: 1; */
}



.loginBlock{
	background:#FFF;	
	/* height:440px;  */
	width:600px;
	/* margin:0 auto; */
	/* padding-top:40px; */
    border:4px solid #EBE9DE;
	border-radius: 16px;
}
.loginBlock .login-img{
	width: 100%;
	border-radius: 16px 16px 0 0;
}

.login-title{
	text-align: center;
	font-size:38px;
	font-weight:bold;
	line-height:50px;
	margin:20px 0;
	color:rgb(222, 62, 30);
	}
	
.mng_textbox{
	display:block;
	margin:24px auto;
	height:50px;
	width:300px;
	padding-left:20px;
	background-color:#F7F7F7;
	border:none;
	font-family: 微軟正黑體;
	color:#8e8e8e;
	font-size:24px;
	border-radius: 8px;
	}
input.input-id{
	background: url(images/input-id.png) no-repeat  #F7F7F7;
	background-position: center right 16px;
}
input.input-password{
	background: url(images/input-password.png) no-repeat #F7F7F7;
	background-position: center right 16px;
}

.btn-login{
	display:block;
	text-align:center;
	margin:24px auto;
	line-height:50px;
	width:320px;
	background-color:#64b249;
	border:none;
	font-family: 微軟正黑體;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	border-radius: 8px;
	}
.btn-login:hover{
	background-color:#427530;}

.btn-manage {
    font-size:16px;
    color:#999;
    text-decoration:none;
    display:block;
    width:50px;
    margin:auto;
}
.btn-manage:hover{text-decoration:underline;}
.code{
	margin:0 auto;
	width:320px;
}
.code img{float:left; margin-top:13px; }
.code input{margin-left:100px; width:200px; }