


body, html {
  height: 100%;
  margin: 0;
   color: white;
   background: url("background.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
   
   }



#topbar
{
	margin: auto;
	font-size: 40px;
	text-align: center;
	float: none;        
        padding: 30px;
        width: 600px;
        font-weight: bold;
		
	
}






.loginpanel .loginsub {

background: rgba(0,0,0,.8);
max-width:600px;
-webkit-box-shadow: 1px 0px 29px 14px rgba(255,255,255,0.6);
-moz-box-shadow: 1px 0px 29px 14px rgba(255,255,255,0.6);
box-shadow: 1px 0px 29px 14px rgba(255,255,255,0.6);
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
border:5px solid #fff;
margin: auto;

padding:20px;

}

hr { 
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  width: 250px;
   position: absolute;
}

textarea {
  resize: none;
}


#bot
{
	margin-top: 20px;
	min-height:50px;
	text-align: center;
	clear:both;
}


#midL
{
	margin-left: 160px;
	
}
