/*
Theme Name: gh-estate
Version: 1.0.0
*/

/* -------------
仲介会社専用ページログイン
------------- */
.swpm-remember-me,
.swpm-before-login-submit-section,
.swpm-forgot-pass-link,
.swpm-join-us-link,
.swpm-logged-status,
.swpm-logged-username-value,
.swpm-logged-membership,
.swpm-logged-expiry,
.swpm-edit-profile-link {
  display: none;
}
.swpm-username-label .swpm-label {
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
}
.swpm-username-input {
  margin-top: 8px;
}
.swpm-username-input .swpm-text-field {
  height: 40px;
  width: 100%;
  max-width: 394px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background-color: #fff;
  padding: 8px 12px;
}
.swpm-password-input {
  margin-top: 8px;
  margin-bottom: 24px;
}
.swpm-password-input .swpm-password-field {
  height: 40px;
  width: 100%;
  max-width: 394px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background-color: #fff;
  padding: 8px 12px;
}
.swpm-password-label {
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
}
.swpm-login-submit {
  position: relative;
  margin: auto;
  width: fit-content;
  transition: all 0.3s ease;
}
.swpm-login-submit::after {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  content: '';
  display: inline-block;
  background-image: url(./src/image/arrow-ico.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
}
.swpm-login-submit:hover {
  opacity: 0.6;
}
.swpm-login-widget-form input.swpm-login-form-submit {
  width: 180px;
  background-color: #393939;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
}
.swpm-login-action-msg {
  margin-top: 6px;
}
.swpm-red-error-text  {
  font-size: 14px;
  font-weight: 500;
}
.swpm-logged-username-label.swpm-logged-label {
  width: fit-content;
  margin: auto;
}
.swpm-logged-logout-link {
  position: relative;
  margin: auto;
  margin-top: 20px;
  width: fit-content;
  transition: all 0.3s ease;
}
.swpm-logged-logout-link a {
  display: block;
  padding: 8px 16px;
  width: 180px;
  border-radius: 4px;
  background-color: #393939;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.swpm-logged-logout-link a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  content: '';
  display: inline-block;
  background-image: url(./src/image/arrow-ico.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
}
.swpm-logged-logout-link a:hover {
  opacity: 0.6;
}