body {
    background: #B9121B;
    font-family: 'Open Sans';
    font-weight: 300;
}

.bg0 {background: black no-repeat center center fixed url('/image/skin/1.jpg');height: 100%;background-size: cover;transition: background .5s ease-in-out; -moz-transition: background .25s ease-in-out; -webkit-transition: background .25s ease-in-out;}
.bg1 {background: white no-repeat center center fixed url('/image/skin/2.jpg');height: 100%;background-size: cover;transition: background .5s ease-in-out; -moz-transition: background .25s ease-in-out; -webkit-transition: background .25s ease-in-out;}
.bg2 {background: black no-repeat center center fixed url('/image/skin/3.jpg');height: 100%;background-size: cover;transition: background .5s ease-in-out; -moz-transition: background .25s ease-in-out; -webkit-transition: background .25s ease-in-out;}
.bg3 {background: white no-repeat center center fixed url('/image/skin/4.jpg');height: 100%;background-size: cover;transition: background .5s ease-in-out; -moz-transition: background .25s ease-in-out; -webkit-transition: background .25s ease-in-out;}
.bg4 {background: black no-repeat center center fixed url('/image/skin/5.jpg');height: 100%;background-size: cover;transition: background .5s ease-in-out; -moz-transition: background .25s ease-in-out; -webkit-transition: background .25s ease-in-out;}
.bg5 {background: white no-repeat center center fixed url('/image/skin/6.jpg');height: 100%;background-size: cover;transition: background .5s ease-in-out; -moz-transition: background .25s ease-in-out; -webkit-transition: background .25s ease-in-out;}
.bg6 {background: black no-repeat center center fixed url('/image/skin/7.jpg');height: 100%;background-size: cover;transition: background .5s ease-in-out; -moz-transition: background .25s ease-in-out; -webkit-transition: background .25s ease-in-out;}
.bg7 {background: white no-repeat center center fixed url('/image/skin/8.jpg');height: 100%;background-size: cover;transition: background .5s ease-in-out; -moz-transition: background .25s ease-in-out; -webkit-transition: background .25s ease-in-out;}
.bg8 {background: black no-repeat center center fixed url('/image/skin/9.jpg');height: 100%;background-size: cover;transition: background .5s ease-in-out; -moz-transition: background .25s ease-in-out; -webkit-transition: background .25s ease-in-out;}
.bg9 {background: white no-repeat center center fixed url('/image/skin/10.jpg');height: 100%;background-size: cover;transition: background .5s ease-in-out; -moz-transition: background .25s ease-in-out; -webkit-transition: background .25s ease-in-out;}
.bg10 {background: black no-repeat center center fixed url('/image/skin/11.jpg');height: 100%;background-size: cover;transition: background .5s ease-in-out; -moz-transition: background .25s ease-in-out; -webkit-transition: background .25s ease-in-out;}
.bg11 {background: white no-repeat center center fixed url('/image/skin/12.jpg');height: 100%;background-size: cover;transition: background .5s ease-in-out; -moz-transition: background .25s ease-in-out; -webkit-transition: background .25s ease-in-out;}

.main {
    display: block;
    background-color: white;
    padding: 80px 20px;
    margin-top: 120px;
    box-shadow: -1px 2px 5px 2px rgba(0, 0, 0, 0.7),
            -1px 2px 20px rgba(255, 255, 255, 0.6) inset;
}

.main > .row:first-child {
    background: url('/../image/defaut/logo_diaxens_md.png') right center no-repeat;
    background-size: contain;
}
@media only screen and (max-width : 992px) {
    .main {
        background-color: white;
        margin-top: 30px;
    }
    .main > .row:first-child {
        background: url('/../image/defaut/Diaxens.ico') right center no-repeat;
    }
    
    .identification {
        background: white;
        background: rgba(255, 255, 255, 0.75);
    }
}
h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #555;
    margin-bottom: 0;
}
h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #999;
    font-size: 18px;
    margin-top: 5px;
}
form {
    margin-top: 60px;
}
input.form-control , input[type="submit"] , .btn {
    border-radius: 0px;
}
.btn {
    transition: all ease-in-out 0.2s;
}
.credits {
    margin-top: 100px;
    color: #999;
    font-size: 12px;
}
.credits a {
    color: inherit;
}

.autorise-checkbox{
    float:left; 
    margin : 0 10px 0 0 !important; 
    width:15px; 
    height:15px;
}

.autorise-label {
    font-size:12px; 
    font-style:italic; 
    font-weight:100; 
    display:block; 
    text-align:justify;
}
