﻿body
{
    /*background: url('../images/bg.jpg') no-repeat fixed center center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #FFFFFF;
}


.panel-default {
opacity: 0.9;
margin-top:30px;
}
.form-group.last { margin-bottom:0px; }

.navbar-nav li button {
    margin-top: 8px;
}

.navbar-brand {
    padding-top: 5px;
}

.navbar-brand img {
    height: 40px
}

.navbar-header {
    padding-left: 50px;
}

.navbar-right {
    padding-right: 50px;
}

.footer-wrapper {
    z-index: -5555;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
    min-height: 36px;
    padding: 10px 0px;
    position: absolute !important;
    width: 100%;
    bottom: 0px;
    left: 0px;
    text-align: center;
    font-size: 90%;
}
.wrapper {
    position: relative;
}

