﻿html, body {
    height: 100%;
    font-family: Verdana,Arial,Tahoma,Helvetica,Microsoft JhengHei;
    font-size: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #005D7F;
    color: white;
    margin: 0px;
}

div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.inputArea {
    margin-bottom: 10px;
    clear: both;
    padding-left: 6.5%;
    padding-right: 6.5%;
}

.label {
    margin-bottom: 3px;
    color: #FFFFFF;
    font-weight: bold;
}

input[type=text], input[type=password] {
    width: calc(100% - 14px);
    height: 50px;
    font-size: 18px;
    padding: 0px 5px;
}

button {
    background: #68dfbe;
    border: none;
    color: #00538B;
    width: 87%;
    height: 50px;
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 6.5%;
    margin-right: 6.5%;
    border-radius: 5px;
}

#logoArea {
    margin-top: 65px;
    margin-bottom: 80px;
}

#titleArea {
    width: 230px;
    margin: 5px auto;
}

#titleArea span {
float: left;
height: 30px;
font-size: 20px;
}

#titleArea span hr {
    margin-top: 18px;
    height: 2px;
    border-width: 0;
    color: white;
    background-color: white;
}

#optionArea {
    font-size: 18px;
    margin-top: 2px;
}

#optionArea span {
float: left;
}

#optionArea span a {
    color: white;
}
