File: /www/wwwroot/wood-lk.cn/wp-content/themes/mlk/login/login.css
/*! This file is auto-generated */
/*
* Button mixin- creates 3d-ish button effect with correct
* highlights/shadows, based on a base color.
*/
body {
background: #f6f7fb;
}
/* Links */
a {
color: #0384FA;
}
a:focus {
outline: none !important;
box-shadow: none !important;
}
a:hover,
a:active,
a:focus {
color: #0384FA;
}
input,
button,
select,
textarea {
outline: none !important;
box-shadow: none !important;
}
.login form {
overflow: inherit !important;
}
.login #login_error,
.login .message,
.login .success {
border-left: none;
padding: 3px 12px;
margin-left: 0;
margin-bottom: 20px;
background-color: #fff;
box-shadow: none;
border-radius: 5px;
}
.login #login_error {
position: absolute;
top: -70px;
background-color: #fc2f34;
box-shadow: 0 5px 20px -3px rgba(249, 100, 90, .6) !important;
color: #fff;
line-height: 25px;
width: 316px;
}
.login #login_error a {
color: #fff;
}
.login .message {
position: absolute;
bottom: 20px;
background-color: #eee;
margin: 0 30px;
width: 250px;
/* box-shadow: 0 5px 20px -3px rgba(249,100,90,.6)!important; */
}
.login form .input,
.login input[type=text]:focus {
border-radius: 0;
}
form#loginform p {
padding: 10px 0;
}
#login {
width: 340px;
margin: auto;
background: #fff;
border-radius: 10px;
height: 500px;
box-shadow: 0 1px 20px 0 rgba(69, 90, 100, .08);
padding: 0;
padding-left: 560px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-image: none, url(./images/login_bg.png);
background-repeat: no-repeat;
}
@media (max-width: 900px) {
#login {
max-width: 340px;
padding: 0;
transition: 0.5s;
background-image: none, url(./images/login_bg_m.png);
}
}
@media screen and (max-height: 550px) {
#login {
padding: 0;
}
}
/* title */
.login h1 {
width: 280px;
position: relative;
top: 40px;
padding: 0 30px;
text-align: unset;
}
.login h1 a {
background-image: none, url(./images/login_logo.png);
background-size: auto;
background-repeat: no-repeat;
background-position: left;
color: #444;
height: 50px;
font-size: 20px;
font-weight: 400;
line-height: 1.3em;
padding: 0;
text-decoration: none;
width: 280px;
text-indent: -9999px;
outline: 0;
overflow: hidden;
display: block;
}
@media (max-width: 900px) {
.login h1 a {
background-position: center center;
}
}
.login form {
font-weight: 400;
overflow: hidden;
box-shadow: none;
width: 280px;
position: relative;
top: 40px;
padding: 0 30px;
background: none;
border: none;
}
.login form .forgetmenot {
font-weight: 400;
float: left;
}
#login form p.submit {
margin: 0;
padding: 0;
padding-top: 60px;
}
/* button */
#loginform input#wp-submit,
#lostpasswordform input#wp-submit {
outline: none;
border: none;
width: 100%;
padding: 0 40px;
background: linear-gradient(to right, #0186FA, #3442F2);
background-size: 200% 200%;
border-radius: 5px;
box-shadow: 0 5px 20px -3px rgba(48, 96, 239, .6) !important;
transition: .3s;
}
#loginform input#wp-submit:hover,
#lostpasswordform input#wp-submit:hover {
background-position: 200% 50%;
}
.login #nav {
position: relative;
top: -65px;
font-size: 12px;
width: 100px;
margin-left: 180px;
padding: 0 30px;
text-align: right;
display: inline-block;
}
@media screen and (max-width: 782px) {
.login #nav {
top: -76px;
}
}
.login #backtoblog a,
.login #nav a {
text-decoration: none;
color: #777;
}
.login #backtoblog a:hover,
.login #nav a:hover {
color: #0384FA;
}
.login #backtoblog {
font-size: 13px;
padding: 0 15px;
position: relative;
top: 15px;
width: 280px;
text-align: center;
margin: 0;
}
.login form .input,
.login input[type=text] {
font-size: 16px;
width: 100%;
padding: 3px;
margin: 0 6px 12px 0;
border: none;
border-bottom: 1px solid #eee;
padding-top: 5px;
color: #7d7d7d;
background: #fff;
letter-spacing: 1px;
}
.login label {
color: #131313;
font-size: 14px;
}
input#user_pass {
letter-spacing: 2px;
}
.login .button.wp-hide-pw {
outline: none;
border: none;
}
.login .button.wp-hide-pw .dashicons::before {
color: #999;
}
.login .forgetmenot input[type=checkbox]:focus {
outline: none;
border-color: #777;
}
@media screen and (max-width: 782px) {
#rememberme {
width: 1rem;
height: 1rem;
min-height: 1rem;
}
input#rememberme[type=checkbox]:checked:before{
margin: -.1875rem 0 0 -.25rem;
height: 1.3125rem;
width: 1.3125rem;
}
}
/* .login .forgetmenot input[type=checkbox]:checked::before{content: '1';} */