.login-container {
    flex: 1;
    display: flex;
    align-items: center;
}

.login-box {
    height: 50%;
}

.account-login-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.account-login-form, .error-box, .logout-box {
    background: #FFFFFF linear-gradient(0deg, rgba(255, 255, 255, 0.50) 0%, rgba(221, 237, 255, 0.50) 98%);
    box-shadow: 0 16px 24px 0 rgba(8, 37, 67, 0.1);
    border-radius: 20px;
    width: 600px;
    height: 524px;
    padding: 40px;
}

.error-box, .logout-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logout-box {
    justify-content: center;
}

.button-box {
    background: #217BBF;
    border: 1px solid rgba(33, 123, 191, 1);
    border-radius: 8px;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;

}


.button-text {
    /*font-family: PingFangHK-Medium;*/
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 28px;
    font-weight: 500;
}


.button-box2 {
    background: #FFFFFF;
    border: 1px solid rgba(33, 123, 191, 1);
    border-radius: 8px;
    height: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    width: 50%;
    text-decoration: none;
}

.button-text2 {
    font-size: 20px;
    color: #217BBF;
    text-align: center;
    line-height: 28px;
    font-weight: bolder;
}

.button-box3 {
    background: #FFFFFF;
    border: 1px solid rgba(33, 123, 191, 1);
    border-radius: 8px;
    height: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

.text-box {
    display: flex;
    justify-content: space-between;
}

.account-text {
    font-size: 32px;
    color: #000000;
    text-align: center;
    font-weight: 600;
}

.switch-to-one-account {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.switch-to-one-account img {
    width: 24px;
    height: 24px;
}

.switch-to-one-account span {
    /*font-family: PingFangHK-Medium;*/
    font-size: 20px;
    color: #217BBF;
    text-align: center;
    line-height: 28px;
    font-weight: 500;
}

.input-box .input-box-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    /*cursor: pointer;*/
}

.input-box .input-box-icon {
    position: absolute;
    /* top: 10px; */
    padding-top: 20px;
    padding-left: 10px;
}

.input-box .input-box-icon img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.input-box .input-box-icon span {
    font-size: 20px;
    color: #85929C;
    font-weight: 400;
}

.input-box input {
    background: #FFFFFF;
    border: 1px solid rgba(206, 220, 230, 1);
    border-radius: 8px;
    height: 64px;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}

/*.input-box:nth-child(2) {*/
/*    margin-top: 10%;*/
/*    margin-bottom: 50px;*/
/*}*/

/*.input-box:nth-child(3) {*/
/*    margin-top: 20px;*/
/*    margin-bottom: 55px;*/
/*}*/

.error-box .message-img {
    display: flex;
    flex-direction: column;
}

.error-box .message-box {
    position: fixed;
    /* height: 50%; */
    margin-top: 220px;
}

.error-box .message-box .message-detail {
    font-size: 24px;
    color: #D90D0D;
    text-align: center;
    line-height: 32px;
    font-weight: 600;
}

.logout-box .message-box {
    margin: 20px;
}

.auth-login {
    width: 1300px;
    min-width: 1000px;
}


.auth-login-header {
    padding: 25px;
}

.auth-login-cards {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.auth-login-card {
    border: 8px solid rgba(52, 187, 57, 0.1);
    box-shadow: 0 7px 24px 0 rgba(0, 121, 27, 0.2);
}

.auth-login-cards .auth-login-card img {
    border-radius: 9px;
    width: 370px;
    height: 268px;
}

.auth-login-card {
    position: relative;
    cursor: pointer;
}

.card-text {
    position: absolute;
    top: -5%;
    height: 100%;
    margin: 20px 20px 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.card-text span {
    font-size: 40px;
    color: #FFFFFF;
    font-weight: 600;
}

.card-text a {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 400;
    text-decoration: none;
}

.login-card-account {
    background-image: url("../img/card-bg-account.png");
}

.login-card-entity {
    background-image: url("../img/card-bg-entity.png");
}

.login-card-ga {
    background-image: url("../img/card-bg-ga.png");
}

.mobile-switch {
    display: none;
!important;
}

.pc-switch {
    display: flex;
!important;
}

/* 整個語言選單容器 */
.language-selector {
    position: absolute;
    top: 10px;
    /*right: 20px;*/
}

/* 語言圖示 */
.language-icon {
    font-size: 22px;
    cursor: pointer;
    user-select: none;
}

/* 下拉菜單 */
.language-menu {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    padding: 10px 20px;
    min-width: 120px;
    text-align: center;
}

/* 每個選項 */
.language-menu div {
    padding: 6px 0;
    color: #222;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s;
}

.language-menu div:hover {
    background-color: #f0f0f0;
    border-radius: 8px;
}

/*!* hover 時顯示選單 *!*/
/*.language-selector:hover .language-menu {*/
/*    display: block;*/
/*}*/