/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@font-face {
    font-family: "Roboto L";
    src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
    font-family: "Roboto R";
    src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
    font-family: "Roboto B";
    src: url("../fonts/Roboto-Bold.ttf");
}

/*--------------------------------------------------------------
    Generale
--------------------------------------------------------------*/

html,
body {
    height: 100%;
    width: 100%;
}
body {
    background: url(../img/produit.jpg) no-repeat center center fixed;
    display: table;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Roboto L', Arial, sans-serif,  Open Sans;
    font-size: 14px;
    line-height: 1.42857;
    height: 350px;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;

}

strong, b { font-family: 'Roboto B', Arial, sans-serif; }

a, a:hover {
    color: #40a840;
    text-decoration: none;
}


/*--------------------------------------------------------------
    Login
--------------------------------------------------------------*/

.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #999999;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #333333;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.form-group {  margin-bottom: 15px; }
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.login-box, 
.register-box {
    width: 360px;
    margin: 7% auto;
}
.login-page, 
.register-page { background: #d2d6de; }
.login-logo, 
.register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}
.login-box-msg, 
.register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}
.login-box-body, 
.register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}
.login-box-body .form-control-feedback, 
.register-box-body .form-control-feedback {
    color: #777;
}

.has-feedback { position: relative; }
.has-feedback .form-control { padding-right: 42.5px; }

.checkbox, 
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label, 
.radio label {
    font-family: 'Roboto B', Arial, sans-serif,  Open Sans;
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.btn { border-radius: 0; }
.btn-login {
    color: #fff;
    background-color: #40a840;
    border-color: #40a840;
}
.btn-login:hover, .btn-login:focus {
    color: #40a840;
    background-color: #ffffff;
    border-color: #40a840;
}


/*--------------------------------------------------------------
    Register
--------------------------------------------------------------*/

.form ul {
    padding: 0;
    list-style: none;
}
.form li { 
    color: #ec2222;
    font-size: 13px;
}
