@charset "utf-8";
/* CSS Document */
html, body {
    height: 100%;
    margin: 0;
}

body {
   display: flex;
   flex-direction: column;
 }

.queryArea {
    flex: 1 0 auto; /* 撐滿剩餘空間 */
    margin-top: 30px;
    padding: 20px;
    /* max-height: 500px;  可選，看需求 */
  }

.footer {
    flex-shrink: 0; /* 不縮小 */
    width: 100%;
    background: #f6f6f6;
    color: #666;
    font-size: 1rem;
    letter-spacing: 2px;
    font-weight: 400;
    text-align: center;
    padding: 32px 0 24px 0;
  }
  
input[type=text]{
	font-family:"微軟正黑體", Verdana, Geneva, sans-serif;  
	font-size: 13px;
	
}

input[name=captcha]{
	 text-transform: uppercase;
	 letter-spacing:3px;
	}
.containe{
	font-size: 13px;  }

.btn-info-self{
	border: none;
	background-color:#999;
	color:white;  } 
.btn-info-self:hover{
	background-color: #360; }

.img-logo{
	height: 20px;
}

.img-logo:hover{
	height: 40px;  }
	
.card-title {
  font-size: 1.25rem; /* 比內文大一點 */
  font-weight: 700;   /* 粗體 */
  color: #333;
}