.img-fluid {
    max-width: 100%;
    max-height: 300px;
}
.card-title,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,"microsoft jhenghei","microsoft mhei","微軟正黑體";   
}

.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
	font-size: 20px; 
}
form label {
	color: #000;
    font-size: 16px;  
	font-family: "Hind", sans-serif,"microsoft jhenghei","microsoft mhei","微軟正黑體";
	text-transform: capitalize;
}

body {
    font-family: "Rubik", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,"microsoft jhenghei","microsoft mhei","微軟正黑體";
	font-size: 18px; 
}

.form-control {
  padding: 0.5rem 0.5rem;
}

.card-body {
    padding: 0.5rem;
}

.logo-img img{
 max-height: 100px;
}

