html, body{
  font-family:arial;
  margin:0;
  padding:0;
  position:absolute;
  float:left;
  width:100%;
  height:100%;
  top:0;
  left:0;
  overflow:hidden;
background: rgb(0,0,0);
background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 50%, rgba(0,0,0,1) 100%);}
body{
    overflow-x:auto;
}
.clear{
  clear:both;
}
#wrapper{
  position:absolute;
  float:left;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:none;
}
#login_box{
  text-align:center;
  background:#fff;
  position:absolute;
  float:left;
  width:250px;
  height:250px;
  left:50%;
  top:50%;
  margin-left:-125px;
  margin-top:-125px;
  border-radius:15px;
  border:0;
  -webkit-box-shadow: 0px 0px 18px -8px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 18px -8px rgba(0,0,0,1);
  box-shadow: 0px 0px 18px -8px rgba(0,0,0,1);
}
img#login_logo{
  height:119px;
  width:234px;
  border-radius:15px;
}
#login_form{
  display:block;
}
#login_form input#login_email{
  display:block;
  border:0;
  border-top:1px solid #e8e8e8;
  border-bottom:1px solid #e8e8e8;
  text-align:center;
  width:calc(100% - 5px);
  padding-top:7px;
  padding-bottom:7px;
  font-size:14px;
}
#login_form input#login_password{
  display:block;
  border:0;
  border-bottom:1px solid #e8e8e8;
  text-align:center;
  width:calc(100% - 5px);
  padding-top:7px;
  padding-bottom:7px;
  font-size:14px;
}
#login_form input#login_submit{
  display:block;
  border:0;
  text-align:center;
  width:120px;
  padding:7px;
  font-size:14px;
  font-weight:normal;
  margin:0 auto;
  margin-top:16px;
  cursor:pointer;
  outline:none;
  border-radius:6px;
  background:#000;
  color:#fff;
}
#login_form input#login_submit:hover{
  background:#CCC;
  color:#000;
}
#top{
  z-index:1;
  position:absolute;
  float:left;
  top:0;
  height:80px;
  width:100%;
  background:#ffffff;
  -webkit-box-shadow: 0px 25px 34px -16px rgba(0,0,0,0.69);
  -moz-box-shadow: 0px 25px 34px -16px rgba(0,0,0,0.69);
  box-shadow: 0px 25px 34px -16px rgba(0,0,0,0.69);
}
#logo_home{
  display:inline-block;
  outline:none;
  margin-left:2px;
  margin-top:-2px;
  height:80px;
}
#top_logo{
  height:80px;
}
select#section{
  display:block;
  position:absolute;
  float:right;
  top:0;
  right:0;
  height:80px;
  font-size:16px;
  test-align:right;
  border:0;
  outline:none;
}
#content{
  margin:0 auto;
  background:none;
  width:800px;
  margin-top:80px;
  height:calc(100% - 80px);
  overflow:hidden;
  overflow-y:auto;
}