-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
55 lines (50 loc) · 1.03 KB
/
style.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
.outer-box{
background-color: white;
display: flex;
align-items: center;
flex-direction: column;
height:100vh ;
}
.inner-box{
background-color: white;
margin-top: 20px;
height: fit-content;
padding: 15px;
padding-top: 0px;
padding-bottom: 10px;
border: 0.5px solid #ccc;
}
.other-box{
background-color: white;
margin-top: 20px;
height: fit-content;
padding: 10px;
padding-left: 20px;
padding-right: 20px;
border: 0.5px solid #ccc;
}
.signin{
background-color: rgb(11, 176, 11);
color: white;
border-radius: 8px;
padding: 8px;
width: 250px;
margin-bottom: 15px;
text-align: center;
border: none;
}
.forget{
color: rgb(70, 70, 203);
}
.Create{
color: rgb(81, 81, 203);
}
input[type=text]{
border: 0.5px solid #ccc;
border-radius: 5px;
padding-top: 3px;
padding-bottom: 3px;
}
.contactgit{
margin-top: 50px;
}