Newer
Older
.wrapper {
background-color: #8BBD3C;
border-color: #02702C;
border-width: 10px;
border-style: solid;
border-radius: 50px;
}
.logo {
display: inline-block;
width: 100%;
text-align: center;
vertical-align: middle;
font-weight: bold;
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
}
.line {
display: inline-block;
width: 22%;
vertical-align: middle;
border-color: #02702C;
}
.form-input {
width: 100%;
text-align: center;
}
.user-input div {
text-align: left;
display: inline-block;
padding-left: 10px;
}
.label-input {
width: 35%;
text-align: left;
vertical-align: middle;
font-weight: bold;
color: #008800;
font-size: 150%;
}
.text-input {
width: 55%;
vertical-align: middle;
}
.text-input input {
width:100%;
height: 2em;
}
.text-input-with-check {
width: 49%;
vertical-align: middle;
}
.text-input-with-check input {
width: 100%;
}
.check-icon {
width: 13px;
}
.delete-icon {
width: 13px;
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
}
.checkbox {
text-align: left;
padding-left: 27px;
font-weight: bold;
color: #008800;
font-size: 150%;
}
.bottom {
font-size: 0;
}
.redirect-login {
font-size: initial;
display: inline-block;
width: 45%;
text-align: left;
padding-left: 27px;
}
.register {
font-size: initial;
display: inline-block;
text-align: right;
padding-right: 19px;
width: 50%;
box-sizing: border-box;
}
.register input {
background-color: #82D800;
border-color: #000000;
border-radius: 5px;
font-size: 120%;
padding: 0 0 0 0;
color: black;
font-weight: bold;
width: 32%;
}