/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

* {
 	box-sizing: border-box;
}
.clear {
  zoom: 100%;
}
.clear:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
html,body{
  height:100%;
}
body {
  background-image: url(../img/login-background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
}
header {
  background-color:#ffffff;
  border-bottom:1px solid #cccccc;
}
footer {
  padding:10px;
  position:absolute;
  bottom:0px;
  background-color:#ffffff;
  width:100%;
  border-top:1px solid #cccccc;
  height:40px;
}
footer ul li {
  float:left;
  font-size:13px;
  color:#999999;
  margin-right:40px;
  margin-left:10px;
}
footer ul li:nth-child(3){
  position:absolute;
  right:20px;
  margin-right:initial;
  margin-left:initial;
}
footer ul li a {
  color:#999999;
}
#login_window {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  width:300px;
  height:300px;
  border:1px solid #cccccc;
  background-color:#ffffff;
}
#login_window h2 {
  font-size:18px;
  color:#999999;
  margin-left:auto;
  margin-right:auto;
  width:90%;
  margin-top:20px;
  text-align:center;
}
.dl_default {
  width:90%;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
}
.dl_default dd {
  margin-bottom:10px;
}
input[name=eid]{
  border:1px solid #cccccc;
  margin-left:auto;
  margin-right:auto;
  width:100%;
  color:#666666;
  font-size:13px;
  padding:10px;
}
input[type=submit]{
  width:100%;
  background-color:#ff8a00;
  border:1px solid #eeeeee;;
  height:40px;
  color:#ffffff;
}
.error {
  width:90%;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
}
.error li {
  color:#cc0000;
  font-size:13px;
}

#loading-window {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:200px;
  height:200px;
  border:1px solid #cccccc;
  background-color:#000000;
  z-index:10000;
  border-radius:10px;
  opacity:0.8;
  text-align:center;
}
#loading-image {
 margin-top:60px;
 height:50px;
}
#loading-window .text {
 margin-top:10px;
 color:#ffffff;
}
