html {
    width: 100%;
    height: 100%;
}

body {
    background: #f1f2f2;
    width: 100%;
    height: 100%;
}

table {
    height: 100%;
    margin: auto;
}

table td {
    vertical-align: middle;
}

input[type=text], input[type=password] {
    font-family: arial;
    font-size: 12px;
    width: 250px;
}
#formulaire {
    position: relative;
    background: url(../bo/images/fond-login.jpg) no-repeat #fff;
    width: 440px;
    height: 300px;
    border: 2px solid #023499;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
}

#wrapper_login {
    position: absolute;
    top: 160px;
    left: 40px;
}

#wrapper_password {
    position: absolute;
    top: 190px;
    left: 40px;
}

#wrapper_connexion {
    position: absolute;
    top: 220px;
    left: 140px;
}

#wrapper_connexion input {
    width: 150px;
}

#wrapper_store {
    position: absolute;
    top: 250px;
    left: 40px;
    font-weight: normal;
}

.label {
    display: inline-block;
    width: 100px;
}
