-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.css
More file actions
69 lines (55 loc) · 929 Bytes
/
profile.css
File metadata and controls
69 lines (55 loc) · 929 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
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
body{
margin: -5;
padding: 0;
background: url(background_t.jpg) no-repeat center top;
background-size: cover;
font-family: sans-serif;
height: 100vh;
font-family: 'Oxygen', sans-serif;
color: #fff !important;
}
{
margin: 0 !important;
}
.main{
}
.title {
font-size: 50px;
font-family: 'Passion One', cursive;
font-weight: 400;
color: #fff;
top: 40%;
left: 24.8%;
}
hr{
width: 10%;
color: #000;
}
.form-group{
}
label{
}
input::-webkit-input-placeholder {
font-size: 13px;
;
}
.main-login{
background-color: #000;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
opacity: 0.7;
}
.main-center{
margin: 0 auto;
max-width: 450px;
padding: 40px;
}
.login-button{
}
.message {
color: #fff;
text-shadow: 1px 1px 2px red;
padding-left: 50px;
font-weight: bold;
}