?body
{
	background-color: #ecf5f8
}

a
{
    color: #006699;
    font-family: 微軟正黑體, Verdana;
    font-weight: bold;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

.TopTableCss
{
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    vertical-align: middle;
    position: absolute; 
    width: 416px;
    height: 30px;
    font-family: 微軟正黑體, Verdana;
    font-weight: bold;
}

.TableCss
{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    vertical-align: middle;
    width: 416px;
    height: 572px;
    background-size:contain;
    background-image: url(../images/login/login_new.png);
    background-repeat: no-repeat;
    border-radius: 22px;
    box-shadow: rgb(0 0 0 / 25%) 0 2px 4px 1px, rgb(0 0 0 / 25%) 0 2px 55px 3px;
}

.SubTableCss
{
    width: 414px;
}

.form_text
{
    font-family: 微軟正黑體, Verdana;
    font-weight: bold;
    width: 188px;
    font-size: 16px;
    border-width: 0px;
    border-color: white;
}

.login_button
{
    width: 98px;
    height: 33px;
    cursor: pointer;
}