
body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    outline: 0px none;
    color: rgb(92, 92, 92);
    background: url(../img/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#connexion {
    max-width: 400px;
    margin: 40px auto;
    margin-top: 30px;
    background-color: white;
    -moz-box-shadow: 1px 1px 5px 0px #656565;
    -webkit-box-shadow: 1px 1px 5px 0px #656565;
    -o-box-shadow: 1px 1px 5px 0px #656565;
    box-shadow: 1px 1px 5px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
    padding-bottom: 70px;
}

#connexion h3 {
    font-family: 'Roboto';
    font-weight: 100;
    padding: 10px 20px;
    padding-top: 30px;
    color: #0088cc;
}

#connexion .line_form {
    padding: 20px;
    border-left: 5px solid transparent;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#connexion .line_form.focus {
    border-left-color: #0088cc;
    background-color: #eee;
}

#connexion .input-group {
    border: #ccc 1pt solid;
}

#connexion .input-group-addon {
    background: none;
    border: none;
}

#connexion input {
    border: none;
    box-shadow: none;
}

#connexion input.incorrect {
    background-color: #d9534f;
    color: white;
}

#connexion button {
    border-radius: 0px !important;
    cursor: pointer !important;
    margin: 20px;
}

#noacces {
    max-width: 400px;
    margin: 40px auto;
    margin-top: 30px;
    background-color: white;
    -moz-box-shadow: 1px 1px 5px 0px #656565;
    -webkit-box-shadow: 1px 1px 5px 0px #656565;
    -o-box-shadow: 1px 1px 5px 0px #656565;
    box-shadow: 1px 1px 5px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
    padding: 20px;
}

#noacces h3 {
    font-family: 'Roboto';
    font-weight: 100;
    color: #0088cc;
}

.alert {
    border-radius: 0px !important;
    margin: 20px;
}

#chargement {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    top: 0;
    bottom: 0;
    text-align: center;
    display: none;
}

#chargement #container {
    width: 30%;
    background-color: white;
    margin: 20% auto;
    padding: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#footer {
    font-family: Arial;
    text-align: center;
    width: 100%;
    font-size: 11px;
}

#block_passwordperdu {
    max-width: 400px;
    margin: 40px auto;
    padding: 20px;
    padding-top: 0px;
    background-color: white;
    -moz-box-shadow: 1px 1px 5px 0px #656565;
    -webkit-box-shadow: 1px 1px 5px 0px #656565;
    -o-box-shadow: 1px 1px 5px 0px #656565;
    box-shadow: 1px 1px 5px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}

#block_passwordperdu h3 {
    font-family: 'Roboto';
    color: #0088cc;
    font-weight: 100;
    padding: 10px 20px;
    padding-top: 30px;
}

#logo img {
    width: 150px;
}

#header {
    text-align: center;
    margin-bottom: 10px;
}

#header #logo {
    padding: 20px;
}
