Subversion Repositories SmartDukaan

Rev

Rev 21627 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
21627 kshitij.so 1
#welcome {
2
	width: 600px;
3
	margin:0 auto;
4
	padding-top:30px;
5
}
6
 
7
#login-box {
8
	position: relative;
9
    padding: 10px;
10
    margin:0 auto;
11
    width: 400px;
22415 ashik.ali 12
    height: 270px;
21627 kshitij.so 13
    border-radius: 3px;
14
    background: white;
15
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.26);
16
    overflow: hidden;
17
}
18
 
19
#login-logo {
20
    padding: 10px;
21
    margin:0 auto;
22415 ashik.ali 22
    width: 300px;
21627 kshitij.so 23
    border-radius: 2px;
24
    background: white;
25
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.26);
26
    overflow: hidden;
27
}
28
 
29
#customBtn{
30
	position: relative;
31
	margin:0 auto;
32
	top:5%;
33
	width:310px;
34
	height:50px;
35
	cursor:pointer;
36
}
37
 
38
h2{
39
	font-family: 'Lato', Helvetica, sans-serif;
40
	font-size:16px;
41
	color:gray;
42
	font-weight:800;
43
	text-align:center;
44
}
45
 
46
h1{
47
	font-family: 'Lato', Helvetica, sans-serif;
48
    font-size: 36px;
49
    font-weight: 300;
50
    color: #333333;
51
    -webkit-font-smoothing: subpixel-antialiased;
52
    text-align:center;
53
}
54
 
55
strong {
56
    font-weight: 500;
57
}
58
 
59
p{
60
	text-align:center;
61
	color:gray;
62
	font-size:16px;
63
	font-family: 'Lato', Helvetica, sans-serif;
64
}