body {
	font-family: Microsoft JhengHei !important;
	color: #000000 !important;
}

.form-group {
	margin-bottom: 15px;
	
}
.input-mergin {
	margin-right: 10px;
}
.form-group label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.form-group input {
	width: 105%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.form-group button {
	width: 100%;
	padding: 10px;
	background-color: #675a49;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.form-group button:hover {
	background-color: #675a49;
}
.verification-group {
	display: flex;
	justify-content: space-between;
}
.verification-group input {
	width: 140%;
}
.verification-group button {
	width: 105%;
}
.login {
	background: #FFF;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.login-container {
	max-width: 600px;
	background-color: #ffffff;
	padding-top: 30px;
	border: 1px solid #dddddd;
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	
}

.registration-container {
	max-width: 600px;
	background-color: #ffffff;
	padding-top: 70px;
	border: 1px solid #dddddd;
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	
}

.registration-box {
	width: 80%;
	height: 690px;
	margin-bottom: 5%;
	margin-top: 3%;
    padding-left: 2%;
    padding-right: 2%;
}

.login-box {
	width: 80%;
	height: 690px;
	margin-bottom: 5%;
	margin-top: 3%;
    padding-left: 2%;
    padding-right: 2%;
}

.login-head {
	padding-left: 8%;
    padding-right: 8%;
}

.password-box {
	width: 80%;
	height: 780px;
	margin-bottom: 5%;
	margin-top: 3%;
    padding-left: 2%;
    padding-right: 2%;
}

.registration-div {
	position: absolute;
	top: 180px;
	left: 50%;
	transform: translateX(-50%);
}

.title-div {
	border-bottom-style:solid;
	text-align: center;
	margin-bottom:10px;
	width: 450px;
}

@media (max-width: 768px) {
	.login-box {
		width: 100% !important;
		background-color: #ffffff;
	}
    .pic-head {
        width: 100% !important;
        padding-bottom: 20% !important;
        background-size: contain !important;
        margin-bottom: 10% !important;
    }

	.title-div {
		border-bottom-style:solid;
		text-align: center;
		margin-bottom:10px;
		width: 350px;
	}

	.registration-div {
		position: absolute;
		top: 150px;
		left: 50%;
		transform: translateX(-50%);
	}

	.registration-container {
		margin-top: 10%;;
		background-color: #ffffff;
		max-width: 600px;
		padding-top: 30px;
		border: 0px solid #dddddd;
		border-radius: 0px;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
		
	}
	.verification-group input {
		width: 100%;
	}
	.verification-group button {
		width: 100%;
		font-size: 80%;
	}

	.verification-group-img {
		cursor: pointer;
		width: 50%;
	}
}

.login-box-left .login-box-right {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-size: contain;
	background-repeat: no-repeat;
	height: auto;
}

.login-box-right {
    padding-left: 2%;
}

div.col-md-6:nth-child(2) {
	border-right-width: 1px;
	border-right-style: solid;
}

.pic-head {
	background-image: url('image/logo_5.png') !important;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	background-size: 60%;
	margin-top: 5%;
}

.pic-head-t {
	background-image: url('image/logo_5.png') !important;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	background-size: 60%;
}


.verification-group-img {
	cursor: pointer;
	width: 92%;
	margin-left: 17%;
}

.btn-login {
	color: #FFFFFF;
	background-color: #675a49;
	border-color: #675a49;
}

.btn-info {
	color: #FFFFFF;
	background-color: #1d3f66;
	border-color: #1d3f66;
}
.btn-other {
    color: #FFFFFF;
    background-color: #EB9F1E;
    border-color: #EB9F1E;
}
.btn-guest {
    color: #FFFFFF;
    background-color: #26762F;
    border-color: #26762F;
}

.btn-forgetPassword {
    color: #8a7f6f;
    background-color: #FFFFFF;
	text-decoration: underline;
}

.btn-registration {
    color: #4d4335;
    background-color: #FFFFFF;
    text-decoration: underline;

}

.btn-backToLogin {
	color: #675a49;
	background-color: #FFFFFF;
	text-decoration: underline;
}

/*主頁背景*/

.content-wrapper {
	background: #FFFFFF !important;
}

.bg-custom {
	background-color: #a34646;
}

.nowrap {
	white-space: nowrap;
}

table th {
	white-space: nowrap;
}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}

table .child ul {
	width: 100% !important;
}

.bg-info {
	background-color: #17a2b8 !important;
}

.bg-success {
	background-color: #76C87B !important;
}

.bg-warning {
	background-color: #FFAA07 !important;
	color: #FFFFFF !important;
}

.bg-danger {
	background-color: #FF5618 !important;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	color: #231815 !important;
	font-weight: bold;
}

.table td,
.table th {

	border-bottom: 1px solid #000;
}

.btn-board {
	color: #000;
	background-color: #fff;
	border-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-board:hover {
	color: #1F2D3D;
	background-color: #8ab4d2;
	border-color: #8ab4d2;
}

.btn-board:focus,
.btn-board.focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem #8ab4d2;
}

.btn-board.disabled,
.btn-board:disabled {
	color: #1d3f66;
	background-color: #8ab4d2;
	border-color: #8ab4d2;
}

.btn-board:not(:disabled):not(.disabled):active,
.btn-board:not(:disabled):not(.disabled).active,
.show>.btn-board.dropdown-toggle {
	color: #1F2D3D;
	background-color: #8ab4d2;
	border-color: #8ab4d2;
}

.btn-board:not(:disabled):not(.disabled):active:focus,
.btn-board:not(:disabled):not(.disabled).active:focus,
.show>.btn-board.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem #8ab4d2;
}

.btn-lg, .btn-group-lg > .btn {

    border-radius: 0.5rem;
  }
