-
-
Notifications
You must be signed in to change notification settings - Fork 183
Expand file tree
/
Copy pathFalahJr.css
More file actions
39 lines (37 loc) · 607 Bytes
/
FalahJr.css
File metadata and controls
39 lines (37 loc) · 607 Bytes
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
body{
background: aqua;
}
.form-login{
margin-top: 13%;
}
.outter-form-login {
padding: 20px;
background: #EEEEEE;
position: relative;
border-radius: 5px;
}
.logo-login {
position: absolute;
font-size: 35px;
background: #21A957;
color: #FFFFFF;
padding: 10px 18px;
top: -40px;
border-radius: 50%;
left: 40%;
}
.inner-login .form-control {
background: #D3D3D3;
}
h3.title-login {
font-size: 20px;
margin-bottom: 20px;
}
.forget {
margin-top: 20px;
color: #ADADAD;
}
.btn-custom-green {
background: #21A957;
color: #fff;
}