@tailwind base;
@tailwind components;
@tailwind utilities;
import 'bootstrap/dist/css/bootstrap.min.css';

.content {
	margin-top: 100px;
}
.leading-normal {
	width: 100%;
}
.leading-normal tr th,
.leading-normal tr td {
	border: 1px solid #ccc;
}
.news-lists li {
	padding: 15px 0;
}
.table tr th {
	font-weight: bold;
	font-size: 18px;
}
.captcha-wrap {
	display: flex;
}
.captcha-wrap button {
	margin: 0 8px;
	width: 200px;
}

p {
    color: red;
}