-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
73 lines (63 loc) · 1.16 KB
/
Copy pathstyle.css
File metadata and controls
73 lines (63 loc) · 1.16 KB
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
73
body {
background-color: #eef1f6;
margin: 0;
}
.container {
display: flex;
max-width: 1200px;
margin: auto;
height: 100vh;
}
.pas-form {
display: flex;
width: 500px;
height: auto;
margin: auto;
background-color: #ffffff;
box-shadow: 10px 5px 5px rgb(110, 110, 110);
border-radius: 5px;
flex-direction: column;
}
.input {
height: 50px;
margin: 50px auto 10px auto;
}
.title {
margin: 0 0 5px 0;
font-size: 14px;
font-family: 'Raleway', sans-serif;
font-weight: 600;
color: rgb(72, 72, 72);
}
.button {
margin: 15px auto 50px auto;
}
.text-button {
padding: 10px 85px;
background-color: #0192ff;
font-family: 'Raleway', sans-serif;
color: #ffffff;
font-size: 15px;
font-weight: 600;
border-radius: 5px;
border: none;
}
.message {
color: red;
font-family: 'Raleway', sans-serif;
font-size: 12px;
}
.message2 {
position: absolute;
color: green;
font-family: 'Raleway', sans-serif;
font-size: 12px;
}
.text-button:hover {
background-color: #0473c7;
}
.xz {
justify-content: center;
display: flex;
height: 14.4px;
}