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%;
    min-height: calc(100vh - 200px);
    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 center;
    background-color: #ffffff;
    background-size: 60%;
    margin-top: 5%;
    width: 100%;
    min-height: 80px;
}

.pic-head-t {
    /* background-image: url("image/logo_5.png") !important; */
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #ffffff;
    background-size: 60%;
    width: 100%;
    min-height: 80px;
}

.verification-group-img {
    cursor: pointer;
    width: 92%;
    margin-left: 17%;
}

.btn-login {
    color: #ffffff;
	background-color: #a34646;
	border-color: #a34646;
}

.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;
}
