﻿
* {
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
    background-color: white;
}

#Logincontainer {
    float: left;
    height: 50%;
    margin-bottom: -376px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    text-align: center;
}

div.verticAlign {
    position: absolute;
    /* Centrer verticalement */
    top: 50%;
    margin-top: -250px;
    /* Centrer horizontalement */
    left: 50%;
    margin-left: -273px;
}

.LoginLabel {
    padding-left: 15px;
}

table.LoginBG {
    background-image: url(ImageLogin.png);
    width: 614px;
    height: 467px;
}

    table.LoginBG table {
        position: relative;
        top: 130px;
        left: 50px;
    }


.LoginButton {
    position: relative;
    left: 130px;
    top: -60px;
    width: 113px;
    height: 43px;
    background-image: url( button_bg.jpg );
    border-color: #CCCCCC;
    background-color: #FFFBFF;
    border-style: none;
    border-width: 1px;
    font-family: Verdana;
    font-size: 0.8em;
    color: #284775;
}

.LoginTextBox {
    background-image: url( textbox_bg.png );
    height: 21px;
    width: 205px;
    padding: 0px;
    margin-top: 3px;
    vertical-align: middle;
    padding-left: 5px;
    padding-top: 4px;
    border-style: none;
    border-width: 0;
}

div.LoginHeader {
    display: none;
}

.Logincontainer div.center {
    display: block;
    text-align: center;
}
