-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
executable file
·51 lines (51 loc) · 1.18 KB
/
Copy pathindex.css
File metadata and controls
executable file
·51 lines (51 loc) · 1.18 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
body{
margin: 0 auto;
background-image: url("background.jpg");
background-repeat: no-repeat;
background-size: 100% 1020px;
}
.container{
width: 500px;
height: 600px;
text-align: center;
background-color: rgba(52, 73, 94, 0.7);
borfer-radius: 4px;
margin: 0 auto;
margin-top: 275px;
}
.container img{
width: 120px;
height: 120px;
margin-top: -60px;
margin-bottom: 30px;
}
input[type="text"],input[type="password"]{
height: 45px;
width: 300px;
font-size: 18px;
margin-bottom: 20px;
background-color: #fff
padding-left: 40px;
}
.form-inputnth-child(2)::before{
content: "";
position: absolute;
font-family: "FontAwesome"
padding-top: 5px;
font-size: 35px;
color: #9B59B6
background-image: url(avatar.png);
}
.btn-login{
padding: 15px 30px;
cursor: pointer;
color: #fff;
border-radius: 4px;
border: none;
background-color: #2ECC71;
border-bottom: 4px solid #27AE60;
margin-bottom: 4px solid #27AE60
}
a{
color: #fff;
}