﻿/* CSS Document */
a { 
    text-decoration:none;
}

a:hover { 
    text-decoration: underline;
}

blockquote { 
    padding: 0 1em;
}

strong { 
    font-weight: bold;
}

.clear { 
    clear: both;
}

html {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
	height: auto;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: medium;
	background-size: 60% auto, 100%;
	background-image: url("../images/login_bgd.svg"), linear-gradient( 0deg, #999, #eee, #e2f7ff);
	background-repeat: no-repeat, no-repeat;
	background-position: center left, center bottom;
}


/*------------------------------------login_web------------------------------------*/
.login_page {
  display: block;
  margin: 0 auto;
  padding-left: 18%;
  padding-bottom: 5em;
  width: 50%;
  max-width: 880px;
  font-family: "Microsoft JhengHei",Verdana, Arial;
  text-shadow: none;
  position: relative;
}

.sys_logo {
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
}

.sys_logo span {
	display: none;
}

.sys_logo .test_w {
	display: inline-block;
	margin: 0;
	padding: 5px 10px;
	background: #333;
	color: #fff;
	position: absolute;
	bottom: 2px;
	right: 2px;
	border-radius: 0.5em;
	font-size: medium;
}

.sys_logo img {
	display: inline-block;
	width: 80%;
	height: auto;
}

.info_box {
	position: absolute;
	right: -12.5em;
	top: 13.5em;
	width: 12em;
}

/*-----------------990_web-------------------*/

/*Styles for screen 990px and lower*/
@media screen and (max-width: 990px) {
	
	body {
		background-size: 80% auto, 100%;
		background-position: center bottom, center bottom;
	}
	
	.login_page {
		padding: 3% 0 5em 0;
	}
	
	.footer_box .text-right img {
		width: 80%;
		max-width: 300px;
		height: auto
	}

}

/*-----------------768_web-------------------*/

/*Styles for screen 768px and lower*/
@media screen and (max-width: 768px) {
	
	body {
		background-size: 100% auto, 100%;
	}
	
	.sys_title {
		margin: 0.5em auto 0 auto;
		width: 200px;
		height: 40px;
	}
	
	.login_page {
		padding:  0;
	}

	.info_box {
		position: static;
		width: 100%;
	}

}

/*-----------------480_web-------------------*/

/*Styles for screen 480px and lower*/
@media screen and (max-width: 480px) {
	
	.footer_box.fixed-bottom {
		position: static;
	}
	
	.footer_box .text-right {
		text-align: center!important;
	}
	
	.footer_box .form-control-plaintext {
		text-align: center!important;
	}

}



