﻿body {
    margin: 0;
    padding: 0;
    background: #003e6d;
    font-size: 12px;
    font-family: '宋体','微软雅黑',Arial;
}

a {
    color: #fff;
}

    a:hover {
        color: #900;
    }

.login-panel {
    width: 680px;
    margin: 100px auto;
    padding-top: 120px;
    background: url(images/guet-logo.png) no-repeat left top;
    position: relative;
    z-index: 1;
    color: #fff;
}

    .login-panel .sys-name {
        position: absolute;
        left: 390px;
        top: 20px;
        font-size: 32px;
        letter-spacing: 5px;
        color: #ffd800;
        font-weight:bold;
    }

.control-group {
    position: relative;
    z-index: 1;
    font-size: 16px;
}

    .control-group label.control-label {
        position: absolute;
        left: 0;
        top: 0;
        width: 140px;
        text-align: right;
        line-height: 2em;
    }

    .control-group .controls {
        margin-left: 160px;
        margin-bottom: 20px;
        vertical-align: middle;
    }

        .control-group .controls * {
            vertical-align: middle;
        }

        .control-group .controls input.text-box {
            height: 30px;
            border: none;
            border: 1px solid #ccc;
            line-height: 30px;
            padding-left: 5px;
            width: 90%;
            border-radius: 5px;
        }

.captcha img {
    height: 34px;
}

.field-validation-error {
    color: red;
    display: block;
}

.login-btn {
    width: 90%;
    height: 32px;
    line-height: 28px;
    border: none;
    text-align: center;
    background: #18a818;
    border: 1px solid green;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 15px;
}

    .login-btn:hover {
        background: green;
    }

    .login-btn:active {
        background: #18a818;
    }


.validation-summary-errors {
    color: red;
    padding-left: 160px;
}

    .validation-summary-errors ul {
        list-style: none;
        line-height: 2em;
        font-size: 14px;
        padding: 0;
        margin: 0;
    }

.copyright {
    text-align: center;
    margin-left: 110px;
    color: #fff;
}

    .copyright p {
        line-height: 1.5em;
        margin: 0;
        padding: 0;
    }
