﻿body
{
    background: transparent;
    font-size: 11px;
    font-family: "open sans", "helvetica neue", verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #fff;
    line-height: 1.5;
}

td.form
{
    width: 210px;
    vertical-align: top;
}

td.form label
{
    position: absolute;
    margin: 3px 0 0 8px;
}

td.form input[type="text"], td.form input[type="password"]
{
    border: 1px solid #000;
    border-radius: 3px 3px 3px 3px;
    height: 18px;
    width: 200px;
    color: #000;
}

td.links *
{
    vertical-align: middle;
}

#btnLogin
{
    background: #0cacf8 none repeat scroll 0 0;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    display: inline-block;
    font-size: 0.8em;
    padding: 4px 6px;
    text-decoration: none;
    font-family: "montserrat";
}

a
{
    color: #fff;
    text-decoration: none !important;
}

a:hover
{
    text-decoration: underline;
}

#lblBadEmail
{
    display: none;
}

.erreur
{
    text-align: justify;
    color: red;
    margin-top: 2px;
    display: block;
    width: 100%;
}

.note
{
    font-size: 9px;
    color: #8f8f8f;
}

#cbPermanent
{
    margin: 5px 0 0 0;
}