/* パスワード表示切替ボタン（共通） */
.c-formInput-password-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.c-formInput-password-wrap input {
  flex: 1;
  padding-right: 60px;
}

.c-formInput-password-toggle {
  position: absolute;
  right: 8px;
  background: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 12px;
  cursor: pointer;
  color: #666;
  white-space: nowrap;
}
