﻿html {
    display: none;
}

body {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

html, body, #wrapper {
    height: unset !important;
    width: 100% !important;
}

.LoginGeneriqueMain {
    width: 100%;
    position: absolute;
}

.LoginGenerique {
    width: calc(100% - 14px);
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 400px !important;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
}

#loginBlockContainerGenerique #loginBlockTitle h1 {
    padding: 0 10px;
    font-size: 1.5em;
    font-weight: normal;
    line-height: inherit !important;
}

#loginBlockContainerGenerique #loginBlockContent {
    padding: 20px;
}

    #loginBlockContainerGenerique #loginBlockContent .legend {
        padding-bottom: 10px;
        color: #666666;
        font-style: italic;
        border-bottom: #666666 dashed 1px;
        text-align: justify;
        width: 100%;
        display: block;
    }

#loginBlockContent input {
    max-width: 200px;
    width: 100%;
}

#loginBlockContent #motDePasseOublie {
    display: inline-block;
    margin-top: 5px;
}

#loginBlockContainerGenerique #loginBlockFooter {
    background-color: #C1CEE1;
}

#loginBlockFooter {
    padding-top: 10px;
}

    #loginBlockFooter .btn {
        background-color: #2473EA; /* #2D6E9D; */
        color: white;
        margin-bottom: 10px;
        margin-right: 10px;
    }

#loginBlockContainerGenerique #loginBlockTitle {
    background-color: #2473EA;
    background-repeat: repeat-x;
    background-position: left top;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    border: none;
}

#loginBlockFooter .left {
    line-height: 25px;
    color: red;
    text-align: center;
}

#loginBlockFooter .right {
    text-align: right;
}