﻿@media only screen and (min-width: 769px) {
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
    margin: 0;
    background: url("../../../images/newEcloud/bg1.jpg") no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-attachment: local;
}

.login {
    width: 100%;
    height: 100%;
    min-height: 750px;
}
    #app {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .form {
        display: flex;
        width: 905px;
        background: white;
        padding: 30px 20px;
        border-radius: 6px;
        text-align: center;
        /*border: 1px solid #ddd;*/
        box-shadow: 4px 4px 11px 7px rgb(0 25 70 / 20%);
    }
    .sysName {
        font-size: 35px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #3258dd;
        margin-bottom: 40px;
    }
    .clinput{
        width:80%;
        margin:15px  auto;
    }
        .clinput .el-input__inner:focus {
            border-color: #3258dd;
        }
    .loginbtn {
        width: 80%;
        background: #3258dd;
        color: white !important;
        font-size: 16px;
        margin-top: 35px;
    }
        .loginbtn:focus, .loginbtn:hover{
            border-color:none;
            background-color: #1d43c7;
        }
    .btnregister {
        color: #2595d7;
    }
    .remember .el-checkbox__input .el-checkbox__inner {
        border-color: #999;
    }
    .remember .el-checkbox__label {
        color: #999;
    }
    .remember .el-checkbox__input.is-checked + .el-checkbox__label {
        color: #3258dd;
    }
    .remember .el-checkbox__input.is-checked .el-checkbox__inner {
        border-color: #3258dd;
        background-color: #3258dd;
    }
        .topLogo {
        position: absolute;
        top: 4%;
        left: 2.5%;
        display: flex;
        align-items: center;
    }
    #webLogo {
        padding: 2px 20px 2px 0;
        margin-right:20px
    }
    .leftform{
        flex:50%;
    }
    .leftform img{
        width:450px;
    }
    .rightform {
        flex: 50%;
        padding:30px
    }
    .rememberbox {
        text-align: left;
        width: 80%;
        margin-left: 10.3%;
    }
    [v-cloak]{
        display:none !important;
    }
    .rightForm #webLogoText {
        font-size: 35px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #3258dd;
    }
    /*.rightForm #webLogo {
        display:none!important
    }*/
/*.logo {
    padding-left: 2%;
    padding-top: 1%;
}
.loginform {
    text-align: center;
    padding-top: 80px;
}

    .loginform .form {
        width: 450px;
        height: 450px;
        float: right;
        margin-right: 180px;
        background: url("../../../images/login/loginfm.png") no-repeat center;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        padding-top: 100px;
    }

        .loginform .form .title {
            font-size: 30px;
            color: rgb(80,196,157);
            line-height: 100px;
        }

.clinput {
    background: url("../../../images/login/input.png") no-repeat center;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 80%;
    height: 60px;
}

.input {
    margin-top: 5px;
    color: #808080;
    font-size: 30px;
    height: 50px;
    width: 99%;
}

.hiddeninput{
    position:fixed;
    bottom:-9999999px;
}

.el-input-group__append,
.el-input-group__prepend {
    background-color: transparent;
    color: rgb(80,196,157);
    border: none;
    border-radius: 4px;
    padding: 1px 15px;
}

.el-input__inner {
    color: #808080;
    background-color: transparent;
    border: none;
    padding: 0 5px;
    height: 50px;
    line-height: 60px;
}

.remember {
    float: right;
    margin-top: 35px;
    margin-right: 100px;
    color: rgb(3,175,189);
    font-size: 16px;
}

.el-checkbox__label {
    font-size: 15px;
}

.el-checkbox:last-child {
    margin-right: 100px;
}

.el-checkbox__inner {
    border: none;
    background: url("../../../images/cc/login/nochecked.png") no-repeat center;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background: url("../../../images/cc/login/nochecked.png") no-repeat center;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    color: rgb(80,196,157);
}

.el-checkbox__inner::after {
    border: 1px solid rgb(51,248,254);
    border-left: 0;
    border-top: 0;
}

.el-checkbox__input.is-checked + .el-checkbox__label {
    color: rgb(3,175,189);
}

.loginbtn {
    margin-top: 20px;
    width: 80%;
    background: url("../../../images/login/btn.png") no-repeat center;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    border: none;
    color: #fff;
    height: 45px;
    font-size: 22px;
    letter-spacing: 10px;
}

.el-button:focus, .el-button:hover {
    color: #fff;
    border-color: #c6e2ff;
    background-color: #ecf5ff;
}

}
@media only screen and (min-width: 100px) and (max-width: 768px) {
    .login-container .el-input {
        display: inline-block;
        height: 40px;
        width: 80%;
        box-sizing: border-box;
    }

    .login-container .el-input input {
        background: transparent;
        border: 0px;
        -webkit-appearance: none;
        border-radius: 0px;
        padding: 12px 5px 12px 15px;
        height: 40px
    }

    .login-container .el-input input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #f8f8f8 inset !important;
        box-shadow: 0 0 0px 1000px #f8f8f8 inset !important;
    }

    .login-container .el-form-item {
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        margin-bottom: 24px
    }

    .login-container .no-border {
        border: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: -12px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .login-container {
        min-height: 100%;
        width: 100%;
        overflow: hidden
    }

    .login-container .icon img {
        display: block;
        margin: 0 auto 20px
    }

    .login-container .login-form {
        position: relative;
        max-width: 100%;
        padding: 60px 35px 0;
        margin: 0 auto;
        overflow: hidden
    }

    .login-container .svg-container {
        padding: 6px 5px 6px 12px;
        color: #333;
        vertical-align: middle;
        display: inline-block
    }

    .login-container .title-container {
        position: relative
    }

    .login-container .title-container .title {
        font-size: 22px;
        color: #333;
        margin: 0px auto 50px auto;
        text-align: center;
        font-weight: bold
    }

    .login-container .show-pwd {
        position: absolute;
        right: 10px;
        top: 7px;
        font-size: 16px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
}*/