:root {
	--app-height:100%;
}
html{
	height: 100vh;
	height: var(--app-height);
}
body {
	font-family:Arial,'微軟正黑體','新細明體','LiHei Pro', sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 1.4em;
	margin:0;
	background: url(/sso_images/login_BG.jpg) left top no-repeat;
	background-size: cover;
	min-height:100vh;
}
a,a:hover,a:visited,a:active,a:focus{
	outline: none;
	text-decoration:none;
}
a:focus {
	outline-offset:0;
}
ul {
	list-style: none;
}
*{
	box-sizing:border-box;
}
select,input[type=text] {
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	height: 40px;
	font-size: 16px;
	width: 100%;
	border-radius: 0;
	outline:0;
}
::placeholder {
	color:#aac1d9;
	font-size:18px;
}
input:focus::placeholder {
	color:rgba(255,255,255,0);
}
.form-control{
	font-size:18px;
	height: 34px;
}
input[class$=_btn],div[class$=_btn] {
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0 5px;
	display: inline-block;
	vertical-align: top;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	text-shadow: #000000 1px 1px 1px;
	font-weight: bold;
	border: 0;
	padding: 0;
	line-height: 34px;
	text-decoration: none;
}
.msg{
	color:red;
	line-height:1.6em;
}
body > form,.login_wrap,.login_box,.welcome_box{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
}
body > form{
	min-height:100vh;
	justify-content: center;
}
/************************Login************************/
.login_wrap{
	width:80%;
	max-width:750px;
	justify-content: center;
	flex-direction: column;
}
.Title {
	font-size: 50px;
	line-height: initial;
	margin-top:15px;
	text-align: center;
	color: #ffffff;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8);
}
.login_box,.welcome_box{
	width: 100%;
	padding: 15px;
	opacity: 0.92;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 1px 2px 15px 1px rgba(32, 37, 58, 0.8);
	position: relative;
	margin:0 auto;
	margin-top: 30px;
	flex-wrap: wrap;
	align-content: center;
}
.copyright {
	font-size: 13px;
	text-align: center;
	color: #ffffff;
	margin:20px auto 10px;
}
.copyright > h4{
	font-size:20px;
	font-weight:bold;
	margin:10px 0 5px 0;
}
.copyright a{
    text-decoration:underline;
    color:#fff;
}
.login_box > .log_ti{
	width: 100%;
	font-size:30px;
	font-weight: bold;
	text-align: center;
	color: #08374f;
	padding-top: 25px;
    padding-bottom:0;
}
.login_box > .log_ti > h5{
    font-size:16px;
    line-height:1.6em;
    color:#9c27b0;
    margin-bottom:0;    
}
.login_box .msg{
	width:100%;
	text-align:center;
}
.login_box > div{
	padding:10px 0px;
}
.login_box > div.d_td{
	padding:15px 15px 10px;
	max-width:650px;
	margin:0 auto;
}
.login_box > div.d_td > input.form-control{
	color: #555;
	border:0;
	border-bottom: solid 1px #08374f;
	height: 40px;
	font-size: 16px;
	width: 100%;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
}
.log_button{
	white-space:nowrap;
	text-align:center;
	padding:0;
	margin-top:10px;
}
input.login_ok {
	font-weight:bold;
	line-height:36px;
	font-size: 18px;
	letter-spacing:3px;
	width: 200px;
	cursor: pointer;
	border-radius: 6px;
	background-color: #20668f;
	text-align: center;
	color: #FFF;
	border:0;
}
.log_button > a {
	display: inline-block;
}
.ip {
	text-align:center;
	color:#20668f;
}
.welcome_box > .info{
	font-size:20px;
	line-height:1.6em;
	text-align:center;
}
.welcome_box > .info font{
	font-weight:bold;
}
