Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
/* Cubic Bezier Transition */
2
/***
3
Lock Page
4
***/
5
body {
6
  background-color: #ddd;
7
  padding: 0;
8
  margin: 0; }
9
 
10
.page-lock {
11
  top: 50%;
12
  left: 50%;
13
  position: absolute;
14
  margin-top: -140px;
15
  margin-left: -260px; }
16
 
17
.page-lock .page-logo {
18
  margin-bottom: 15px; }
19
 
20
.page-lock .page-body {
21
  width: 510px;
22
  padding: 15px;
23
  background: url(../img/bg-white-lock.png) repeat;
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
.page-lock .page-body:after,
31
.page-lock .page-body:before {
32
  display: table;
33
  content: "";
34
  line-height: 0; }
35
 
36
.page-lock .page-body:after {
37
  clear: both; }
38
 
39
.page-lock .page-footer-custom {
40
  margin-top: 10px;
41
  text-align: left !important;
42
  font-size: 12px;
43
  color: #eaeaea; }
44
 
45
.page-lock img.page-lock-img {
46
  float: left;
47
  width: 200px;
48
  height: auto; }
49
 
50
.page-lock .page-lock-info {
51
  padding-left: 10px;
52
  float: right;
53
  width: 280px; }
54
 
55
.page-lock .page-lock-info h1 {
56
  margin-top: -5px;
57
  font-weight: 300;
58
  color: #fff;
59
  font-size: 28px;
60
  line-height: 32px;
61
  margin-bottom: 5px; }
62
 
63
.page-lock .page-lock-info .email {
64
  color: #eee;
65
  display: block;
66
  font-size: 14px;
67
  line-height: 14px;
68
  margin-bottom: 10px; }
69
 
70
.page-lock .page-lock-info .locked {
71
  color: #333;
72
  font-size: 14px;
73
  line-height: 14px;
74
  font-style: normal; }
75
 
76
.page-lock .page-lock-info form {
77
  margin: 28px 0; }
78
 
79
.page-lock .page-lock-info input {
80
  background: #fff; }
81
 
82
.page-lock .relogin {
83
  margin-top: 10px; }
84
 
85
.page-lock .relogin a {
86
  color: #e1e1e1; }
87
 
88
/*Responsive*/
89
@media (max-width: 768px) {
90
  .page-lock {
91
    top: 0px;
92
    width: 280px;
93
    margin-top: 20px;
94
    margin-left: -140px; }
95
  .page-lock .page-body {
96
    padding: 20px 10px;
97
    text-align: center;
98
    width: 280px; }
99
  .page-lock img.page-lock-img {
100
    float: none !important;
101
    display: block;
102
    margin: 0 auto;
103
    text-align: center;
104
    margin-bottom: 15px; }
105
  .page-lock .page-lock-info {
106
    float: none !important;
107
    width: 260px;
108
    margin: 0 auto; }
109
  .page-lock .page-lock-info input {
110
    width: 200px !important; } }