/* ----- ALL ----- */
body{
    font-family: Arial, Helvetica, "微軟正黑體",sans-serif;
    letter-spacing: 0.1em;
    font-size: 16px;
    color: #000;
    background: #D6DDD2 url("../img/bg.png") left top repeat;
}
.container {
    width: 400px;
    height: 400px;
    background-color: #fff;
    border-radius: 50%;
    padding-top: 100px;
    margin-top: 160px;
    position: relative;
}
h1.webtitle {
    display: block;
    width: 337px;
    height: 95px;
    text-indent: -9999px;
    background: transparent url("../img/logo.png") left top no-repeat;
    margin: 0;
    margin-left: -168px;
    position: absolute;
    top: 0;
    left: 50%;
}
h2 {
    color: #333;
    font-size: 1.4em;
    line-height: 2.5em;
    font-weight: bolder;
    text-align: center;
    margin: 0;
}
.form-group {
    padding: 8px 15px;
}

/* Footer ---------------------*/
.Footer {
    color: #666;
    font-size: 0.8em;
    line-height: 1.8em;
    text-align: left;
    margin-top: 30px;
}

.clear {
    clear: both;
}