tz_login.css
3.33 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
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
#login {
background: url(../images/logo-white-5.png) 40px 40px no-repeat !important;
padding-top: 40%;
width: 100%;
padding: 8% 0 0;
margin: auto;
background-size: 132px 72px !important;
}
body.login {
background: url(../images/LogIn@15x.png) no-repeat 0px bottom fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#login {}
.login #nav {
width: 35%;
display: block;
margin: auto;
margin-top: -100px;
background-color: transparent;
padding: 0px 100px 100px 240px;
margin-left: 30%;
}
.login #nav a {
color: #221D58 !important;
text-transform: uppercase;
background-color: transparent;
margin-left: 50px !important;
text-decoration: underline;
}
#login h1 {
display: none;
}
#login form {
width: 35%;
min-height: 250px;
display: block;
margin-top: 35%;
-moz-border-radius: 0px;
-khtml-border-radius: 0;
-webkit-border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
box-shadow: none;
border-radius: 0px;
border: none;
padding: 60px 100px 100px 240px;
margin-left: 30%;
margin-top: 8%;
background: url(../images/login.png) 0px 0px no-repeat;
background-size: 672px 398px !important;
background-position: top;
}
#lostpasswordform {
background: url(../images/reset.png) 0px 0px no-repeat !important;
}
form {}
form {
padding: 0px 16px 40px;
}
#login_error,
.message {
-moz-border-radius: 0px;
border: none;
margin: 0 8px 16px 8px;
border: 1px solid #6ac9c8;
background-color: #221D58;
}
.updated,
.login .message {
background-color: #221D58;
color: #fff;
}
label {
color: #221D58;
font-size: 11px;
}
#nav {
text-shadow: none;
text-shadow: 0px;
margin: 0;
padding: 16px;
padding-top: 0px;
}
html {
background-color: #fff !important;
}
body.login {}
p#backtoblog {
display: block;
}
#backtoblog {
color: #fff;
border: none;
text-shadow: none;
position: absolute;
top: 50px;
left: 27%;
}
.login #backtoblog a,
.login #backtoblog a:hover {
color: #fff !important;
text-decoration: none !important;
text-transform: uppercase;
}
label {
margin-top: 10px !important;
display: block;
position: relative;
right: 0px;
margin-left: 50px !important;
}
#user_pass,
#user_login,
#user_email {
font-family: Georgia, Helvetica, Serif;
font-size: 18px;
font-style: italic;
border: none;
background: transparent;
box-shadow: none;
border-bottom: 1px solid #221D58;
width: 300px;
}
.login #login_error,
.login .message,
.login .success {
border-left: 4px solid #6ac9c8;
}
#wp-submit {
transition: background-color 0.2s linear;
background-color: #221D58 !important;
color: #fff;
border: none;
border-radius: 0px;
font-size: 12px !important;
padding: 10px 30px;
line-height: 14px;
text-decoration: none;
text-transform: uppercase;
text-shadow: none !important;
float: left;
margin-top: 20px !important;
margin-left: 50px !important;
}
#wp-submit:hover {
background-color: #3BA3A2 !important;
text-decoration: none;
color: #fff;
border: none;
}
.forgetmenot {
display: none;
}