* {
    font-family: 微軟正黑體, 黑體;
}

html, body {
    height: 100%;
}

body {
    overflow-x: hidden;
}

.mt-110 {
    margin-top: 110px !important;
}

.dropdown-menu {
    height: 300px;
    overflow-y: auto;
}

div.gtdm-combo a.is-invalid {
    color: red;
}

div.gtdm-container {
    max-width: 1440px;
    height: 100%;
    background-color: #9CC5E3;
    background-attachment: fixed;
    background-image: url(./images/gtdm-login-bg1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    padding: 0;
}

@media (max-width: 576px) {
    div.gtdm-container div.card {
        width: 570px;
        margin: 0 auto 0 auto;
    }
}

@media (max-width: 768px) and (min-width: 576px) {
    div.gtdm-container div.card {
        width: 70%;
        margin: 0 auto 0 auto;
    }
}

@media (max-width: 1200px) {
    div.gtdm-container {
        background-position: top left;
        width: 100%;
        padding: 0;
    }

    div.gtdm-notice-container {
        width: 100%;
    }
}

div.gtdm-container h4 {
    color: #0D6FB8;
}

div.gtdm-secret-box {
    min-height: 544px;
    max-height: 574px;
}

div.gtdm-input-group {
    display: flex;
    width: 100%;
    border-bottom: 1px solid silver;
    padding: 2px 0 2px 0;
    margin: 5px auto 5px auto;
}

span.gtdm-input-label {
    width: 80px;
    font-weight: 600;
}

span.gtdm-input-label-auto {
    width: auto;
}

.gtdm-input {
    border: 0px none transparent;
}

.gtdm-input:invalid {
    color: red;
}

.gtdm-input:valid {
    color: black;
}

div.gtdm-notice-container {
    display: block;
    width: 100%;
    margin: 0;
    background-color: #9CC5E3;
    z-index: 1;
}

div.gtdm-notice-container fieldset {
    border: 2px solid #D6E7F3;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 10px;
    min-height: 150px;
    padding: 0 5px 10px 5px;
}

div.gtdm-notice-container fieldset legend {
    font-weight: bold;
    color: #072785;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

div.gtdm-message-container div.card-header {
    height: 35px;
    padding: 0;
}

div.gtdm-message-container div.card-header button {
    height: 35px;
    width: 100%;
    text-align: left;
}

div.gtdm-message-container div.card-body {
    padding: 5px 20px 5px 20px;
    background-color:#FFF
}

.gtdm-subject .fa {
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;

    -webkit-transition: transform 200ms linear;
    -moz-transition: transform 200ms linear;
    -o-transition: transform 200ms linear;
    -ms-transition: transform 200ms linear;
    transition: transform 200ms linear;
}

.gtdm-subject-collapse .fa {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

    -webkit-transition: transform 200ms linear;
    -moz-transition: transform 200ms linear;
    -o-transition: transform 200ms linear;
    -ms-transition: transform 200ms linear;
    transition: transform 200ms linear;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    div.gtdm-notice-container {
        padding-top: 4px;
    }

    div.gtdm-notice-container fieldset legend {
        display: inline-block;
        position: relative;
        top: -18px;
        left: 40%;
        background-image: linear-gradient(to bottom, transparent, #9CC5E3 45%);
    }

    div.gtdm-secret-box {
        min-height: auto;
    }
}

div.gtdm-version {
    color: white;
    width: 90%;
    margin: 0 auto 0 20px;
}

div.gtdm-container div.card {
    z-index: 2;
}