@charset "utf-8";
/* CSS Document */

/** 背景及字体 **/    
html, body.login
{
  background-image: url(../img/index_bg.jpg);
  font: 14px 'Microsoft YaHei', Arial, Lucida Grande, Tahoma, sans-serif;
}  
/** 去掉链接下划线 **/    
html a{   
    text-decoration: none;   
}  
.wp-core-ui .button-primary
{
  background: #d30023 !important;
}
.language-switcher
{
  display: none;
}
.wp-core-ui .button
{
  color: #fff !important;
}
.wp-core-ui .button-secondary
{
  color: #000 !important;
}
.login #nav
{
  text-align: center;
}
.login #backtoblog a, .login #nav a
{
  text-decoration: none;
  color: #50575e;
  padding: 0 30px;
  text-align: center;
}
.login #backtoblog, .login #nav
{
  text-align: center;
}
.button-primary, .submit .button-primary, #login form .submit input
{
  width: 200px !important;
  height: 50px !important;
}
/** 登录DIV **/    
#login {   
    background:#fff;   
    border: 1px solid #ccc;   
    width:600px;   
    margin: 40px auto 0;   
    padding: 10px 10px 20px 10px;   
    border-radius:5px;   
    box-shadow:0 4px 10px -1px rgba(200, 200, 200, 0.7);   
}   
/** 替换logo **/    
.login h1 a
{
  background: #fff url(../img/logo.png) no-repeat center;
  background-size: auto;
  width: 150px;
  height: 200px;
  background-size: 100% 100%;
  margin-top: 50px;
}  
/** 提示 **/    
.updated, .login .message {   
    background:#fff;   
    border: none;   
    text-align: center;   
}   
/** 表单 **/    
.login form {   
    box-shadow:none;   
    border: none;   
}   
#loginform, #registerform, #lostpasswordform{   
    background:transparent;   
    border:none;   
}   
/** 按钮 **/    
.button-primary,.submit .button-primary,#login form .submit input {   
    width:83px;   
    height:25px;   
    font-weight: bold;   
    border:none;   
}  

.wp-core-ui select {
  font-size: 14px;
  line-height: 3;
  color: #2c3338;
  border-color: #8c8f94;
  box-shadow: none;
  border-radius: 3px;
  padding: 0 24px 0 8px;
  min-height: 30px;
  -webkit-appearance: none;
  background: #f2f2f2 url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 55%;
    background-size: auto;
  background-size: 16px 16px;
  cursor: pointer;
  vertical-align: middle;
  margin-bottom: 20px;
  min-height: 40px;
  max-height: none;
  overflow: hidden;
  display: block;
  width: 100%;
  max-width: 100% !important;
}
.login label {
  margin-bottom: 10px !important;
  margin-top: 5px;
}
.login form .input, .login input[type="password"], .login input[type="text"] {
  font-size: 16px !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */  
  color: #8e8e8e;  
  font-size: 12px !important;
}  
::placeholder { /* Firefox 19+, IE 10+, Opera 15+, Chrome 51+ */  
  color: #8e8e8e;  
  font-size: 12px !important;
}