body {
    background-color: #F9F9F9;
    overflow: hidden;
    color: #000000;
}

.logo {
    position: fixed;
    left: 1px;
    top: 1px;
    max-width: 166px;
    max-height: 43px;
}

.header {
    position: fixed;
    background-color: #3399ff;
    width: 100vw;
    height: 44px;
    left: 0vw;
    top: 0vh;
    color: #FFFFFF;
}

.headertext {
    position: fixed;
    font-family: Arial, sans-serif;
    padding: 5px;
    left: 170px;
    top: 0;
    z-index: 500;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
    z-index: 889;
}

.footer {
    position: fixed;
    top: calc(100% - 5vh);
    Left: 0vw;
    width: 100vw;
    text-align: right;
    border-top: solid #0070c0 4px;
    z-index: 888;
}

.footertext {
    font-family: Arial, sans-serif;
    font-style: normal;
    bottom: -35px;
    right: 0vw;
    height: 30px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    z-index: 889;
    font-weight: 700;
}

#main {
    position: relative;
    top: 20vmin;
    width: 100vw;
    height: 100vh;
    left: 0;
    max-width: 70vmin;
    margin: 0 auto;
    text-align: center;
    z-index: 700;
}

#mainPwFin {
    position: relative;
    top: 20vmin;
    width: 100vw;
    height: 100vh;
    left: 0;
    max-width: 70vmin;
    margin: 0 auto;
    text-align: left;
    z-index: 700;
}

.titlelabelPwFin {
    position: relative;
    top: 0vmin;
    margin: 1vmin;
    font-size: 4.5vh;
    text-align: left;
    left: 0vw;
}

.titlelabel {
    position: relative;
    top: 0vmin;
    margin: 2vmin;
    font-size: 2vh;
    left: -15vw;
}

.linktext {
     margin-top: 10vh;
    text-align: center;
    font-size: 3vh;
}

.linktext a:link {
    color: #0070c0;
}

.linktext a:visited {
    color: #0070c0;
}

.linktext a:hover {
    color: #0099ff;
}

.linktext a:active {
    color: #FF8800;
}

.error {
    color: red;
    font-size: 2vh;
    height: calc(100% - 90vh);
}