* {
    margin: 0;
    padding: 0;
    font-family: 'microsoft SimHei';
}

.main-container {
    width: 100% !important;
    min-width: 1300px;
    padding: 0 0 80px 0 !important;
    margin: 0 !important;
    /*background: #467bdd;*/
    background-image: url('/images/bc.jpg');
    min-height: 600px;
}

.row {
    margin: 0 !important;
}

.nav-bar {
    width: 100%;
    padding: 8px 100px;
    height: 50px;
    background: #222222;
}

.sys-title {
    padding: 16px 0px 16px 100px;
    background: white;
}

.sys-title span {
    color: #3474d9;
    font-size: 36px;
}

.logo {
    height: 100%;
}

.nav {
    height: 100%;
}

.user-info {
    height: 100%;
}

.login {
    /*background: radial-gradient(circle, white, #3474d9);*/
    /*background: radial-gradient(circle, #CDDC39, #8BC34A);*/
    position: relative;
}

.login-panel {
    margin-top: 100px;
    width: 400px !important;
    height: 500px;
    box-shadow: 0 0 10px white;
    border-radius: 4px;
    background: white;
    padding: 0 !important;
    position: absolute;
    left: 60%;
    top: 10%;
}

.panel-head {
    padding: 18px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #cccccc;
}

.panel-head span {
    color: #3474d9;
}

.panel-content {
    padding: 32px 40px 20px 40px;
}

.login-form .form-group {
    margin-bottom: 22px !important;
}

.login-form .form-control {
    height: 44px !important;
}

.btn-login {
    width: 100%;
    background: #3474d9 !important;
    padding: 12px 0 !important;
    color: white !important;
    font-size: 18px;
}

#verifyCode {
    display: inline-block;
    width: 100px;
    margin-right: 8px;
}

#verifyCodeImg {
    margin-bottom: 3px;
    margin-right: 15px;
}

.refreshCode {
    display: inline-block;
    cursor: pointer;
}
.refreshCode span {
    font-size: 14px;
    line-height: 100%;
    color: #ef662c;
    vertical-align: text-bottom;
}

.footer {
    background: white;
    position: relative;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    padding-top: 25px;
    text-align: center;
}

.footer a, span {
    color: #7e7e7e;
}

.footer a:link {
    text-decoration: none;
}

.footer a:hover {
    color: red;
}