/* view result_msg 頁面 */
.result_msg {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  height: 300px;
  justify-content: center;
}

.result_msg_txt {
  letter-spacing: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #0060c0;
}

.result_msg_txt ul {
  list-style-type: none;
  padding: 0;
}

.result_msg_txt li {
  padding: 3px 0;
}

/* 欄位錯誤訊息 */
.invalid-feedback {
  color: #ca2420;
  font-size: 12px;
  padding: 5px 0 0 10px;
}
