/*
Theme Name: Inspiro Child
Theme URI: https://www.wpzoom.com/themes/inspiro
Template: inspiro
Description: This is a simple Child Theme.
Author: WPZOOM
Author URI: https://www.wpzoom.com
Version: 1.0
*/

/* Write your custom CSS code below or add it in the Customizer > Additional CSS */



/* タイトル中央揃え */
.member-header {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}

/* エラーメッセージ中央寄せ（例：Theme My Login等） */
.login .message, .login .error, .wp-block-loginout p {
  text-align: center;
  font-weight: bold;
  color: #c62828; /* 赤色 */
  margin-bottom: 20px;
}

/* ログインボタンのカスタマイズ */
.login .button, .tml .submit input[type="submit"] {
  background-color: #0073aa;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.login .button:hover, .tml .submit input[type="submit"]:hover {
  background-color: #005f8d;
}

/* 「新規ユーザー登録」リンク */
.register-link a, .tml-register-link a {
  color: #0073aa;
  font-weight: bold;
  text-decoration: none;
}

.register-link a:hover, .tml-register-link a:hover {
  text-decoration: underline;
}

/* ログインフォーム全体中央寄せ（必要に応じて） */
.login-form-wrapper, .tml {
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
}
