/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 2025/04/30, 16:46:08
    Author     : matsu
*/

/*ログイン*/

#login {
    width: 320px;
    padding: 30% 0 0;
    margin: auto;
}
body.login {
    background-image: url(../img/login_back.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 750px;
}

#login h1 a {
    background: url(../img/login_logo.png);
    width: 200px;
    background-size: 200px;
    height: 200px;
    pointer-events: none;
    cursor: default;
}
.login h1 a {
    background-image: url(../images/w-logo-blue.png?ver=20131202);
    background-image: none, url(../images/wordpress-logo.svg?ver=20131107);
    background-size: 84px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #3c434a;
    height: 84px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    width: 84px;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
}
body.login #login #loginform {
    background: #00000042;
    border-radius: 5px;
}
.wp-core-ui .button-primary {
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

.request_message {
  border-left: 4px solid #72aee6;
  padding: 12px;
  margin-left: 0;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  word-wrap: break-word;
  font-size: 14px;
}
#requestForm{
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 34px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
    border-radius: 5px;
    
}
p#nav {
    border-color: #fff!important;
    border-radius: 5px;
}
p#nav a:hover {
    border-color: #00a0d2!important;
}
.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
    color: #135e96!important;
}
#backtoblog a:hover, #nav a:hover, #requestForm h1 a:hover {
    color: #135e96!important;
}
#nav:hover {
    border-color: #00a0d2!important;
}
#resetPassword{
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 34px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
    border-radius: 5px;
    font-size:14px;
    
}
 /*パスワードの脆弱性*/
   #pass-strength-result {
  font-weight: bold;
  text-align: center; /* ← テキスト中央揃え */
  color: #000 !important; /* ← 文字は常に黒 */
  font-weight: 600;
  font-size: 16px;
  padding: 5px;
}

#pass-strength-result.text-very-danger {
  background-color: #ffabaf; /* 赤系背景 */
}

#pass-strength-result.text-danger {
  background-color: #facfd2; /* 赤系背景 */
  font-weight: normal;
}

#pass-strength-result.text-warning {
  background-color: #f5e6ab; /* 黄色系背景 */
  font-weight: normal;
}

#pass-strength-result.text-success {
  background-color: #b8e6bf; /* 緑系背景 */
}

.input_pass{
    font-size: 16px;
    font-weight: 600;
}
div#signup{
    margin: 100px auto;
    width: 420px;
    padding: 20px;
    border-radius: 10px;
    background-color: #00000042;
    color: #fff;
}
#signup h4{
    font-size:18px;
}
.btn-signup{
    width: 200px;
}
.error-message{
    font-size:12px;
    color:red;
    font-weight: 600;
}
.p-entry{
    font-size:16px;
}

/*登録申請フォーム*/
div .signup_style {
    margin: 0px !important;
    width: unset !important;
    padding: 20px;
    border-radius: 10px;
    background-color: #00000042;
    color: #fff;
}
