
body {
    font-family: 'Noto Sans TC', sans-serif;
}
div#signup .form-label, div#login .form-label {
    font-weight: normal;
    font-size: 1.2rem; /* 更合理的大小 */
}
div#signup .form-control, div#login .form-control {
    font-size: 1.1rem; 
}

/* 排除同意條款標籤 */
div#signup .form-check-label {
    font-size: 1.3rem;
    font-weight: normal;
}

div#group-leader span {
    font-size: large;
    font-weight: bold;
    color: rgb(14, 14, 215);
}