﻿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, fieldset, form, label, legend, 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; }

dl, dt, dd, ol, ul, li {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

td {
  vertical-align: middle; }
  td img {
    max-width: none; }

.cell img {
  max-width: none; }

a {
  color: inherit; }

button, label, input[type="submit"], input[type="reset"], input[type="radio"], input[type="checkbox"] {
  cursor: pointer; }

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

body {
  font-family: "微軟正黑體", "Myriad Pro", "Arial", "Verdana";
  text-align: center; }
  body .inner-wrap {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center; }

#header {
  min-height: 150px;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #353535 0%, #494949 3%, #373737 50%, #2a2a2a 70%); }
  #header #logo {
    padding: 20px 0;
    background: url(../image/header-bg.png) center top no-repeat; }
    #header #logo figure {
      margin: 0 0 12px 0;
      color: #ddd; }
      #header #logo figure img {
        display: inline-block; }
    #header #logo h1 {
      font-size: 30px;
      color: #eee;
      letter-spacing: 1px;
      word-spacing: 10px;
      text-shadow: 0 2px 5px #000; }

#content {
  background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%); }
  #content .pic, #content .login-wrap {
    font-size: 0;
    text-align: left; }
  #content .pic {
    width: 50%;
    height: 500px;
    float: left;
    clear: left;
    position: relative; }
    #content .pic h2 {
      position: absolute;
      top: 142px;
      left: 50%;
      margin: 0 0 0 -40px;
      text-align: right;
      font-size: 40px;
      font-weight: bold;
      color: #fff;
      line-height: 1.2;
      text-shadow: 0 0 40px #63899C; }
  #content .login-wrap {
    width: 50%;
    margin: 130px 0 0 54%;
    font-size: 16px;
    font-weight: bold;
    text-align: center; }
    #content .login-wrap input {
      width: 100%;
      height: 100%;
      border: none;
      background: 0;
      padding: 5px 10px;
      box-sizing: border-box;
      font-family: 微軟正黑體;
      font-size: 16px;
      color: #333; }
    #content .login-wrap .controls {
      display: inline-block;
      width: 350px;
      height: 36px;
      border: 1px solid #bbb;
      margin: 13px 10px; }
    #content .login-wrap .submit-wrap {
      width: 110px;
      height: 45px;
      margin: 70px auto 0 auto;
      background: url(../image/btn.png) center no-repeat; }
      #content .login-wrap .submit-wrap input {
        font-size: 20px;
        color: #fff; }

#footer {
  height: 100%;
  background: #eee;
  min-height: 315px;
  display: block; }
  #footer .copyright {
    font-size: 12px;
    padding: 60px 0 20px 0;
    font-weight: bold; }
  #footer .info dd {
    display: inline-block;
    margin: 8px 20px;
    font-size: 14px;
    color: #555; }
    #footer .info dd a {
      color: #00688A;
      font-weight: bold; }

/*# sourceMappingURL=style.css.map */