-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreg_page.css
72 lines (64 loc) · 1.31 KB
/
reg_page.css
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
*{
padding: 0;
margin: 0;
}
body{
background-color: #06193A;
}
.piggybank{
display: flex;
justify-content: center;
}
.piggybank_image_decor{
display: flex;
height: 158px;
width: 196px;
margin: 68px 0px 0px 0px;
}
.registration_text{
display: flex;
justify-content: center;
}
.reg_text_decor{
color: #FFFFFF;
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
padding: 10px;
margin: 31px 0px 54px 0px;
}
.details_sections{
display: flex;
align-items: center;
flex-direction: column;
gap: 48px;
}
.details_decor{
width: 304px;
height: 30px;
border-radius: 20px;
padding: 5px;
border: 2px solid black;
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
}
.register_button{
display: flex;
justify-content: center;
}
.register_button_decor{
background-color: #8350EA;
width: 164px;
height: 35px;
border: 2px solid transparent;
border-radius: 20px;
margin: 40px 0px 0px 0px;
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 650;
font-style: normal;
}