.customContainer {
    width: 500px;
    margin: auto;
    height: 700px;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}
body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100%;
    width: 100%;
    font-family: "Quicksand", sans-serif;
}
html, .container-fluid {
    height: 100%;
    width: 100%;
    position: relative;
}

#logolink {
    width: 100%;
    height: 168px;
}

.logo {
    display: block;
    width: 100%;
    height: 168px;
    background-size: 70% !important;
    cursor: pointer;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.heading-container {
    height: 40px;
    width: 370px;
    margin-right: auto;
    margin-left: auto;
}

.panel-heading {
    padding: 0;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    border: 0;
}
.panel {
    border:0;
    border-radius: 0;
}
.heading-icon {
    float: left;
    height: 40px;
    width: 40px;
    background: url("../images/Mylight/Cadenas_connexion.png") center no-repeat;
    background-size: 50%;
}
.heading-title {
    font-family: "Quicksand", sans-serif;
    float: left;
    color: #fff;
    font-size: 18px;
}
.panel-body {
    background: #ebeef5;
    padding: 30px 30px 30px 30px;
}
h3 {
    font-size: x-large;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
    color:#434143;
    line-height: 35px;
    margin-top: 0;
}
p {
    text-align: justify;
    font-weight: 500;
    line-height: 20px;
    font-size: 15px;
}
.gearContainer {
    margin-top: 30px;
    height: 24px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
.gear {
    float: left;
    display: block;
    height: 24px;
    width: 24px;
    background: url("../images/Domuneo/Bouton_parametres.png");
}
.gear:not(:first-child){
    margin-left: 12px;
}
.noWrap {
    white-space: nowrap;
}
.upTitle {
    text-align: center;
}
.bottomTitle {
    text-align: center;
    margin-top: 20px;
}