_starting-service.css
1.3 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
.exclamation {
background-color: #ff7f7f;
color: white;
padding: 35px 20px;
font-weight: normal;
}
p {
padding: 30px;
border-bottom: 1px solid #e0e0e0;
}
.apply-button {
background-color: #444;
color: white;
border: none;
border-radius: 4px;
font-size: 27px;
width: 473px;
height: 90px;
margin: 0 auto;
display: block;
}
.agreements {
padding: 30px;
input[type=checkbox] {
label:before {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 0;
top: 0;
margin-left: -20px;
padding-left: 3px;
padding-top: 1px;
font-size: 11px;
color: #555;
}
}
label {
font-size: 27px;
color: #c6c6c6;
}
a {
color: #4d90e2;
&:hover {
text-decoration: underline;
}
}
}
.count-down {
border: 1px solid #84c990;
border-radius: 4px;
background: transparent;
color: #84c990;
width: 160px;
height: 55px;
float: right;
}
.data-encryption {
color: #b0b0b0;
margin: 128px auto 20px;
text-align: center;
}
label {
font-size: 40px;
color: #444;
}
input[type=text] {
font-size: 30px;
}