﻿html
{
    height:100%;
    width:100%;
}

body
{
    height:100%;
    width:100%;
    /*background: url('image/WEGO_LoginBG.jpg') no-repeat;*/
    background: url('image/WEGOB_NewLoginBg.png') no-repeat;
    overflow:hidden;
    background-size:100% 100%;
     font-family:'Microsoft YaHei';

}

.topBox
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:46px;
}

.bodyBox
{
    /*position:absolute;
    top:46px;
    left:0px;
    width:100%;
    bottom:48px;*/
    position: relative;
    /*left: 0px;*/
    width: 100%;
    height: 100%;
    /*top: 412px;*/
}

.bottomBox
{
    position:absolute;
    left:0px;
    width:100%;
    height:48px;
    bottom:0px;
    line-height:48px;
    color:#fff;
    text-align:center;
}

.bottomBox a
{
    color:#ffffff;
}

.LogDiv {
    position: absolute;
    height: 70px;
    /* margin: 80px 0 0 80px; */
    z-index: 1;
    text-align: center;
    font-size: 50px;
    letter-spacing: 5px;
    color: #fff;
    line-height: 70px;
    bottom: 80px;
    right: 80px;
}

.LogLogo{
    height: 82px;
}
.New_LoginBox {
    width: 42%;
    height: 50%;
    background: url(../../Content/login/image/WEGO_LoginBoxBg.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.New_LoginBox input {
    outline: none;
    font-size: 15px;
    font-weight: 500;
    color: #818181;
    padding: 15px 25px;
    border: 1px solid #ccc;
    width: 28%;
    height: 40px;
    -webkit-border-radius: 25px;
    line-height: 100px;
}

    .New_LoginBox input[tabindex="1"] {
        position: absolute;
        top: 29.5%;
        right: 8.5%;
    }
.New_LoginBox input[tabindex="2"] {
    position: absolute;
    top: 44%;
    right: 8.5%;
}
.LoginBox {
    width: 60%;
    height: 100px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: rgba(255,255,255,0.2);
    border-radius: 200px;
    -moz-box-shadow: 1px 1px 1px #015a9a, 0px -1px 1px #0FDAF3;
    -webkit-box-shadow: 1px 1px 1px #015a9a, 0px -1px 1px #0FDAF3;
    box-shadow: 1px 1px 1px #015a9a, 0px -1px 1px #0FDAF3;
}


.UText{
    line-height: 100px;
    height: 40px;
    float: left;
    margin-left: 15px;
    font-size: 19px;
    color: #fff;
    width: 8%;
}

.logBtn {
    width: 28%;
    height: 10%;
    /*background: url(../../Content/login/image/loginBtnBg_03.png) no-repeat;*/
    border: 1px solid #2398f7;
    background: #2398f7;
    display: table-cell;
    line-height: 100px;
    background-size: contain;
    position: absolute;
    top: 75%;
    right: 9%;
    -webkit-border-radius: 25px;
    line-height: 10px;
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.WebTitle {
    position: absolute;
    height: 9%;
    left: 0px;
    top: 16%;
    width: 100%;
    text-align: center;
    font-size: 58px;
    letter-spacing: 5px;
    color: #FEFEFE;
    font-weight: bold;
    line-height: 70px;
    background: linear-gradient(0deg, #63a5f2 21.004883%, #eff6ff 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.1px; /*字体描边*/
    -webkit-text-stroke-color: cornflowerblue; /*描边颜色*/
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
    /*不是阴影，加伪类实现*/
    .WebTitle::after {
        width: 100%;
        height: 70px;
        /*content: '大型商业综合体管理系统';*/
        position: absolute;
        top: -3.2%;
        left: 2px;
        z-index: -1;
        color: #000;
        background: linear-gradient(45deg,#63a5f2, #2272eb);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.WebTitle2 {
    width: 37%;
    height: 7%;
    background: url(../../Content/login/image/WEGO_Title.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 17%;
    left: 32%;
}

.LoginText {
    width: 100px;
    height: 30px;
    color: #2573eb;
    font-weight: normal;
    font-size: 25px;
    position: absolute;
    top: 11%;
    left: 60%;
}

.ZHImgBox {
    width: 50px;
    height: 50px;
    background: url(../../Content/login/image/ZH_icon.png) no-repeat;
    background-position: 20px 6px;
    position: absolute;
    top: 30%;
    right: 37%;
}
.MiMamgBox {
    width: 50px;
    height: 50px;
    background: url(../../Content/login/image/MiMa_icon.png) no-repeat;
    background-position: 20px 6px;
    position: absolute;
   top: 44%;
    right: 37%;
}

input[tabindex="1"]:-webkit-autofill {
    background: url(../../Content/login/image/ZH_icon.png) no-repeat !important;
    background-position: 20px 6px !important;
    transition: none !important;
}

input[tabindex="2"]:-webkit-autofill {
    background: url(../../Content/login/image/MiMa_icon.png) no-repeat !important;
    background-position: 20px 6px !important;
    transition: none !important;
}
#imgPin {
    width: 100px;
    height: 30px;
    position: absolute;
    top: 61%;
    right: 10%;
}
