﻿/* 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%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: medium;
	background-size: 100% auto, 100%;
	background-image: url("../images/csearch_login.png"), linear-gradient( 0deg, #6cd2ff, #e1f8ff, #fff);
	background-repeat: no-repeat, no-repeat;
	background-position: center bottom, center bottom;
}

body .DNV_box {
	display: inline-block;
    position: absolute;
	left: 0;
	top: 0;
    z-index: 999;
	margin: 0.5em;
	padding: 0.2em 0.5em;
}

body .DNV_box img {
	display: inline-block;
}


/*------------------------------------login_web------------------------------------*/
.login_page {
	display: block;
	margin: 0 auto;
	padding: 5% 0 0 0;
	max-width: 1280px;
	font-family: "Microsoft JhengHei",Verdana, Arial;
	text-shadow: none;
}

.login_logo {
	display: block;	
	margin: 0 auto;
	padding: 0;
	width: 360px;
	height: 180px;
	background: url("../images/login_logo.svg") center no-repeat;
	text-indent: -9999px;
}

.sys_title {
	display: block;	
	margin: 0.5em auto 0 auto;
	padding: 0;
	width: 300px;
	height: 60px;
	background: url("../images/c_logo.svg") center no-repeat;
	text-indent: -9999px;
}

.sys_logo {
	display: block;	
	margin: 0 0 0.5em 0;
	padding: 0.1em 0;
	position: relative;
}

.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;
}


/*-----------------990_web-------------------*/

/*Styles for screen 990px and lower*/
@media screen and (max-width: 990px) {
	
	body {
		background-size: 180% auto, 100%;
	}
	
	.sys_logo {
		font-size: 24pt;
	}

}

/*-----------------768_web-------------------*/

/*Styles for screen 768px and lower*/
@media screen and (max-width: 768px) {

	.sys_logo {
		padding-left: 1em;
	}
	
	.login_logo {
		margin: 0.5em auto 0 auto;
		width: 160px;
		height: 80px;
	}

	body .DNV_box img {
		width: 90px;
	}
	
	.sys_title {
		margin: 0.5em auto 0 auto;
		width: 200px;
		height: 40px;
	}
	
	.login_page {
		padding: 0;
	}

}



