body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #000;
    font-family: "Noto Sans TC", Arial, "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
}

#outBlock {
    max-width: 375px;
    margin: auto;
}

.bigBlock {
    position: relative;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
}

.bigBlock * {
    box-sizing: border-box;
}

#b1 .logo {
    margin-top: 50px;
}

#b1 .logo > img {
    width: 41px;
}

#b1 .step {
    margin-top: 28px;
}

#b1 .step span {
    color: #00cc6c;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

#b1 .explain {
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
}

#b1 .input {
    width: 100%;
    margin-top: 10px;
}

#b1 .input input {
    width: 100%;
    height: 60px;
    padding: 12px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    font-size: 20px;
}

#b1 .input input:focus {
    border-color: #00a955;
    outline: 2px solid rgba(0, 204, 108, 0.18);
}

#b1 .pw-explain {
    width: 100%;
    margin-top: 10px;
    color: #777a80;
    font-size: 12px;
    line-height: 1.5;
}

.finger-login {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #00a955;
    cursor: pointer;
    font: inherit;
    font-weight: 600;
    text-decoration: underline;
}

.finger-login:focus-visible,
.biometric-tools button:focus-visible {
    outline: 2px solid #00a955;
    outline-offset: 3px;
}

.turnstile-wrap {
    min-height: 70px;
    margin-top: 14px;
}

#turnstileWidget {
    width: 100%;
}

.form-status {
    min-height: 20px;
    margin: 8px 0 0;
    color: #666a70;
    font-size: 13px;
    line-height: 1.5;
}

.form-status[data-type="success"] {
    color: #008f49;
}

.form-status[data-type="warning"] {
    color: #9a6200;
}

.form-status[data-type="error"] {
    color: #c62828;
}

#b1 .submit button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    margin-top: 30px;
    border: 0;
    border-radius: 5px;
    outline: 0;
    background-color: #24c875;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    appearance: none;
}

#b1 .submit button:disabled {
    background-color: #b8dfcb;
    cursor: not-allowed;
}

.biometric-tools {
    margin: 18px 0 80px;
    padding: 12px;
    border-radius: 6px;
    background: #f2fbf6;
    color: #4c5256;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

.biometric-tools button {
    margin-left: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #008f49;
    cursor: pointer;
    font: inherit;
    text-decoration: underline;
}

.biometric-tools[hidden] {
    display: none;
}

::placeholder {
    color: #b4b6ba;
    font-size: 16px;
}

@media all and (max-width: 345px) {
    #outBlock {
        padding: 5px;
    }
}
