forked from Jadhao2500/ManageEngineProject
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsign.css
More file actions
89 lines (80 loc) · 1.59 KB
/
sign.css
File metadata and controls
89 lines (80 loc) · 1.59 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
*{
background-color: #eeeeee
}
#logo>img{
/* font-size: 2px; */
/* width: 18.6%;
*/
width: 250px;
}
#logo{
display: flex;
justify-content: center;
margin-top: 5%;
margin-bottom: 3%;
}
#signform{
display: flex;
flex-direction: column;
background-color: white;
/* width: 32%; */
width: 435px;
position: relative;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
/* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}
#signup{
display: flex;
justify-content: center;
}
#signform>input{
background-color: white;
margin: 10px 80px;
padding: 13px 18px;
font-family: sans-serif,Arial, Helvetica, sans-serif;
border: 1px solid #e0e0e0;
font-size: 16px;
font-weight: 100;
width: 275px;
box-sizing: border-box;
}
#signform>input:first-child{
margin-top: 50px;
}
#signform>#submit{
background-color: #53Ae65;
font-weight: 700;
font-size: 15px;
text-align: center;
color: white;
font-family: open sans-serif;
padding: 12px 45px;
width: 35%;
margin-left: 33%;
}
#terms,p{
color: black;
font-size: 10px;
text-align: center;
background-color: white;
margin-top: -7px;
margin-bottom: 50px;
}
#terms>span{
text-decoration: underline;
color: #0F5491;
}
p{
margin-top: 5px;
font-size: 13px;
background-color: #eeeeee;
color: rgb(46, 46, 46);
}
#checkicon{
display: inline;
background-color: white;
position: absolute;
top: 36%;
left: 85%;
color: #2fb149;
}