-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsignup.css
More file actions
111 lines (93 loc) · 2.03 KB
/
Copy pathsignup.css
File metadata and controls
111 lines (93 loc) · 2.03 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
.success {
background: #D4EDDA;
color: #40754C;
padding: 11px;
width: 95%;
border-radius: 5px;
margin: 20px auto;
}
.error {
background: #F2DEDE;
color: #c84846;
padding: 11px;
width: 95%;
border-radius: 5px;
margin: 20px auto;
font-weight: 450;
}
h1,section{
text-align: center;
}
h1{
color:aliceblue;
font-size:3rem;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body{
background-image: url('image/background.jpg');
margin:0px;
padding:0px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.img{
text-align: center;
background-color: black;
padding-bottom: 1%;
}
h2{
color:white;
text-align: left;
padding-top: 3%;
padding-left: 7%;
padding-bottom: 1%;
font-size:2rem;
margin-bottom: 0;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
input {
width: 20rem;
height: 2rem;
border-width:1px;
margin-bottom:10px;
}
button{
width: 375px;
height: 30px;
background-color: #2c87c3;
padding: 5px;
margin-top:1rem;
}
button:hover{
background-color:#15679d ;
}
form{
text-align: center;
display: block;
}
hr{
background-color: black;
height:0.8px;
width:85%;
margin-top: 0;
margin-bottom: 10px;
}
.box{
background-color: transparent;
backdrop-filter: blur(1px);
padding-bottom: 8%;
width: 40%;
height: 20rem;
margin-top:2rem;
margin-left: auto;
margin-right: auto;
border-radius: 5px;
border:2px solid rgba(247, 247, 247, 0.136);
}
.ca{
background-color: transparent;
color: #031f32;
text-decoration: none;
}
.ca:hover{
text-decoration: underline;
}