* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-size: 16px;
    font-family: "Noto Sans TC", sans-serif;
    background: linear-gradient(180deg, #e3f2fd 0%, #abdbff 100%);
    min-height: 100vh;
    position: relative
}

body .bi {
    font-size: 20px
}

.container-fluid {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.login-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 32px 0
}

.left-section {
    display: none;
    width: 100%
}

@media(min-width: 992px) {
    .left-section {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 50%;
        position: relative
    }
}

.left-section .graphic-container {
    position: absolute;
    right: -230px;
    height: 100%;
    width: 100%;
    min-width: 600px;
    min-height: 600px
}

@media(min-width: 992px) {
    .left-section .graphic-container {
        right: -140px
    }
}

@media(min-width: 1200px) {
    .left-section .graphic-container {
        right: -150px
    }
}

@media(min-width: 1400px) {
    .left-section .graphic-container {
        right: calc(100% - 63vw)
    }
}

@media(min-width: 1600px) {
    .left-section .graphic-container {
        right: calc(100% - 65vw)
    }
}

.left-section .graphic-container .main-graphic {
    height: auto;
    position: relative;
    z-index: -1;
    right: 50px;
    bottom: 30px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0 20px rgba(33, 150, 243, 0.3))
}

.right-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 32px
}

@media(max-width: 576px) {
    .right-section {
        padding: 0 32px 110px 32px
    }
}

@media(min-width: 768px) {
    .right-section {
        color: red
    }
}

@media(min-width: 992px) {
    .right-section {
        width: 50%
    }
}

.login-card {
    padding: 30px;
    border-radius: 20px;
    position: relative;
    width: 100%;
    max-width: 450px
}

.error-message-container {
    margin-top: 16px;
}

.error-message {
    color: #d32f2f !important;
    font-size: 16px !important;
    text-align: left;
    vertical-align: top !important;
    line-height: 1.4;
}

@media(max-width: 576px) {
    .login-card {
        padding: 0px;
        left: 0
    }
}

@media(min-width: 992px) {
    .login-card {
        left: -30px
    }
}

@media(min-width: 1200px) {
    .login-card {
        left: -60px
    }
}

@media(min-width: 1400px) {
    .login-card {
        left: calc(100% - 53vw)
    }
}

@media(min-width: 1600px) {
    .login-card {
        left: calc(100% - 59vw)
    }
}

.logo-section {
    text-align: center;
    margin-bottom: 40px
}

.logo-section img {
    max-width: 100px
}

.system-title-company {
    letter-spacing: 6px;
    font-size: 50px;
    font-weight: 700;
    color: #1976d2;
}

.system-title {
    letter-spacing: 6px;
    font-size: 48px;
    font-weight: 700;
    color: #1976d2;
    margin-bottom: 8px
}

@media(max-width: 992px) {
    .system-title {
        font-size: 36px;
        letter-spacing: 3px
    }
}

@media(max-width: 992px) {
    .system-title-company {
        font-size: 36px;
        letter-spacing: 3px
    }
}

@media(max-width: 460px) {
    .system-title {
        font-size: 31px;
        letter-spacing: unset
    }
}

@media(max-width: 460px) {
    .system-title-company {
        font-size: 31px;
        letter-spacing: unset
    }
}

@media(max-width: 320px) {
    .system-title {
        font-size: 24px;
        letter-spacing: unset
    }
}

@media(max-width: 320px) {
    .system-title-company {
        font-size: 24px;
        letter-spacing: unset
    }
}

.system-subtitle {
    display: inline-block;
    background: #1976d2;
    color: #fff;
    padding: 1.5px 20px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 24px;
    white-space: nowrap
}

@media(max-width: 1000px) {
    .system-subtitle {
        font-size: 17px
    }
}

@media(max-width: 460px) {
    .system-subtitle {
        font-size: 13px
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid rgba(0, 0, 0, 0);
    transition: all .3s
}

.btn:focus {
    outline: 0
}

.form-group {
    margin-bottom: 6px;
    position: relative
}

.input-group-custom {
    position: relative
}

.input-group-custom:has(.captcha-image) .form-control {
    padding-right: 112px
}

@media(max-width: 424px) {
    .input-group-custom:has(.captcha-image) .form-control {
        padding-right: 48px
    }
}

.form-control {
    display: block;
    width: 100%;
    border: 2px solid #e0e0e0;
    border-radius: 50px;
    padding: 12px 16px;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #424242;
    background-color: #fff;
    background-clip: padding-box;
    transition: all .3s
}

.form-control:focus {
    outline: 0;
    border-color: #1976d2;
    box-shadow: 0 0 0 3px rgba(25, 118, 210, .1)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.input-icon {
    position: absolute;
    left: 16px;
    top: 45%;
    transform: translateY(-50%);
    color: #757575;
    z-index: 10
}

.bi-key-fill {
    top: 25px
}

.password-toggle {
    position: absolute;
    right: 16px;
    top: 27px;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #757575;
    cursor: pointer;
    padding: 4px;
    z-index: 10
}

.password-toggle:hover {
    color: #1976d2
}

.captcha-image {
    position: absolute;
    right: 48px;
    bottom: 10px;
    height: 30px;
    width: auto;
    border-radius: 5px;
    cursor: pointer;
    z-index: 10
}

@media(max-width: 320px) {
    .captcha-image {
        display: none
    }
}

.captcha-image-mobile-container {
    display: none;
    justify-content: center;
    margin-bottom: 10px
}

@media(max-width: 320px) {
    .captcha-image-mobile-container {
        display: flex
    }
}

.captcha-image-mobile {
    height: 30px;
    width: auto;
    border-radius: 5px;
    cursor: pointer
}

.btn-login {
    color: #fff;
    border-color: #1e5bc6;
    background: linear-gradient(to bottom, #3374e5 0%, #1e5bc6 100%);
    box-shadow: 3px 3px 10px 0 hsla(0, 0%, 60%, .2);
    padding: 12px 5px;
    transition: all .2s ease-in-out;
    width: 100%;
    border-radius: 50px;
    padding: 14px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 6px
}

.btn-login:hover {
    background: linear-gradient(135deg, #1565c0 0%, #0d47a1 50%, #0277bd 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(25, 118, 210, .3)
}

.btn-login:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(25, 118, 210, .2)
}

.forgot-password {
    width: auto;
    color: #616161;
    display: inline-block;
    float: right;
    text-align: right;
    margin-top: 16px;
    text-decoration: underline
}

@media(max-width: 576px) {
    .forgot-password {
        text-align: center
    }
}

.forgot-password a {
    text-decoration: none
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    text-align: center;
    font-size: 14px;
    color: #616161
}

.footer #copyright {
    margin-top: 8px;
    color: #fff;
    font-size: 16px
}

@media(max-width: 768px) {
    .footer #copyright {
        font-size: 14px
    }
}

.footer .footer-content .footer-content-text {
    font-size: 18px;
    display: flex;
    justify-content: center
}

@media(max-width: 992px) {
    .footer .footer-content .footer-content-text {
        flex-direction: column;
        font-size: 16px
    }

    .footer .footer-content .footer-content-text .footer-content-text-first-link {
        display: none;
        color: red
    }
}

@media(max-width: 460px) {
    .footer .footer-content .footer-content-text {
        flex-direction: column;
        font-size: 15px
    }
}

@media(max-width: 320px) {
    .footer .footer-content .footer-content-text {
        display: none
    }
}

.footer .footer-content .footer-content-text .footer-content-text-link {
    margin-left: 6px
}

.footer a {
    color: #1976d2;
    text-decoration: none;
    margin: 0 8px
}

.footer a:hover {
    text-decoration: underline
}

@media(max-height: 666px) {
    .footer {
        display: none
    }
}

.online-service-btn {
    position: fixed;
    bottom: 16px;
    right: 16px;
    width: 70px;
    height: 70px;
    background: #1565c0;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(21, 101, 192, .4);
    transition: all .3s;
    z-index: 1000
}

.online-service-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(21, 101, 192, .6);
    color: #fff
}

.online-service-btn span {
    font-weight: 500
}

.online-service-btn #onlineServiceText {
    position: absolute;
    bottom: 10px
}

.online-service-btn #onlineServicePic {
    height: 47px;
    position: absolute;
    top: -5px
}

@media(max-width: 576px) {
    .online-service-btn {
        bottom: 90px;
        width: 70px;
        height: 70px
    }

    .online-service-btn #onlineServiceText {
        font-size: 14px
    }

    .online-service-btn #onlineServicePic {
        height: 50px
    }
}

@media(max-width: 320px) {
    .online-service-btn {
        bottom: 40px
    }
}

/*# sourceMappingURL=style.css.map */