body {
    margin: 0;
    padding: 0;
    background-color: #EEEEEE;
    background-image: url('../../../images/login/login_background.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: cover;
    width: 100%;
    height: 100dvh;
}

.login-block {
    position: absolute;
    left: 10%;
    top: 15%;
    width: 350px;
    text-align: center;
    font-family: "noto sans tc", "Microsoft JhengHei UI", serif;
}

#login-header {
    height: 50px;
    color: white;
}

.login-title {
    font-size: 36px;
}

.login-form-box {
    padding: 0;
    margin: 0;
    text-align: center;
    height: auto;
    color: white;
}

.login-form-box form {
    padding: 10px;
}

.login-form-box .must-done {
    color: red;
    position: relative;
    bottom: 10px;
}

.login-form-box input {
    padding: 5px;
    margin: 5px;
}

#imgCodeLoginWrapper {
    display: inline-block;
}

.img-code {
    vertical-align: bottom;
}

.text-danger {
    color: red;
}

#imgCode {
    vertical-align: baseline;
    margin: 5px 0;
}

.ml-55 {
    margin-left: 55px;
}

.ml-185 {
    margin-left: 185px;
}

.my-alert {
    font-size: 14px;
    color: #FF5D00;
}

.my-note .btn-link {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: #33CB98;
}

.my-note .btn-link:visited {
    color: #33CB98;
}

.my-note .btn-link:hover {
    color: #16a38e;
}

.wms-btn {
    font-size: 15px;
}

.wms-item {
    margin-bottom: 7px;
}

.wms-item-content {
    margin: 0;
}

.wms-item-content h6 {
    color: #ec891d;
}

.wms-item-content p {
    border: 1px solid #b68b6f;
}

.wms-item-content .box {
    border: 1px solid #b68b6f;
    padding: 20px 10px;
    margin: 1em 0 0 0;
}

.wms-item-content a {
    text-decoration: none;
    color: #58a0d5;
    font-weight: bold;
}

.wms-item-content a:hover {
    text-decoration: underline;
}

.wms-item-content table {
    border-spacing: 0;
}

.wms-item-content table, .wms-item-content td {
    border: 1px solid #999999;
}

.wms-item-content td {
    padding: 3px;
}

.wms-font {
    font-family: "Microsoft JhengHei UI", serif;
    font-size: .95rem;
}

.wms-list {

}

.wms-list-title:hover {
    background-color: #fcc577;
}

.wms-list-title {
    color: #000000;
    font-size: .95rem;
    font-weight: bold;
    padding: 5px 0 5px 5px;
    border-top: 1px solid #fcd579;
    background-color: #fff1dd;
    margin: 0;
}

.wms-list-content {
    margin: 0;
    padding: 5px 0 5px 5px;
}

img {
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

#imgCodeApplyWrapper {
    display: inline-block;
}

.modal-content {
    min-height: 85%;
}

.btn {
    padding: .2rem 1rem;
}

.btn-submit {
    color: #ffffff;
    background-color: #176395;
    /*border-color: #79CC26;*/
}

.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active,
.btn-submit.active,
.open .dropdown-toggle.btn-submit {
    color: #ffffff !important;
    background-color: #055c95 !important;
    /*border-color: #79CC26 !important;*/
}

.btn-submit:active,
.btn-submit.active,
.open .dropdown-toggle.btn-submit {
    background-image: none;
}

.btn-submit.disabled,
.btn-submit[disabled],
fieldset[disabled] .btn-submit,
.btn-submit.disabled:hover,
.btn-submit[disabled]:hover,
fieldset[disabled] .btn-submit:hover,
.btn-submit.disabled:focus,
.btn-submit[disabled]:focus,
fieldset[disabled] .btn-submit:focus,
.btn-submit.disabled:active,
.btn-submit[disabled]:active,
fieldset[disabled] .btn-submit:active,
.btn-submit.disabled.active,
.btn-submit[disabled].active,
fieldset[disabled] .btn-submit.active {
    background-color: #176395 !important;
    /*border-color: #79CC26 !important;*/
}

.btn-apply {
    color: #ffffff !important;
    background-color: #176395 !important;
    /*border-color: #26CCA8 !important;*/
}

.btn-apply:hover,
.btn-apply:focus,
.btn-apply:active,
.btn-apply.active,
.open .dropdown-toggle.btn-apply {
    color: #ffffff;
    background-color: #055c95 !important;
    /*border-color: #26CCA8 !important;*/
}

.btn-apply:active,
.btn-apply.active,
.open .dropdown-toggle.btn-apply {
    background-image: none;
}

.btn-apply.disabled,
.btn-apply[disabled],
fieldset[disabled] .btn-apply,
.btn-apply.disabled:hover,
.btn-apply[disabled]:hover,
fieldset[disabled] .btn-apply:hover,
.btn-apply.disabled:focus,
.btn-apply[disabled]:focus,
fieldset[disabled] .btn-apply:focus,
.btn-apply.disabled:active,
.btn-apply[disabled]:active,
fieldset[disabled] .btn-apply:active,
.btn-apply.disabled.active,
.btn-apply[disabled].active,
fieldset[disabled] .btn-apply.active {
    background-color: #176395 !important;
    /*border-color: #26CCA8 !important;*/
}

ul {
    list-style-type: '●';
    font-size: 18px;
}

ul li {
    margin: .25rem 0;
}

.text-title {
    color: #176395;
}