﻿html, body {
    height: 100%;
    font-family: 'Microsoft JhengHei',Verdana,Arial,Tahoma,Helvetica;
    font-size: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #F1F1F1;
    /*    background: #005D7F;*/
}

.page-content {
    padding: 0px;
    background: #F1F1F1;
}

button {
    background: #68dfbe;
    border: none;
    color: #005D7F;
    width: 86%;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    border-radius:5px;
    padding:0px;
}


.funcTitle {
    text-align: center;
    color: #005D7F;
    font-size: 24px;
    font-weight: bold;
}

.CommonPage {
    padding: 0px 30px;
    text-align: center;
    height: 100%;
    width: 100%;
}

.CommonPage div {
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.CommonPage input[type=tel], input[type=email], input[type=text], input[type=password] {
    width: 100%;
    height: 50px;
    font-size: 18px;
}

.CommonPage .ColumnRemark {
    color: #484545;
    text-align: right;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
}