﻿html, body, form
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body
{
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #696969;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    /*background-color: #49a1fa;*/
    background: #1e9fff;
    background: -webkit-linear-gradient(90deg,#047fdb,#1e9fff,#1e93ff);
    background: -moz-linear-gradient(to right,#047fdb,#1e9fff,#1e93ff);
    background: -o-linear-gradient(to right,#047fdb,#1e9fff,#1e93ff);
    background: linear-gradient(90deg,#047fdb,#1e9fff,#1e93ff);
}


button, input, select, textarea
{
    font-size: 100%;
}

input, button, textarea, select, optgroup, option
{
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

@font-face
{
    font-family: "txui-icon";
    src: url("fonts/txui-icon.eot"); /* IE9 */
    src: url("fonts/txui-icon.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/txui-icon.woff") format("woff"), /* chrome、firefox */
    url("fonts/txui-icon.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    url("fonts/txui-icon.svg#uxfonteditor") format("svg"); /* iOS 4.1- */
}

.txui-icon
{
    font-family: "txui-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-browse:before
{
    content: "\2017";
}

.txui-button
{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

/*蓝色*/
.txui-button-blue
{
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
}

/*深蓝色*/
.txui-button-darkblue
{
    color: #fff;
    background-color: #048ff8;
    border-color: #0994fd;
}

    .txui-button-darkblue:hover
    {
        background-color: #0f98ff;
    }

    .txui-button-darkblue:active
    {
        background-color: #0687e8;
    }

.txui-button-loading
{
    background-image: url('images/loading20.png');
    background-position: 25px center;
    background-repeat: no-repeat;
    background-color: rgba(9, 148, 253, 0.5);
    outline: 0;
    border: 1px solid rgba(9, 148, 253, 0.1);
}

.login-container
{
    background-size: cover;
    background-position: 100% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.login-weaper
{
    position: relative;
    margin: 0 auto;
    width: 450px;
    -webkit-box-sizing: border-box;
    padding: 50px 50px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color:#047fdb;
    background: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.25) 0,hsla(0,0%,100%,.25) 51%,hsla(0,0%,100%,.25));
}

.login-logo
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    width: 135px;
    height: 130px;
    margin: -120px auto 20px auto;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 40px rgba(0,0,0,.07);
    box-shadow: 0 4px 40px rgba(0,0,0,.07);
    background-color: #fff;
    z-index: 1;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    justify-content: center;
    align-items: center;
}

    .login-logo img
    {
        height:60%;
    }

.login-tip
{
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    margin: 10px;
}

.login-main
{
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    margin-top:20px;
}

.login-item
{
    margin-bottom: 20px !important;
    height:35px;
    line-height:35px;
}

    .login-item label
    {
        width: 70px;
        font-size: 15px;
        float: left;
        box-sizing: border-box;
        font-weight: 600;
    }

        .login-item label:before
        {
            content: "*";
            color: #f56c6c;
            margin-right: 4px;
        }

    .login-item div
    {
        margin-left: 70px;
        position: relative;
        /*border-bottom: 1px solid #ebedf2;
        border-radius: 5px;
        padding-left: 5px;
        padding-right: 5px;
        background-color: #ffffff;*/
    }

        .login-item div span
        {
            position: absolute;
            top: 0;
            -webkit-transition: all .3s;
            height: 100%;
            color: #c0c4cc;
            text-align: center;
            right: 10px;
            font-size: 20px;
            color: #409eff;
            
        }

    .login-item input
    {
        color: #333;
        -webkit-appearance: none;
        background-color: #fff;
        background-image: none;
        border-radius: 4px;
        border: 1px solid #dcdfe6;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        font-size: inherit;
        height: 40px;
        line-height: 40px;
        outline: 0;
        padding: 0 15px;
        -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
        transition: border-color .2s cubic-bezier(.645,.045,.355,1);
        width: 100%;
        font-weight: bold;
    }

.login-button
{
    margin-bottom: 20px !important;
    height: 35px;
    line-height: 35px;
}


    .login-button input
    {
        margin: 0 auto;
        width: 100%;
        float: right;
        font-size: 16px;
        font-weight: 600;
    }
