﻿#LoginForm
{
    font-size: 1.5em;
    font: 微軟正黑體;
    color: #808080;
    background-color: #FFFFFF;
}

#footer
{
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #8FBC28;
    text-align: center;
}

.fontalign
{
    text-align: center;
    font-size: 1.0em;
    color: #FFFFFF;
    margin-top:8px;
}


@media screen and (max-width: 768px)
{
.fontalign
{
    text-align: center;
    font-size: 0.6em;
    color: #FFFFFF;
    margin-top:7px;
}
}

