-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStyle3.css
96 lines (80 loc) · 1.28 KB
/
Style3.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
*{
padding: 0;
margin: 0;
}
body{
background: url(http://wrbbradio.org/wp-content/uploads/2016/10/grey-background-07.jpg) no-repeat center fixed;
background-size: cover;
}
.container{
background: #2d3e3f;
width: 350px;
height: 400px;
padding-bottom: 20px;
position: absolute;
top:50%;
left: 50%;
transform: translate(-50%, -50%);
margin: auto;
padding: 70px 50px 20px 50px;
}
.fl{
float: left;
width: 110px;
line-height: 35px;
}
.fontLabel{
color: white;
}
.fr{
float: right;
}
.clr{
clear: both;
}
.box{
width: 360px;
height: 35px;
margin-top: 10px;
font-family: verdana;
font-size: 12px;
}
.textBox{
height: 35px;
width: 190px;
border: none;
padding-left: 20px;
}
.new{
float: left;
}
.iconBox{
height: 35px;
width: 40px;
line-height: 38px;
text-align: center;
background: #ff6600;
}
.radio{
color: white;
background: #2d3e3f;
line-height: 38px;
}
.terms{
line-height: 35px;
text-align: center;
background: #2d3e3f;
color: white;
}
.submit{
float: right;
border: none;
color: white;
width: 110px;
height: 35px;
background: #ff6600;
text-transform: uppercase;
cursor: pointer;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
}