

.signup-title {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
  border-bottom: 2px solid #c0392b;
  padding-bottom: 10px;
}


/* 쇼핑 계속하기 버튼 */
.btn-custom {
  width: 200px;   /* ✅ 기존 120px → 더 넓게 조정 */
  height: 50px;
  font-size: 16px;
  border-radius: 6px;
}

/* 부트스트랩 기본 버튼 스타일 보완 */
.btn-danger {
  background-color: #c0392b;
  border-color: #c0392b;
}

.btn-danger:hover {
  background-color: #a93226;
  border-color: #a93226;
}
