summaryrefslogtreecommitdiff
path: root/css/logsup.css
blob: ae60e1d486de18a4157afd6d254826a82a3ef1e1 (plain)
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
133
134
135
136
137
138
139
140
@font-face {
  font-family: 'Myriad Pro';
  src: url('../ttf/myriad.ttf');
}
body {
  margin: 0px;
}
#head {
  width: 100%;
  height: 110px;
  border-style: none none solid none;
  border-width: 1px;
  border-color: #dddddd;
}
#head .logolink {
  display: block;
  margin: 0px auto 0px auto;
  width: 334px;
  height: 100%;
  background-size: contain;
  background-image: url('../img/5.png');
  background-repeat: no-repeat;
  background-position: center, center;
}
.logform {
  margin: 1em auto 1em auto;
  display: table;
  width: 450px;
}
.fullrow, .helper {
  margin: 15px -15px 15px -15px;
  width: 100%;
  display: block;
}
.halfrowl {
  display: inline-block;
  width: 50%;
  text-align: left;
  float: left;
}
.halfrowr {
  display: inline-block;
  width: 50%;
  text-align: right;
}
.logform, .logform input, .logform select {
  font-family: 'Myriad Pro';
  font-size: 16pt;
}
.logform select {
  padding: 5px;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  border-radius: 5px;
  color: #000000;
}
.logform select::invalid {
  color: #aaaaaa;
}
.iama {
  margin-right: 0.25em;
}
.logform label {
  font-size: 13pt;
}
input[type=text], input[type=password] {
  width: calc(100% - 24px);
  padding: 6px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  border-radius: 5px;
}
.err input {
  border-color: #aa0000;
}
input[type=submit] {
  margin-left: auto;
  background-color: #fb4d00;
  padding: 5px 50px 5px 50px;
  border-style: none;
  border-radius: 15px;
  color: #ffffff;
  font-size: 14pt;
  font-weight: bold;
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: #fb7700;
}
.logform form {
  margin-bottom: 2em;
}
.logform p {
  font-size: 12pt;
  width: 100%;
  text-align: center;
}
.logform p a {
  text-decoration: none;
  color: #fb4d00;
}
.helper a:hover {
  color: #fb7700;
}
.ehelper {
  color: #aa0000;
  font-weight: bold;
}
.hr {
  width: 450px;
  height: 1px;
  margin: auto;
  background-color: #dddddd;
}
.welcome {
  margin-top: 2em;
  font-family: 'Myriad Pro';
  font-weight: 8pt;
  text-align: center;
  color: #aaaaaa;
}
.copy {
  color: #dddddd;
  position: fixed;
  z-index: -1;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  font-size: x-small;
  font-family: 'Myriad Pro';
}
#inpext, #inparea, #inpphone2, #inpphone3 {
  width: initial;
  display: inline;
}