summaryrefslogtreecommitdiff
path: root/Static/Css/register.css
blob: e9a5009f66466b2b875f681fc3e389cb654c31f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

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

#mainRegister label {
    width: 70%;
}

#mainRegister:last-child {
    justify-content: center !important;
}

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