* {
    box-sizing: border-box;
}

html, body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 0px;
    margin: 0;
    height: 100%;
    width: 100%
}

html {
    background-color: #9999cc;
}

body {
    padding-top: 50px;
}

#frmLogin {
    width: 460px;
    margin: 0px auto;
    position: relative;
    padding-top: 100px;
}

.Contents {
    border-top: 1px solid #632f93;
    border-bottom: 1px solid #632f93;
    background-image: url(../../images/bg_low2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0px;
    width: 100%;
    padding: 10px;
}

img {
    padding: 0px;
    margin: 0px;
}

    img.logo {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    img.tm,
    img.tagline {
        position: absolute;
        margin-left: 110px;
    }

    img.tm {
        top: 5px;
    }

    img.tagline {
        top: 75px;
    }

fieldset {
    display: block;
    margin: 10px auto;
    border: none;
    width: 100%;
    padding: 10px 110px;
}

    fieldset > label {
        display: block;
    }

        fieldset > label > input {
            display: block;
            width: 100%
        }

    fieldset > button {
        width: 120px;
        margin-top: 40px;
    }

    fieldset > a {
        font-size: small;
        float: right;
    }

#username {
    margin-bottom: 15px;
}

.copyright {
    text-align: right;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    background-color: #672f94;
    border-top: 1px solid #632f93;
    z-index: 5;
    font-size: 8pt;
    padding: 0px 5px 5px 5px;
    color: #8CC63E;
    background-image: url(../../images/bottom_bar.jpg);
    background-repeat: repeat-x;
    background-position-y: -4px;
}

    .copyright > a {
        display: block;
        color: inherit;
    }

        .copyright > a:hover {
            color: #cccccc;
        }

#notice {
    width: 460px;
    margin: 10px auto;
}

#LoginMessage {
    color: #990000;
    text-align: center;
    font-weight: bold;
}

    #LoginMessage:empty {
        visibility: hidden;
        display: none;
    }
