.login h1 a {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
text-align: center;
transition-property: border,background,color;
transition-duration: .05s;
transition-timing-function: ease-in-out;
background-image: none,url(..../../login_logo.png);
background-size: 320px;
background-position: center top;
background-repeat: no-repeat;
height: 119px;
font-size: 20px;
font-weight: 400;
line-height: 1.3;
margin: 0 auto 25px;
padding: 0;
text-decoration: none;
    width: 320px;
text-indent: -9999px;
outline: 0;
overflow: hidden;
display: block;
color: #006799;
}
body.login.login-password-protected.login-action-password-protected-login.wp-core-ui div#login form#loginform p label {
font-size:0;
}
body.login.login-password-protected.login-action-password-protected-login.wp-core-ui div#login form#loginform p label:before {
font-size:14px;
content:'共通パスワード';
}
