.brand.pull-left {
    display: inline-block;
    float: none;
    margin: auto;
}
.header-inner.clearfix {
    text-align: center;
}
h1 {
    display: inline-block;
    float: left;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    width: 100%;
}
.row-fluid {
    float: left;
    margin-top: 25px;
    width: 100%;
}
body{font-family: metro!important}

body.site {
    background: transparent url("../images/adminbg.jpg") no-repeat scroll 0 0 / cover ;
    padding-top: 0;
}
.body .container {
    background-color: rgba(255, 255, 255, 0.8);
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    margin: 100px auto;
    padding: 20px;
}
.well {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    min-height: auto;
    padding: 20px;
}