﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* =========================登录页样式.开始======================= */
.login-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -280px auto auto -140px;
    width: 280px;
    text-align: center;
}

.login-logo {
    margin: 0 auto 10px;
    text-indent: -9999em;
    width: 224px;
    height: 224px;
    background: url('../../images/index.png') no-repeat;
    /*background-image: url('../../images/Nestle.png');*/
}

.login-form .col {
    position: relative;
    padding: 10px 0;
}

    .login-form .col .icon {
        position: absolute;
        display: block;
        top: 24px;
        left: 10px;
        width: 14px;
        height: 14px;
        background: url(skin_icons.png) no-repeat;
        cursor: pointer;
    }

        .login-form .col .icon.user {
            background-position: 0 -140px;
        }

        .login-form .col .icon.pwd {
            background-position: -28px -140px;
        }

    .login-form .col .login-input {
        display: block;
        padding: 5px 10px 5px 34px;
        background: #fff;
        border: 0;
        border-radius: 3px;
        font-size: 14px;
        line-height: 32px;
        *line-height: 30px;
        height: 32px;
        width: 236px;
        color: #333;
    }

    .login-form .col .login-btn {
        display: block;
        padding: 5px 0;
        font-size: 14px;
        color: #fff;
        width: 100%;
        line-height: 28px;
        height: 42px;
        background: #0C4B77;
        border: 0;
        border-radius: 3px;
        letter-spacing: .5em;
        cursor: pointer;
    }

.login-tips {
    display: block;
    margin: 10px auto 0;
    height: 14px;
    vertical-align: middle;
}

    .login-tips i {
        display: inline-block;
        margin-right: 5px;
        width: 14px;
        height: 31px;
        background: url(skin_icons.png) -56px -140px no-repeat;
        text-indent: -9999px;
        vertical-align: middle;
        zoom: 1;
        *display: inline;
        *text-indent: 0;
    }

    .login-tips p {
        display: inline-block;
        height: 14px;
        line-height: 14px;
        font-size: 12px;
        font-weight: normal;
        color: #83b7ce;
        vertical-align: middle;
        zoom: 1;
        *display: inline;
    }

.copy-right {
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    text-align: center;
}

    .copy-right p {
        font-size: 12px;
        color: #83b7ce;
        line-height: 1.8em;
    }
/* ==========================登录页样式.结束======================== */