-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdemo.css
132 lines (130 loc) · 2.38 KB
/
demo.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
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
body{
color:#6a6f8c;
background:#0d160d;
font:600 16px/18px 'Open Sans',sans-serif;
}
*,:after,:before{box-sizing:border-box}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}
a{color:inherit;text-decoration:none}
.form-wrap{
width:100%;
margin:auto;
max-width:525px;
min-height:670px;
position:relative;
background:url(TractorFarm_Lead.jpg) no-repeat center;
box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}
.form-html{
width:100%;
height:100%;
position:absolute;
padding:90px 70px 50px 70px;
background:rgba(21, 63, 33, 0.9);
}
.tab {
font-size:22px;
margin-right:15px;
padding-bottom:5px;
margin:0 15px 10px 0;
display:inline-block;
border-bottom:2px solid transparent;
color:#fff;
border-color:#1161ee;
}
.tab button:hover {
background-color: #ddd;
}
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
font-size: 17px;
color:rgb(216, 245, 250);
}
.tab button.active {
background-color: rgba(80, 5, 5, 0.432);
border:1px;
border-color:#ee181128;
}
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}
input[type=text]
{
border:none;
padding:15px 20px;
border-radius:25px;
background:rgba(255,255,255,.1);
width:100%;
color:#fff;
display:block;
}
input[type=submit]
{
background:#1161ee;
}
label{
color:#aaa;
font-size:12px;
width:100%;
display:block;
}
#del
{
width:40%;
color:#fff;
display:block;
border:none;
padding:15px 20px;
border-radius:25px;
background:rgba(10, 42, 226, 0.986);
float:right;
}
#mel
{
width:40%;
color:#fff;
display:block;
border:none;
padding:15px 20px;
border-radius:25px;
background:rgba(10, 42, 226, 0.986);
}
.hr{
height:2px;
margin:60px 0 50px 0;
background:rgba(255,255,255,.2);
}
.foot-lnk{
text-align:center;
}
.check
{
color:#fff;
background:#1161ee;
}
#p
{
size:20px;
}
#cel
{
width:90%;
color:#fff;
display:block;
border:none;
padding:15px 20px;
border-radius:25px;
background:rgba(10, 42, 226, 0.986);
margin-left:auto;
margin-right: auto;
}