﻿/* 
 * login
 */

body {
    background: #1c77ac;
}

.container {
    margin: 0 auto;
    background: url(../../images/login/bg.jpg) no-repeat 0 0;
    width: 1072px;
    height: 900px;
    padding: 20px 40px;
    text-align: left;
    left:10rem;right:auto;
}

.bt {
    position: absolute;
    margin-top: 180px;
    margin-left: 200px;
}
.bqsy2 {
    font-size: 15px;
    color: #07507b;
    position: absolute;
    margin-top:250px;
    margin-left: 770px;
     
}

.bqsy {
    font-size: 12px;
    color: #07507b;
    position: absolute;
    margin-top: 5px;
     
}

    .bqsy a {
        text-decoration: none;
        color: #07507b;
    }

        .bqsy a:hover {
            color: #b7883e;
        }

.llqtb {
    position: absolute;
    margin-top: 0px;
    margin-left: 230px;
}

.x-panel-body-default {
    background-color: rgba(255,255,255,0);
}

.x-tab-bar-default {
    background-color: white;
}

.x-tab.x-tab-active.x-tab-default .x-tab-inner-default {
    color: #b7883e;
    font-weight: normal;
    font: 20px Trebuchet MS, Arial, Helvetica, Sans-Serif;
}

.x-tab-bar-top > .x-tab-bar-strip-default {
    height: 0px;
}

.x-tab.x-tab-active.x-tab-default {
    background-color: white;
    border: none;
}

.x-tab-inner-default {
    font-weight: normal;
    font: 20px Trebuchet MS, Arial, Helvetica, Sans-Serif;
    color: #c3c5c6;
}

.x-tab-default {
    border: none;
}

.x-tab-default-top {
    background-color: white;
}

.x-tab-over.x-tab-default {
    background-color: white;
    border: none;
}

.x-tab-default-focus {
    border: none;
}

.x-form-text-default {
    padding: 3px 6px 2px 28px;
}

.x-form-trigger-default {
    background-color: #ecf5fa;
}

.x-toolbar-footer {
    background-color: white;
    border: none;
}

.x-btn-inner-default-small {
    font-size: 14px;
    font-weight: bold;
    font-family: SimSun;
    word-spacing: 8px;
    letter-spacing: 8px;
}

.cmpbox {
    background: #ecf5fa url(../../images/login/dltb-3.png) no-repeat 3px center;
    border-radius: 2px;
}
.namebox {
    background: #ecf5fa url(../../images/login/dltb-1.png) no-repeat 3px center;
    border-radius: 2px;
}

.pwdbox {
    background: #ecf5fa url(../../images/login/dltb-2.png) no-repeat 3px center;
}

.rr {
    border-radius: 30px;
}

.btn {
    width: 111px;
    height: 35px;
}
