body{font-family: "Microsoft YaHei", Helvetica, Arial, Lucida Grande, Tahoma, sans-serif;width:100%;height:100%;background: url(https://www.wzxiu.com/wp-content/themes/xiu/static/images/houtaibg.jpg) no-repeat;background-size: cover;}
/* 顶部的logo */
.login h1 a {  background:url(images/logo.png) no-repeat;height: 77px;padding: 0;margin: 0 auto 1em;border: none;animation: dropIn 1s linear;}
/* 登录框表单 */
.login form, .login .message {background: rgba(255, 255, 255, 0.3);border-radius: 3px;border: 1px solid #c3c4c7;margin-left: 0;padding: 13px 12px 17px;font-weight: 400;overflow: hidden;}
/* 登录框输入框 */
.login label {color: #000;}
.login .message {color: #000;}
.login form p {line-height: 10px;}
#user_login{font-size: 18px;line-height: 32px;}
/* 返回博客与忘记密码链接 */
#backtoblog a, #nava {color: #ff0000 !important;font-size: 16px;display: inline-block;-webkit-animation: rtol 1s linear;animation: rtol 1s linear;}
/* 掉落的动画效果 */
@-webkit-keyframes dropIn {0% {-webkit-transform: translate3d(0, -100px, 0)}100% {-webkit-transform: translate3d(0, 0, 0)}}
@keyframes dropIn {0% {transform: translate3d(0, -100px, 0)}100% {transform: translate3d(0, 0, 0)}}
/* 逐渐出现的动画效果 */
@-webkit-keyframes fadeIn {from {opacity: 0;-webkit-transform: scale(.8) translateY(20px)}
to {opacity: 1;-webkit-transform: scale(1) translateY(0)}}
@keyframes fadeIn {from {opacity: 0;transform: scale(.8) translateY(20px)}
to {opacity: 1;transform: scale(1) translateY(0)}}
/* 从右往左的动画效果 */
@-webkit-keyframes rtol {from {-webkit-transform: translate(80px, 0)}
to {-webkit-transform: translate(0, 0)}}
@keyframes rtol {from {transform: translate(80px, 0)}
to {transform: translate(0, 0)}}
/* 隐藏Privacy Policy */
.privacy-policy-page-link{display:none}
.privacy-policy-link{display:none}