body {
    background: #eee url("/static/img/background-hv.jpg") no-repeat !important;
    background-size: contain !important;

}

body, html {
  height: 100%;
}
.logo-hv {
    background-image: url("/static/img/logo_BeeBandeau.png") !important;
    background-repeat: no-repeat !important;
    background-position: 50% 30% !important;
    background-size: 350px;
    height: 100%;
    width: 100%;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.wrapper {
    /*margin-top: 80px;
 *     margin-bottom: 80px;*/
    position: absolute;
    top: 40%;
    left: 50%;
    height: 30%;
    width: 50%;
    margin: 0% 0 0 -25%;
}

.form-signin {
    max-width: 380px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-signin-heading, .checkbox {
    margin-bottom: 30px;
}


.form-signin-heading {
    text-align: center;
    font-size: x-large;
}

.checkbox {
    font-weight: normal;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}

input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="password"] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

