/* CSS used here will be applied after bootstrap.css */

body { 
 background: url('/static/img/login-bg.jpg') no-repeat center center fixed; 
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}

.panel-default {
 opacity: 0.95;
 margin-top:30px;
}
.form-group.last {
 margin-bottom:0px;
}