﻿html {
    position: relative;
    min-height: 720px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    height: 100%;
    background: #296bad url("Images/bg.png") no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.signin {
    color: rgba(255,255,255,.95);
}

.ui-msg {
    display:none;
}

.ui-loginbox {
    position: absolute;
    width: 540px;
    height: 460px;
    padding: 30px;
    background: burlywood;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

    .ui-loginbox .logopanel {
        float: none;
        padding: 0;
        background: none;
    }

    .ui-loginbox .signin-info ul {
        list-style: none;
        padding: 0;
        margin: 20px 0;
    }

    .ui-loginbox .form-control {
        display: block;
        width: 470px;
        height: 57px;
        padding: 6px 58px 6px 12px;
        margin-top: 15px;
        line-height: 57px;
        outline: none;
        border: none;
        border-bottom: 1px solid #ccc;
        /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
        font-weight:lighter;
        font-size: 23px;
        color: #333;
    }

    .ui-loginbox .uname {
        background: #fff url(Images/user.png) no-repeat 95% center;
    }

    .ui-loginbox .pword {
        background: #fff url(Images/locked.png) no-repeat 95% center;
        color: #333;
    }

    .ui-loginbox .btn {
        margin-top: 15px;
    }

.ui-title {
    height: 43px;
    font-weight: 400;
    font-size: 30px;
    line-height: 43px;
    color: #428bca;
    text-align: center;
    margin-top: 10px;
}

.signup-footer {
    border-top: solid 1px rgba(255,255,255,.3);
    margin: 20px 0;
    padding-top: 15px;
}

.ui-loginbox .ui-code {
    width: 299px;
    padding: 6px 12px;
}

.imgCode {
    display: block;
    margin-top: 0px;
    height: 68px;
    width: 204px;
    cursor: pointer;
    border: 1px solid #ccc;
    vertical-align: middle;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#loginBtn {
    background: #428bca;
    border: none;
    display: block;
    width: 540px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 25px;
    margin-top: 40px;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    border-radius: 4px;
    cursor: pointer;
}


    #loginBtn:hover {
        opacity: 0.8;
    }

.head_bar {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
}

.head_bar_con {
    height: 86px;
    padding: 10px 0 0 10px;
}

.logo_index {
    width: 90px;
    height: 86px;
    display: block;
    float: left;
    background: url(Images/logo.png) no-repeat;
    background-size: 100% 100%;
}

.slogan_v2 {
    /*background-position: 0 -440px;
            display: inline-block;
            float: left;
            width: 144px;
            height: 35px;
            margin: 6px 0 0 4px;
            font-size: 36px;
            font-family: 幼圆;*/
    display: inline-block;
    margin: -6px 0 0 10px;
}

.slogan_v3 {
    background-position: 0 -440px;
    display: inline-block;
    float: left;
    width: 129px;
    height: 17px;
    margin: 20px 0 0 15px;
    font-family: 幼圆;
    font-size: 17px;
}

.bg-black {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*background:#000;
            opacity:0.3;*/
}


.ui-loginbox .form-control::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    font-weight: lighter;
}

.ui-loginbox .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    font-weight: lighter;
}

.ui-loginbox .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #b39999;
    font-weight: lighter;
}

.ui-qq {
    margin-top:20px;
    height:16px;
    line-height:16px;
    color: black;
    font-size: 14px;
    text-align:center;
}