
body {
  background-image: url(img/bg.png);
 
}
.login_box {
width:320px;
padding-top:5%;
margin:auto;

}



.panel_box {

width:300px;
background-color:#29a7e2;
-webkit-box-shadow: 3px 3px #5C5C5C;
-moz-box-shadow: 3px 3px #5C5C5C;
box-shadow: 3px 3px #5C5C5C;
padding:10px;
        
}

.panel {
width:80%;
margin:auto;
}

.panel label {
color:#fff;
font-weight: 150;
}

.panel label input {
background: none repeat scroll 0 0 #FBFBFB;
border: 1px solid #E5E5E5;
box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
color: #555555;
font-size: 24px;
font-weight: 150;
line-height: 1;
margin: 10px 6px 16px 0px;
outline: 0 none;
padding: 3px;
width: 100%;


}

.button-primary {
  width:80px;
  height:30px;
  margin:5px auto;

}