.logo-img {
  width: 300px;
}

.blue-back {
  background-color:#357abf;
  color:#FFF;
}

.gray-wrap {
  border:1px solid #c9c9c9;
  border-radius: 0.5rem;
}

.w-300 {
  width: 300px;
}

/* キャプチャボタンの表示をカスタマイズ（追加） */
.js-captcha-refresh {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  color: #6c757d;
  border: 1px solid #6c757d;
  background-color: transparent;
  border-radius: 0.25rem;
  padding: 0.25rem 0.75rem;
  padding-left: 2.5em; /* アイコン分の余白 */
  cursor: pointer;
  text-decoration: none;
}

.js-captcha-refresh::before {
  content: "⟳"; /* Unicodeリロード風アイコン */
  position: absolute;
  left: 0.4em;
  top: 0%;
  transform: translateY(-20%);
  font-size: 2em;
}

.js-captcha-refresh:hover {
  background-color: #6c757d;
  color: white;
}