*{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    background-color: #D9D9D9;
}

header{
    left: 0;
    top: 0;
    padding: 95px;
    background-color: #D9D9D9;
    font-size: 2em;
   
}

.PanelTitre{
    text-align: center;
    justify-content: center;
    color: black;
}

.Container{
    background-color: #00000060;
    width: 700px;
    height: 700px;
    border-radius: 50px;
}

.Cont{
    display: flex;
    width: 100%;
    height: 700px;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.Title{
    text-align: center;
    color: white;
    top: 0;
}

.LoginForm{
    width: 550px;
    height: 75px;
    background-color: #CFCFCF;
    border-radius: 25px;
    border-color: unset;
    border-width: 0;
    text-align: center;
    font-size: 2em;
}

.LoginForm::placeholder{
    display: flex;
    color: #00000040;
    text-align: center;
}

input{
    margin-bottom: 100px;
}

#SubmitButton{
    background-color: #D9D9D9;
    font-size: 2em;
    border-color: unset;
    border-width: 0;
    cursor: pointer;
    transition: color 0.2s ease-in, background-color 0.2s ease-in;
}

#SubmitButton:hover{
    color: #D9D9D9;
    background-color: black;
}

.DivTitle{
    display: flex;
    top: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    justify-content: center;
    margin-top: 50px;
}

.DivForm{
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 80%;
}