@charset "utf-8";
/* CSS Document */

@import url("reset.css");

body{
	font-size: 1em;
	background: #fafafa url(/dac/images/bg.png) top center no-repeat;	
	font-family: "微軟正黑體", Ariel;
}

.wrap{
	width: 100%;
	min-height:768px;
	margin: 0 auto;
}

h5{margin:20px 0; font-size: 2em;}

.frame{padding:2% 0 2% 0;}

.logo{text-align: center; margin-bottom: 30px;}
.logo2{text-align: center; padding-top:20px;}

.login{
	max-width:380px;
	color: #757575;
	background:#fff ;
	margin: 0 auto;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	box-shadow: rgba(0,0,0,.1) 0 2px 6px;
	position: relative;
}

.login ul{padding:15px;}
.login ul li{margin:2%;}
.login ul li input{
	margin:2% 0;
	padding:0 1%;
	width: 97.5%;
	font-size: 1em;
	height: 36px;
	line-height: 36px;
	background:#f8f8f8;
	border:1px solid #e3e3e3;
	border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
}

input#code{width: 50%;}

.login ul li  input[type="submit"],
.login ul li  input[type="button"]{
	height: 45px;
	line-height: 45px;
	border: 0;
	width:100%;
	background: #31bdaa;
	color: #fff;
	font-family: "微軟正黑體", Ariel;
	font-size: 1.2em;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	cursor: pointer;
}

.login ul li  input[type="submit"]:hover,
.login ul li  input[type="button"]:hover{
	transition: all 1s;
	background: #f5c426;
}

.login .forget{
	text-align:center;
	display: block;
	padding:2% 0;;
	color: #fff;
	text-decoration:underline;
	font-size: 14px;
}


.copyright{
	width: 100%;
	background:rgb(211, 211, 211);
	text-align: center;
	font-size: 12px;
	color: #666;
	padding:15px 0;
	position: fixed;
	bottom: 0;
	left: 0;
}
.link_info{
    display: block;
    width: 200px;
    background: #40a08a;
    padding: 10px 0;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
}

/*---------rwd----------*/
.error{
	background: #e93f0c;
	padding:20px;
	color: #fff;
	border-radius: 3px 3px 0 0;
	font-size: 1.2em;
	font-weight: bold;
}
@media screen and (max-width: 400px){
	.login ul{padding:2% 8%;}
}
.powerby{
  text-align: center;
  font-size: 12px;
  margin: 10px 0;
}

.powerby span{
  background: #3b3b3b;
  color: #fff;
  padding: 5px 15px;
  border-radius: 30px;
}
