-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
177 lines (151 loc) · 2.84 KB
/
Copy pathstyle.css
File metadata and controls
177 lines (151 loc) · 2.84 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
body {
margin: 0;
font-family: 'lato', 'sans-serif';
font-weight: 700;
align-items: center;
justify-content: center;
color: #555;
background: #ecf0f3;
}
.XEdOp{
display: grid;
place-items: center;
}
.pOxje{
justify-content: center;
}
.logindiv {
margin: 8rem 0;
width: 430px;
height: 700px;
padding: 60px 35px 35px 35px;
border: 1px solid rgba(102, 153, 255,0.5);
border-radius: 40px;
background: #ecf0f3;
box-shadow: 13px 13px 20px #cbced1,
-13px -13px 20px #ffffff;
}
.title {
text-align: center;
font-size: 30px;
padding-top: 10px;
letter-spacing: 0.5px;
}
.fields{
width: 100%;
padding: 75px 5px 5px 5px;
}
.modal_body{
width: 100%;
}
.fields svg {
height: 22px;
margin: 0 10px -3px;
}
.fields input{
border: none;
outline: none;
background: none;
font-size: 18px;
color: #555;
padding: 20px 10px 20px 5px;
}
.modal_body input {
border: none;
outline: none;
background: none;
font-size: 18px;
color: #555;
}
.Otp_div .Get_otp_button{
letter-spacing: 2px;
font-size: 15px;
font-weight: 900;
border: none;
color:#668cff;
}
.Otp_div .Get_otp_button:hover {
color:blue;
}
.username, .Otp_div, .password {
margin-bottom: 30px;
border-radius: 25px;
box-shadow: inset 8px 8px 8px #cbced1,
inset -8px -8px 8px #ffffff;
}
.Email{
padding: 10px 20px 15px 30px;
margin: 0 16px 15px 1px;
border-radius: 10px;
box-shadow: inset 8px 8px 8px #cbced1,
inset -8px -8px 8px #ffffff;
}
.signin-button{
outline: none;
border: none;
cursor: pointer;
width: 100%;
height: 58px;
border-radius: 30px;
font-size: 20px;
font-weight: 700;
font-family: 'lato', 'sans-serif';
color: #ffffff;
text-align: center;
background: #24cfaa;
box-shadow: 3px 3px 8px #b1b1b1
-3px -3px 8px #ffffff;
transition: 0.5s;
}
.signin-button:hover {
background: #2fdbb6;
}
.signin-button:active {
background: #1da88a;
}
.link {
padding: 30px 0 30px 0;
text-align: center;
}
.link a {
text-decoration: none;
color: #0000ee;
font-size: 18px;
}
.link a:hover {
color: #5edd5e;
}
.link svg {
height: 16px;
margin: 0 5px -1px;
}
.link-forgotpassword:hover{
color: #dd715e;
}
.link-signup:hover {
color: #5edd5e;
}
.icons-link {
float: left;
width: 40px;
height: 40px;
cursor: pointer;
margin: 30px;
border-radius: 50%;
box-shadow: 0px 0px 2px #5f5f5f,
0px 0px 0px 5px #ecf0f3,
2px 2px 15px #a7aaaf,
-8px -8px 15px #ffffff;
}
.footer_links ul li a{
font-size: 16px;
color: #dbdbdb;
text-decoration: none;
}
.footer_links ul li a:hover{
color: #fff;
}
h5{
font-size: 1.125rem;
font-weight: 500;
}