.t-select:not(.selected) {
    color: #838383 !important;
}

/* 選擇後的文字顏色 */
.t-select.selected {
    color: #ffffff !important;
}

button.t-submit{
    width: 100%!important;
}