body.login-password-protected {
    font-size: 16px;
}

.password-protected-description {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.4;
}


 .login-password-protected h1 a {
    display: block;
    width: 220px; /* 好きな幅 */
    height: 80px; /* 好きな高さ */
    background-image: url('../img/icon_loguin.svg');
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px; /* テキストを隠す */
}

body.login-password-protected{
    background-color:#f9f9f9;
}


body.login-password-protected #login{
    width:80%;
    max-width:500px;
}


body.login.login-password-protected form{
    padding:30px 36px 30px;
    margin-top:36px;
}

body.login.login-password-protected label{
    font-size:15px;
}


.password-protected-text-below{
    width:100%;margin-top:40px;
    font-size:15px;
}

.wp-core-ui .button-primary{
    background: #069288;
    border-color: #069288;
}

.password-protected-text-below{
width:100%;margin-top:40px;line-height:200%}


 .wp-core-ui .button.button-large{
    padding:4px 40px !important;
}