/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26 janv. 2022, 16:54:43
    Author     : Basile
*/

.topTitle{
    margin-left: 50px;
}

#globalContainer{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    background-color: var(--violet);
    align-items: center;
}

#logContainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin-top: 100px;
    padding: 15px
}

label{
    color: slategray;
    font-size: 13px;
}

form{
    margin: 0px;
    padding: 16px 16px 40px 16px;
    font-weight: normal;
    background: #fff;
}

.button-primary{
    width: 100%;
    border-radius: 0px;
    border: 0px;
    color: white;
    background-color: var(--violet);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}


.submit{
    float: right;
}

.hide-show{
    width: 94%;
    margin: -3.5em 0 0 0.3em;
    position: relative;
    z-index: 5;
    display: block;
}

.hide-show span {
    float: right;
    cursor: pointer;
}

.input {
    font-size: 16px;
    width: 97%;
    padding: 3px;
    margin-top: 2px;
    margin-right: 6px;
    margin-bottom: 16px;
    border: 1px solid #CCCC;
    background: #F1F1F1;
}

#logTitle{
    color: white;
}

img{
    width: 20%;
    margin: 20px;
}

#textInfo{
    font-family: sans-serif;
    color: white;
    font-size: 2.4em;
    color: var(--violet);
    margin-bottom: 20px;
}

span img {
    margin: 0px
}