.loginBody{
    // background:#00656b  url("gy-webcode3/img/login_bg2.jpg") top center no-repeat;
    background:  url("gy-webcode3/img/login_bg.png") top center no-repeat;
    @include themeColor("background-color",'down');
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    // height: 100%;
    bottom: 0;
    overflow: auto;
    
}
.loginBox{
    width: 740px;
    height: 390px;
    background: #fff url("gy-webcode3/img/login_bg2.png") top left no-repeat;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin:auto;
    padding-left: 370px;
    .logo{
        height: 80px;
        background-repeat: no-repeat;
        background-size: auto 55%;
        background-position: center;
    }
    .projectName{
        text-align:center;
        font-size: 28px;
        height: 75px;
    }
    .nrBox{
        height: 180px;
        padding: 0 30px;
    }

    .login_inputBox{
        position: relative;
        // margin-bottom: 20px;
        input{
            display:block;
            outline:none;
            width: 100%;
            border: 1px solid #cccccc;
            height: 40px;
            padding: 0 10px;
            caret-color: #009fa2;
            &:focus{
                border: 1px solid #009fa2;
            }

            &.yzmInput{
                padding-right: 120px;
            }
        }
        .yznBtn{
            position: absolute;
            width: 80px;
            height: 30px;
            right: 4px;
            top:5px;
            color: #fff;
            font-size: 12px;
            border-radius: 3px;
            cursor: pointer;
            background: #325bc0;
            text-align:center;
            line-height: 30px;
            user-select: none;
            &:hover{
                background: #325bc0;
            }
        }
        
        .inputInfo{
            font-size: 12px;
            overflow: hidden;
            line-height: 25px;
            height: 25px;
            .error{
                color: #c4261d;
            }
        }
    }
    .wjmm{
        color: #0095df;
    }
    .login_btn{
        display:block;
        width: 100%;
        border: none;
        margin-top: 10px;
        height: 40px;
        color: #fff;
        // background: #325bc0;
        // @include themeColor("background-color",'color');
        outline: none;
        cursor: pointer;
        
    }
    .loginOption{
        padding: 0 30px;
        color: #325bc0;
        line-height: 30px;
        font-size: 20px;
        i{
            cursor:pointer;
        }
    }

    .logo_ewm{
        text-align: center;
        p{
            font-size: 12px;
            margin-top: 10px;
        }
    }

    
}