-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathform.css
More file actions
103 lines (86 loc) · 1.51 KB
/
Copy pathform.css
File metadata and controls
103 lines (86 loc) · 1.51 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
body {
font-size: 17px;
font-family: 'Roboto', sans-serif;
background-image: url("images.jpg") ;
background-size: cover;
}
.content {
width:960px;
margin:20px 200px;
}
.main {
margin-left: 30px;
width:650px;
margin-top:30px;
}
#progressbar {
margin:0;
padding:0;
font-size:20px;
margin-left: 155px;
width: 100%;
}
#active1 {
color:red
}
.textdanger {
color: red;
font-weight: bold;
font-size: 15px;
}
fieldset {
display:none;
width:650px;
padding:15px;
margin-top:50px;
margin-left:100px;
border-radius:5px;
box-shadow:2px 2px 20px 1px black;
background-color:rgb(0,0,0,0.5);
color: white;
}
#first {
display:block;
width:650px;
padding:10px;
margin-top:50px;
border-radius:5px;
margin-left:100px;
box-shadow:2px 2px 20px 1px black;
}
input[type=text],input[type=password],select {
width:70%;
margin:5px 0;
height:25px;
padding:10px;
border:1px solid;
border-radius:4px
}
input[type=date] {
padding: 10px;
border: 1px solid;
width: 70%;
font-size: 15px;
border-radius:4px
}
input[type=submit],input[type=button],input[type=reset] {
width:120px;
margin:15px 25px;
padding:5px;
height:40px;
background-color: red;
border:none;
border-radius:4px;
color:#fff;
}
h2,p {
text-align:center;
}
li {
margin-right:52px;
display:inline;
color:#a4a7ad;
}
#next_btn1, #next_btn2 , #submit {
float: right;
}