-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
69 lines (69 loc) · 1.34 KB
/
styles.css
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{
font-family: 'Open Sans', sans-serif;
background:#27343d;/*#3498db;*/
margin: 0 auto 0 auto;
width:100%;
text-align:center;
margin: 20px 0px 20px 0px;
}
p{
font-size:12px;
text-decoration: none;
color:#ffffff;
}
h1{
font-size:1.5em;
color:#525252;
}
.box{
background:white;
width:300px;
border-radius:6px;
margin: 0 auto 0 auto;
padding:0px 0px 70px 0px;
border: #2980b9 4px solid;
}
.username{
background:#ecf0f1;
border: #ccc 1px solid;
border-bottom: #ccc 2px solid;
padding: 8px;
width:250px;
color:#AAAAAA;
margin-top:10px;
font-size:1em;
border-radius:4px;
}
.button{
background:#2ecc71;
width:125px;
padding-top:5px;
padding-bottom:5px;
color:white;
border-radius:4px;
border: #27ae60 1px solid;
margin-top:20px;
margin-bottom:20px;
float:left;
margin-left:88px;
font-weight:800;
font-size:0.8em;
}
.button:hover{
background:#2CC06B;
}
.fpwd{
color:#f1c40f;
text-decoration: underline;
}
#absoluteCenteredDiv{
position: absolute;
top:0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width:400px;
height: 300px;
text-align: center;
}