﻿html, body, form {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /*font-size: 9px;
    font-family:ArArial,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
}

.login-container {
    height: 85%;
    display: flex;
    justify-content: center;
}

img {
    height: 100px;
    display: block;
}

/* Mise en forme de l'accueil */

body {
    background-color: #f5f5f5;
}

.versionCode {
    position: absolute;
    bottom: 0;
    padding: 0 0 10px 20px;
    font-size: 15px;
    color: #938e8e;
}
.WindowContent {
    padding-top: 25px;
}
.MyAccount .PageTitle {
    /*margin-top: 0.5em;*/
    /*font-size: 1.5em;*/
    /*font-weight: bold;*/
    /*color: #1188f0;*/
    color: #333;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size:39px;
}
.MyAccount .PageTitle_small {
    
    font-size: 28px;
}
.MyAccount {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 600px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* margin-top: 140px; */
    /*display: block;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 140px;*/
}

    .MyAccount .Window {
        display: block;
        text-decoration: none;
        background: #fff;
        padding: 30px 25px;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.12);
        margin-top: 10px;
        overflow: hidden;
        border-radius: 10px
    }

        .MyAccount .Window .loginTextBox {
            margin: auto;
            display: block;
        }

        .MyAccount .Window .btnConnexion {
            /*border-radius: 30px;*/
            height: 40px;
        }
