Project

General

Profile

1

    
2
.middle-box h1 {
3
    font-size: 70px;
4
}
5

    
6
.logo-name {
7
    letter-spacing: -7px;
8
    margin-bottom: 25px;
9
}
10

    
11
#page-wrapper {
12
    min-height: 850px !important;
13
}
14

    
15
.wizard > .content {
16
    background: #fff none repeat scroll 0 0;
17
    min-height: 220px;
18
}
19

    
20
.wizard > .content > .body input {
21
    display: inline-block;
22
}
23

    
24
.wizard > .steps > ul > li {
25
    width: 33%;
26
}
27

    
28
.product-imitation {
29
    padding: 70px 0;
30
}
31

    
32
.form-group .col-sm-12 {
33
	padding-left: 0px;
34
	padding-right: 0px;
35
}
36

    
37
.wizard > .content .body {
38
    position: relative;
39
}
40

    
41
.wizard > .content .body {
42
    float: left;
43
    height: 95%;
44
    padding: 2.5%;
45
    width: 95%;
46
}
47

    
48
.wizard > .content h2 {
49
    color: #829333;
50
    font-size: 18px;
51
    padding-bottom: 10px;
52
    /*padding-top: 25px;*/
53
}
54

    
55
.alert {
56
    padding: 10px;
57
}
58

    
59

    
60

    
(6-6/11)