summaryrefslogtreecommitdiff
path: root/Static/Css/login.css
blob: 0b373b152431e70dbeb0d24460de9a2d6413a7d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

/* 
############################################################################
#                                                                          #
# Description: CSS spécifique de la page de login                          #
#                                                                          #
############################################################################ 
*/

/* MAIN */
#mainLogin form {
    display:         flex;
    flex-direction:  column;
    align-items:     center;
    justify-content: space-around;
    gap:             1em;
    padding:         1.5% 5%;
}

#mainLogin label {
    width: 70%;
}

#mainLogin input[type="email"],
#mainLogin input[type="password"] {
    width: inherit;
}