html{

    background: url("../../imgs/background_connect2.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}
body {
    color: #fff !important;
    min-height: 0;
    background: rgba(0, 120, 215, 0.5);
    height: 100%;
    display: flex;
    align-items: center;
    font-family: Verdana,Geneva,sans-serif;
}

a {
    color: white;
}
.img-responsive {
    opacity: 0.5;
}
h1 {
    font-weight: bold;
}
.vcenter {
    display: flex;
    justify-content: center;
    align-items: center;

}
.form {
    max-width: 270px;
    margin: auto;
}
.visu {
    font-style: italic;
}
img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}



.gray {
    color: rgb(171, 171, 171);
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    color: lightgrey;
}

.form-horizontal .form-signin-heading,
.form-horizontal .checkbox {
    margin-bottom: 10px;
}

.form-horizontal .checkbox {
    font-weight: normal;
}

.form-horizontal .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-horizontal .form-control:focus {
    z-index: 2;
}

.form-horizontal input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-horizontal input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#remember {
    color: white !important;
}


#error {
    margin-top: 20px;
    display: none;
}

#html-infos {
    margin-top: 10px;
    color: rgb(181, 181, 181);
    font-size: 65%;
    text-shadow: none;
}

.alert-danger {
    text-shadow: none !important;
}

@media screen and (max-height: 370px) {
    .img-responsive {
        max-height: 170px;
    }
    #footpanel {
        display: none !important;
    }
}
@media screen and (width <= 600px) {
    .img-responsive {
        max-height: 240px;
    }

}