body {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    min-height: 550px;
    align-items: center;
    font-family: "微軟正黑體";
    padding-top: 0px;
    padding-bottom: 40px;
    -ms-flex-align: center;
    background-color: #6C69A0;
}

@media screen and (min-width: 576px) {
    .pic-top {
        left: 75%;
        bottom: 17px;
        width: 130px;
        height: 82px;
        position: relative;
        background-image: url("https://fiza.apps.sinica.edu.tw/img/p1.svg");
        background-size: cover;
        background-position: center;
    }

    .pic-bottom {
        top: 18px;
        width: 130px;
        height: 80px;
        position: relative;
        background-image: url("https://fiza.apps.sinica.edu.tw/img/p2.svg");
        background-size: cover;
        background-position: center;
    }

    .fiza-title {
        min-height: 80px;
    }

    .app-login-item {
        text-align: right !important;
    }
}

@media screen and (max-width: 576px) {
    .pic-top {
        left: 73%;
        bottom: 17px;
        width: 130px;
        height: 30px;
    }

    .pic-bottom {
        top: 18px;
        width: 130px;
        height: 60px;
        position: relative;
    }

    .form-group {
        margin-bottom: 0;
    }

    .list-inline {
        margin-bottom: 0;
    }

    p {
        margin-bottom: 0;
    }

    .fiza-title {
        height: calc(16vh - 10%);
    }

    .features {
        margin-top: 1rem;
    }

    .app-login-item {
        float: left !important;
        text-align: left !important;
    }
}

.text-muted {
    font-size: 50%;
    color: #F5B1A2 !important;
}

.fiza-title {
    margin: auto;
    width: 100%;
    max-width: 600px;
    margin-bottom: 0.8rem !important;
    /* height: 17vh; */
    /* min-height: 80px; */
}

.fiza-main {
    color: #000;
    width: 100%;
    max-width: 600px;
    margin: auto;
    border-radius: 24px;
    background-color: #DDDDDD;
}

@media screen and (min-width: 576px) {
    .fiza-contact {
        padding: 0px 50px;
    }
}

.fiza-submit {
    display: inline-block;
    width: auto;
    height: auto;
    background-color: #f5af84;
    border: none;
    border-radius: 20px;
    color: #000;
    font-size: 1rem;
    font-family: 微軟正黑體,Arial;
    text-align: center;
    padding: 8px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    white-space: unset;
}

.fiza-submit:hover {
    background-color: #e89c72; /* 懸停時的按鈕顏色 */
}

.fiza-submit:active {
    transform: scale(0.95); /* 點擊時縮放按鈕 */
}

button .btn {
    background-color: #F5B1A2 !important;
    border-color: #F5B1A2 !important;
}

.frame-copyright {
    position: relative;
    top: 63px;
    left: 48px;
    margin: 0 !important;
}

.frame-copyright-right {
    position: relative;
    left: 26px;
}

@media (max-width: 767px) {
    .text-muted {
        font-size: 45%;
    }

    .fiza-title {
        margin-bottom: -0.5rem !important;
    }

    .frame-copyright {
        position: relative;
        top: 63px;
        left: 10px;
        white-space: nowrap;
        padding-bottom: 50px;
        margin-bottom: 1.5rem !important;
    }

    .frame-copyright-right {
        position: relative;
        left: 65px;
    }
}

@media (max-width: 575px) {
    .text-muted {
        font-size: 45%;
    }

    .fiza-title {
        margin-bottom: 0rem !important;
    }
}

@media (max-width: 510px) {
    .frame-copyright {
        left: 0px;
        white-space: nowrap;
    }

    .frame-copyright-right {}
}

@media (max-width: 408px) {
    .frame-copyright {
        left: 0px;
        white-space: nowrap;
    }

    .frame-copyright-right {}
}

.text-copyright {
    color: #6C69A0;
}

.wrapText {
    white-space: break-spaces;
}