* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    /*EEF3FA*/
    /*font-family: "Arial","Helvetica","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;*/
    font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
    background: url("../Images/BG.svg");
    background-size: cover;
    background-repeat: repeat;
}

#divSignOnline {
    margin: 0;
    position: relative;
    text-align: center;
}

#divActInfo_txt3 {
    font-family: "微軟正黑體";
    line-height: 4rem;
    text-align: left;
    padding: 0px 50px 30px 50px;
    font-size: 1.2rem;
}

.divContent {
    max-width: 1024px;
    margin: 0 auto;
    border: solid #F00 0px;
}

.divSing {
    margin: 15px auto;
    width: 50%;
    border: solid #030 0px;
}

.divSingFlow {
    background: #4F90CA;
    color: #fff;
    font-weight: bold;
    padding-left: 15px;
    margin: 50px 0px 10px 0px;
}

.divSingForm {
    width: 100%;
    height: 60px;
    border-radius: 0px;
    border: solid #BABABA medium;
    position: relative;
    margin: 10px 0px;
}

.SingForm {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* remove default arrow */
    font-family: "微軟正黑體";
    color: #757575;
    font-weight: bold;
    position: absolute;
    border: none;
    outline: none;
    width: 100%;
    height: 55px;
    line-height: 55px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 15px;
    font-size: 1.2rem;
    background: #FFF;
}

.SingFormTXT {
    font-family: "微軟正黑體";
    color: #757575;
    font-weight: bold;
    width: 100%;
    height: 60px;
    line-height: 55px;
    padding-left: 15px;
    font-size: 1.2rem;
    border-radius: 0px;
    border: solid #BABABA medium;
    position: relative;
    margin: 10px 0px;
    background: #FFF;
}

.SingFormTXT2 {
    font-family: "微軟正黑體";
    color: #757575;
    font-weight: bold;
    width: 100%;
    height: 60px;
    line-height: 55px;
    padding-left: 15px;
    font-size: 1.2rem;
    position: relative;
    margin: 10px 0px;
}

#schDate {
    /*width:100%;*/
}