/* CSS Document */
*
{
    margin:0;padding:0;    
}
html,body
{
    height:100%;
    width:100%;
}
/*body
{
    display:table;
}*/

#logo {
    position:fixed;
    top: 10%;
    left: 50%;
    width:200px;
    height:40px;
    margin-top: -20px; /*set to a negative number 1/2 of your height*/
    margin-left: -100px; /*set to a negative number 1/2 of your width*/
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
}

/*#mydiv {
    position:fixed;
    top: 50%;
    left: 50%;
    width:26em;
    height:18em;
    margin-top: -9em; 
    margin-left: -13em; 
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #f3f3f3;
}*/

.contents{
    float:left;
    background:white;
    height:100%;
    width:100%;
    overflow:auto;
}

#login 
{
  height:100%;
  width:100%;  
  /*color: white; */
  /*background-image: url('../img/login.png');
  background-color:#3366CC;*/
}

/*#login form
{
  width: 377px;
  height: 180px;
  position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin-left:auto;
    margin-right:auto;
    margin-top:auto;
    margin-bottom:auto;
  border: none;
  background-color: transparent;
}

#login form label
{
  text-align:center;  
  line-height:30px;
  display: block;   
}

#login form input[type="text"],#login form input[type="password"]
{
 width: 320px;
 height: 38px;
 display: block;
 margin: 0 auto;
 padding: 0px 5px 0px 5px;
 margin-bottom:10px;
 border: none;
 font: bold 20px arial;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
} 

#login form input[type="submit"]
{    
 color: #FFFFCC; 
 width:149px;
 height:47px;
 cursor: hand; 
 display: block;
 margin-left:22px; 
 border: none;
 background-image: url('../img/login-button.png');
 background-color: #f3f3f3;
}


#login form input[type="submit"]:hover
{
  color: black;
  background-image: url('../img/login-button_selected.png');
  background-color:transparent;
}*/
  