body {
    background: white;
    color: #1F2229!important;
    padding: 20px;
}
/*
#formLogin {
    background:#FFF;
    border-radius: 5px;
    padding: 20px!important;
    color: white;
    background: rgba(0,0,0,0.8);
}
*/

.login-box {
    max-width: 360px;
    margin: auto;
    margin-top: 10%;
}

h3:after {
    content:' ';
    width: 30%;
    border-bottom: 3px solid #F39D11;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
}

ul {
    padding: 0;
}

ul li {
    list-style-type: none;
}

.rangeDescription > div {
    font-size: 12px;
}

.rangeDescription div:first-child {
    float: left;
}

.rangeDescription div:last-child {
    float: right;
}

.updateModule {
    border: 0;
    padding: 0;
}

input[type="range"] {
    width: 100%;
}

.form-control.smallInput {
    width: 100px;
    float: right;
}

.bloc {
    padding: 20px;
}

.bloc .bold {
    font-weight: 600;
    color: #F39D11;
    margin-bottom: 20px;
}

.container.merci {
    max-width: 520px;
}

select.form-control {
    width: auto;
}