﻿#container {
    background-color: hsl(87, 75%, 65%) !important;
    padding: 0.1px 0;
}

    #container > header {
        position: absolute;
        top: 8%;
        left: 8%;
    }

    #container > form {
        position: absolute;
        right: 12%;
        bottom: 5%;
        padding: 5px;
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    }

h1 {
    padding: 0 0.5em;
    border-bottom: 1px solid #72b522;
    font-size: 2.5em;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    font-family: '微软雅黑';
    letter-spacing: 3px;
}

h2 {
    text-align: center;
}

td {
    white-space: nowrap;
}

input {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: black;
    font-size: inherit;
    width: auto !important;
}

input[type="text"], input[type="password"] {
    display: inline !important;
}

.fieldwrap {
    line-height: 32px;
}

    .fieldwrap label {
        display: inline-block;
        width: 4em;
        text-align: right;
    }

.linkright {
    text-decoration: none;
}

#login_LoginButton {
    left: 0;
    right: 0;
    display: block;
    width: 95px;
    height: 33px;
    margin: 0 auto;
    border: none;
    margin-top: 0.5em;
    background-color: #96d03f;
}

#notice {
    position: absolute;
    left: 5%;
    bottom: 1em;
    width: 30em;
    color: #9b4545;
}

    #notice header {
        text-align: center;
    }


    #notice h3, #notice h4 {
        margin: 0 auto .75rem;
    }

    #notice section {
        text-indent: 2em;
    }

    #notice address {
        text-align: right;
    }

    #notice em {
        text-decoration: underline;
        font-weight: 900;
        color: black;
    }

    #notice abbr {
        font-weight: bold;
    }

	#notice ol {
		text-indent: 0;
		padding-left: 4em;
        margin: .5rem 0;
	}

@media all and (max-width: 991px) {
    #container > header {
        left: 0;
    }

    h1 {
        font-size: 2em;
    }

    #notice {
        width: 40%;
    }
}

@media all and (max-width: 767px) {

    #container {
        padding: 1rem;
        width: auto;
    }

    #container > header {
        position: static;
    }

    #container > form {
        position: static;
        width: 21rem;
        right: 0;
        left: 0;
        margin: auto;
    }

    h1 {
        font-size: 1.6em;
    }

    #notice {
        position: static;
        width: auto;
        padding: 0.5em 1em;
    }
}
