Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
/***
2
Lock Page
3
***/
4
body {
5
  background-color: #465568 !important;
6
  padding: 0;
7
  margin: 0;
8
}
9
 
10
.page-lock {
11
  margin: 90px auto 30px auto;
12
  width: 450px;
13
}
14
 
15
.page-lock .page-logo {
16
  text-align: center;
17
  margin-bottom: 15px;
18
}
19
 
20
.page-lock .page-body {
21
  width: 100%;
22
  margin-top: 50px;
23
  background-color: #3a4554;
24
  -webkit-border-radius: 7px;
25
  -moz-border-radius: 7px;
26
  -ms-border-radius: 7px;
27
  -o-border-radius: 7px;
28
  border-radius: 7px;
29
}
30
 
31
.lock-head {
32
  display: block;
33
  background-color: #323d4b;
34
  text-align: center;
35
  padding-top: 15px;
36
  padding-bottom: 15px;
37
  font-size: 22px;
38
  font-weight: 400;
39
  color: #4db3a5;
40
  -webkit-border-radius: 7px 7px 0 0;
41
  -moz-border-radius: 7px 7px 0 0;
42
  -ms-border-radius: 7px 7px 0 0;
43
  -o-border-radius: 7px 7px 0 0;
44
  border-radius: 7px 7px 0 0;
45
}
46
 
47
.lock-body {
48
  display: block;
49
  margin: 35px;
50
  overflow: hidden;
51
}
52
 
53
.lock-avatar {
54
  margin-top: 15px;
55
  height: 110px;
56
  -webkit-border-radius: 50% !important;
57
  -moz-border-radius: 50% !important;
58
  border-radius: 50% !important;
59
}
60
 
61
.lock-form {
62
  padding-left: 40px;
63
}
64
 
65
.lock-form h4 {
66
  margin-top: 0px;
67
  color: #dbe2ea;
68
  font-size: 18px;
69
  font-weight: 400;
70
}
71
 
72
.lock-form .form-group {
73
  margin-top: 20px;
74
}
75
 
76
.lock-form .form-group .form-control {
77
  background-color: #303a48;
78
  border: none;
79
  width: 220px;
80
  height: 40px;
81
  color: #697687;
82
}
83
 
84
.lock-form .form-group .form-control::-moz-placeholder {
85
  color: #556376;
86
  opacity: 1;
87
}
88
 
89
.lock-form .form-group .form-control:-ms-input-placeholder {
90
  color: #556376;
91
}
92
 
93
.lock-form .form-group .form-control::-webkit-input-placeholder {
94
  color: #556376;
95
}
96
 
97
.lock-form .form-group .form-control:focus {
98
  background-color: #2b3542;
99
}
100
 
101
.lock-form .form-actions {
102
  margin-top: 20px;
103
}
104
 
105
.lock-form .form-actions .btn-success {
106
  background-color: #e76070 !important;
107
  width: 220px;
108
  font-weight: 600;
109
  padding: 10px;
110
}
111
 
112
.lock-form .form-actions .btn-success:hover {
113
  background-color: #d75464 !important;
114
}
115
 
116
.lock-bottom {
117
  display: block;
118
  background-color: #323d4b;
119
  text-align: center;
120
  padding-top: 20px;
121
  padding-bottom: 20px;
122
  -webkit-border-radius: 0 0 7px 7px;
123
  -moz-border-radius: 0 0 7px 7px;
124
  -ms-border-radius: 0 0 7px 7px;
125
  -o-border-radius: 0 0 7px 7px;
126
  border-radius: 0 0 7px 7px;
127
}
128
 
129
.lock-bottom a {
130
  font-size: 14px;
131
  font-weight: 400;
132
  color: #638cac;
133
}
134
 
135
.lock-bottom a:hover {
136
  color: #7ba2c0;
137
}
138
 
139
.page-footer-custom {
140
  text-align: center;
141
  padding-top: 40px;
142
  color: #5f6e83;
143
}
144
 
145
@media (max-width: 768px) {
146
  .page-lock {
147
    margin: 100px auto;
148
  }
149
}
150
@media (max-width: 560px) {
151
  .page-lock {
152
    margin: 50px auto;
153
    width: 400px;
154
  }
155
 
156
  .lock-body {
157
    margin: 30px;
158
  }
159
 
160
  .lock-avatar {
161
    width: 120px;
162
    height: 120px;
163
    margin-top: 20px;
164
  }
165
 
166
  .lock-form h4 {
167
    font-size: 16px;
168
  }
169
 
170
  .lock-form .form-group .form-control {
171
    padding: 20px 20px;
172
    width: 170px;
173
  }
174
 
175
  .lock-form .form-actions .btn-success {
176
    width: 170px;
177
    margin-bottom: 10px;
178
  }
179
}
180
@media (max-width: 420px) {
181
  .page-lock {
182
    margin: 30px auto;
183
    width: 280px;
184
  }
185
 
186
  .lock-body {
187
    margin: 0px;
188
  }
189
 
190
  .page-lock .page-body {
191
    margin-top: 30px;
192
  }
193
 
194
  .lock-avatar {
195
    margin-top: 20px;
196
  }
197
 
198
  .lock-avatar-block {
199
    display: block;
200
    width: 100%;
201
    text-align: center;
202
    margin-bottom: 10px;
203
  }
204
 
205
  .lock-form {
206
    padding-left: 20px;
207
  }
208
 
209
  .lock-form h4 {
210
    font-size: 16px;
211
    text-align: center;
212
  }
213
 
214
  .lock-form .form-group .form-control {
215
    padding: 20px 20px;
216
    width: 240px;
217
  }
218
 
219
  .lock-form .form-actions .btn-success {
220
    width: 240px;
221
    margin-bottom: 20px;
222
  }
223
}